We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6509d4f + 270001e commit b0827c4Copy full SHA for b0827c4
modules/mongodb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
6
testImplementation("org.mongodb:mongodb-driver-sync:4.11.1")
7
- testImplementation 'org.assertj:assertj-core:3.24.2'
+ testImplementation 'org.assertj:assertj-core:3.25.1'
8
}
9
10
tasks.japicmp {
0 commit comments