Skip to content

Commit

Permalink
fix(deps): update mongodb-driver-sync to 4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Apr 5, 2024
1 parent 79f97a0 commit b99251f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MongoSyncSpec extends ApplicationContextSpec implements CommandOutputFixtu
.render()

then:
template.contains('implementation("org.mongodb:mongodb-driver-sync:"4.11.2")')
template.contains('implementation("org.mongodb:mongodb-driver-sync:4.11.2")')
template.contains('testImplementation("org.testcontainers:mongodb")')
}
}

0 comments on commit b99251f

Please sign in to comment.