Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Oct 25, 2024
2 parents d3812d5 + 00a0763 commit b9334b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repositories {
}

dependencies {
api("org.mongodb:mongodb-driver-sync:4.11.1")
testImplementation("org.mongodb:mongodb-driver-sync:4.11.1")
api("org.mongodb:mongodb-driver-sync:4.11.4")
testImplementation("org.mongodb:mongodb-driver-sync:4.11.4")

compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")
testImplementation("org.projectlombok:lombok:1.18.30")
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
testImplementation("org.projectlombok:lombok:1.18.34")
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")

Expand Down

0 comments on commit b9334b5

Please sign in to comment.