@@ -12,7 +12,7 @@ allprojects {
1212apply from : 干. file(' spotless/freshmark.gradle' )
1313apply from : 干. file(' base/sonatype.gradle' )
1414
15- String VER_JUNIT_JUPITER = ' 5.8.2 '
15+ String VER_JUNIT_JUPITER = ' 5.9.1 '
1616subprojects {
1717 apply from : 干. file(' base/java8.gradle' )
1818 apply from : 干. file(' base/kotlin.gradle' )
@@ -31,22 +31,22 @@ subprojects {
3131 ext. maven_name = ' AtPlug runtime'
3232 apply plugin : ' kotlinx-serialization'
3333 dependencies {
34- implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 "
34+ implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1 "
3535 }
3636 } else if (it. name == ' atplug-test-harness' ) {
3737 ext. maven_name= ' AtPlug test harness'
3838 dependencies {
3939 compileOnly " org.junit.jupiter:junit-jupiter-api:5.0.0"
40- implementation " org.jetbrains.kotlin:kotlin-reflect:1.6.10 "
40+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.8.0 "
4141 implementation project(' :atplug-runtime' )
4242 }
4343 } else if (it. name == ' atplug-plugin-gradle' ) {
4444 ext. maven_name= ' AtPlug metadata generation Gradle plugin'
4545 apply from : 干. file(' base/gradle-plugin.gradle' )
4646 dependencies {
47- implementation " org.ow2.asm:asm:9.2 "
48- implementation ' com.diffplug.gradle:goomph:3.35 .0'
49- testImplementation ' org.assertj:assertj-core:3.22.0 '
47+ implementation " org.ow2.asm:asm:9.4 "
48+ implementation ' com.diffplug.gradle:goomph:3.40 .0'
49+ testImplementation ' org.assertj:assertj-core:3.23.1 '
5050 }
5151 tasks. named(' test' ) {
5252 dependsOn ' :atplug-runtime:jar' , ' :atplug-runtime:testClasses'
0 commit comments