Skip to content

Commit 191b487

Browse files
authored
Update junit5 monorepo to v5.13.0 (#81)
2 parents 33ee763 + 9440a7f commit 191b487

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.2'
19+
String VER_JUNIT_JUPITER = '5.13.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.12.2"
41+
compileOnly "org.junit.jupiter:junit-jupiter-api:5.13.0"
4242
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.21"
4343
implementation project(':atplug-runtime')
4444
}

0 commit comments

Comments
 (0)