We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0d87f commit bb83664Copy full SHA for bb83664
build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
testImplementation project(':helpers')
11
12
testImplementation 'org.testcontainers:junit-jupiter:1.20.4'
13
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
14
15
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
16
}
0 commit comments