We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3493837 + 34e0d49 commit fd58356Copy full SHA for fd58356
build.gradle
@@ -16,7 +16,7 @@ allprojects {
16
}
17
apply from: 干.file('base/sonatype.gradle')
18
19
-String VER_JUNIT_JUPITER = '5.11.4'
+String VER_JUNIT_JUPITER = '5.12.0'
20
subprojects {
21
apply from: 干.file('base/java.gradle')
22
apply from: 干.file('base/kotlin.gradle')
@@ -38,7 +38,7 @@ subprojects {
38
} else if (it.name == 'atplug-test-harness') {
39
ext.maven_name='AtPlug test harness'
40
dependencies {
41
- compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.4"
+ compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.0"
42
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
43
implementation project(':atplug-runtime')
44
0 commit comments