We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b48fb3 commit dd51458Copy full SHA for dd51458
build.gradle
@@ -97,9 +97,9 @@ dependencies {
97
testImplementation "org.hamcrest:hamcrest-library"
98
99
// testcontainers
100
- testImplementation "org.testcontainers:testcontainers:1.19.3"
101
- testImplementation "org.testcontainers:mongodb:1.19.3"
102
- testImplementation "org.testcontainers:junit-jupiter:1.19.3"
+ testImplementation "org.testcontainers:testcontainers:1.21.3"
+ testImplementation "org.testcontainers:mongodb:1.21.3"
+ testImplementation "org.testcontainers:junit-jupiter:1.21.3"
103
}
104
105
/**********************************************************************************************************************\
0 commit comments