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 298958a commit b6cb4aeCopy full SHA for b6cb4ae
build.gradle
@@ -16,7 +16,7 @@ allprojects {
16
}
17
apply from: 干.file('base/sonatype.gradle')
18
19
-String VER_JUNIT_JUPITER = '5.10.3'
+String VER_JUNIT_JUPITER = '5.11.0'
20
subprojects {
21
apply from: 干.file('base/java.gradle')
22
apply from: 干.file('base/kotlin.gradle')
@@ -39,7 +39,7 @@ subprojects {
39
ext.maven_name='AtPlug test harness'
40
dependencies {
41
compileOnly "org.junit.jupiter:junit-jupiter-api:5.0.0"
42
- implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.0"
+ implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20"
43
implementation project(':atplug-runtime')
44
45
} else if (it.name == 'atplug-plugin-gradle') {
0 commit comments