Skip to content

Commit 431e1b5

Browse files
Update junit5 monorepo to v5.12.1
1 parent fd58356 commit 431e1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.12.0'
19+
String VER_JUNIT_JUPITER = '5.12.1'
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.12.0"
41+
compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.1"
4242
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
4343
implementation project(':atplug-runtime')
4444
}

0 commit comments

Comments
 (0)