We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4afe91 commit fa6a52bCopy full SHA for fa6a52b
build.gradle
@@ -38,7 +38,7 @@ subprojects {
38
} else if (it.name == 'atplug-test-harness') {
39
ext.maven_name='AtPlug test harness'
40
dependencies {
41
- compileOnly "org.junit.jupiter:junit-jupiter-api:5.13.1"
+ compileOnly "org.junit.jupiter:junit-jupiter-api:5.13.2"
42
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.21"
43
implementation project(':atplug-runtime')
44
}
0 commit comments