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 6fa41fa commit 7648333Copy full SHA for 7648333
build.gradle.kts
@@ -46,7 +46,7 @@ repositories {
46
47
dependencies {
48
implementation("org.testcontainers:testcontainers:1.21.1")
49
- testImplementation(platform("org.junit:junit-bom:5.12.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.0"))
50
testImplementation("org.junit.jupiter:junit-jupiter")
51
testImplementation("org.junit.jupiter:junit-jupiter-params")
52
testImplementation("ch.qos.logback:logback-classic:1.5.18")
0 commit comments