Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent f2d7768 commit e2a716d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
}
apply from: 干.file('base/sonatype.gradle')

String VER_JUNIT_JUPITER = '5.9.2'
String VER_JUNIT_JUPITER = '5.10.2'
subprojects {
apply from: 干.file('base/java.gradle')
apply from: 干.file('base/kotlin.gradle')
Expand Down Expand Up @@ -40,7 +40,7 @@ subprojects {
} else if (it.name == 'atplug-test-harness') {
ext.maven_name='AtPlug test harness'
dependencies {
compileOnly "org.junit.jupiter:junit-jupiter-api:5.0.0"
compileOnly "org.junit.jupiter:junit-jupiter-api:5.10.2"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.8.20"
implementation project(':atplug-runtime')
}
Expand Down

0 comments on commit e2a716d

Please sign in to comment.