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 8916608 commit fa44887Copy full SHA for fa44887
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
api("org.testcontainers:testcontainers")
18
api("org.testcontainers:junit-jupiter")
19
20
- testImplementation(platform("org.junit:junit-bom:5.11.3"))
+ testImplementation(platform("org.junit:junit-bom:5.11.4"))
21
testImplementation("org.junit.jupiter:junit-jupiter")
22
testImplementation("org.testcontainers:junit-jupiter")
23
testImplementation("org.assertj:assertj-core:3.26.3")
0 commit comments