Skip to content

Commit fd58356

Browse files
authored
Update junit5 monorepo to v5.12.0 (#70)
2 parents 3493837 + 34e0d49 commit fd58356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717
apply from: 干.file('base/sonatype.gradle')
1818

19-
String VER_JUNIT_JUPITER = '5.11.4'
19+
String VER_JUNIT_JUPITER = '5.12.0'
2020
subprojects {
2121
apply from: 干.file('base/java.gradle')
2222
apply from: 干.file('base/kotlin.gradle')
@@ -38,7 +38,7 @@ subprojects {
3838
} else if (it.name == 'atplug-test-harness') {
3939
ext.maven_name='AtPlug test harness'
4040
dependencies {
41-
compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.4"
41+
compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.0"
4242
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
4343
implementation project(':atplug-runtime')
4444
}

0 commit comments

Comments
 (0)