Skip to content

Commit b6cb4ae

Browse files
committed
Bump more deps.
1 parent 298958a commit b6cb4ae

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.10.3'
19+
String VER_JUNIT_JUPITER = '5.11.0'
2020
subprojects {
2121
apply from: 干.file('base/java.gradle')
2222
apply from: 干.file('base/kotlin.gradle')
@@ -39,7 +39,7 @@ subprojects {
3939
ext.maven_name='AtPlug test harness'
4040
dependencies {
4141
compileOnly "org.junit.jupiter:junit-jupiter-api:5.0.0"
42-
implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.0"
42+
implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20"
4343
implementation project(':atplug-runtime')
4444
}
4545
} else if (it.name == 'atplug-plugin-gradle') {

0 commit comments

Comments
 (0)