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 Dec 1, 2024
1 parent 27d4c71 commit afb8bab
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 afb8bab

Please sign in to comment.