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 af761ea commit c056d70Copy full SHA for c056d70
wrapper/build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
49
compileOnly("org.jsoup:jsoup:1.20.1")
50
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
51
52
- testImplementation("org.junit.platform:junit-platform-commons:1.12.2")
+ testImplementation("org.junit.platform:junit-platform-commons:1.13.0")
53
testImplementation("org.junit.platform:junit-platform-engine:1.12.2")
54
testImplementation("org.junit.platform:junit-platform-launcher:1.13.0")
55
testImplementation("org.junit.platform:junit-platform-suite-engine:1.12.2")
0 commit comments