Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.3 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Oct 22, 2024
2 parents cabfae5 + a169ad3 commit 72a58ae
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 @@ -16,7 +16,7 @@ allprojects {
}
apply from: 干.file('base/sonatype.gradle')

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

0 comments on commit 72a58ae

Please sign in to comment.