diff --git a/github-bot/build.gradle b/github-bot/build.gradle index 7ed773e94..c22005642 100644 --- a/github-bot/build.gradle +++ b/github-bot/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation 'io.quarkus:quarkus-smallrye-health' testImplementation 'io.quarkus:quarkus-junit5' implementation project(":code-transformation") - implementation 'io.quarkus:quarkus-mongodb-panache:3.0.3.Final' + implementation 'io.quarkus:quarkus-mongodb-panache:3.1.0.Final' annotationProcessor("io.quarkus:quarkus-panache-common") implementation("io.quarkus:quarkus-smallrye-graphql") implementation("io.quarkus:quarkus-smallrye-graphql-client") diff --git a/persistence/build.gradle b/persistence/build.gradle index e2bd655ed..2666cf336 100644 --- a/persistence/build.gradle +++ b/persistence/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'io.quarkus:quarkus-smallrye-health' testImplementation 'io.quarkus:quarkus-junit5' - implementation 'io.quarkus:quarkus-mongodb-panache:3.0.3.Final' + implementation 'io.quarkus:quarkus-mongodb-panache:3.1.0.Final' annotationProcessor("io.quarkus:quarkus-panache-common") implementation("io.quarkus:quarkus-micrometer-registry-prometheus") testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'