We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993c82b commit e50deb9Copy full SHA for e50deb9
examples/mongodb-container/build.gradle
@@ -9,5 +9,5 @@ repositories {
9
dependencies {
10
testImplementation 'org.testcontainers:testcontainers'
11
testImplementation 'junit:junit:4.13.2'
12
- testCompileClasspath 'org.jetbrains:annotations:21.0.1'
+ testCompileClasspath 'org.jetbrains:annotations:23.1.0'
13
}
0 commit comments