Skip to content

Commit

Permalink
⬆️(deps): Update dependency io.quarkus:quarkus-mongodb-panache to v3.…
Browse files Browse the repository at this point in the history
…2.0.Final (#776)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent eec02c0 commit 49ee13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2.Final'
implementation 'io.quarkus:quarkus-mongodb-panache:3.2.0.Final'
annotationProcessor("io.quarkus:quarkus-panache-common")
implementation("io.quarkus:quarkus-smallrye-graphql")
implementation("io.quarkus:quarkus-smallrye-graphql-client")
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'io.quarkus:quarkus-smallrye-health'
testImplementation 'io.quarkus:quarkus-junit5'

implementation 'io.quarkus:quarkus-mongodb-panache:3.1.2.Final'
implementation 'io.quarkus:quarkus-mongodb-panache:3.2.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'
Expand Down

0 comments on commit 49ee13c

Please sign in to comment.