Skip to content

Commit

Permalink
Update dependency org.mongodb:mongodb-driver-sync to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 4b4714a commit 65acf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
}

dependencies {
api("org.mongodb:mongodb-driver-sync:5.2.0")
testImplementation("org.mongodb:mongodb-driver-sync:5.2.0")
api("org.mongodb:mongodb-driver-sync:5.2.1")
testImplementation("org.mongodb:mongodb-driver-sync:5.2.1")

compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
Expand Down

0 comments on commit 65acf17

Please sign in to comment.