@@ -11,17 +11,10 @@ allprojects {
11
11
}
12
12
apply from : 干. file(' base/sonatype.gradle' )
13
13
14
- String VER_JUNIT_JUPITER = ' 5.9.2 '
14
+ String VER_JUNIT_JUPITER = ' 5.10.3 '
15
15
subprojects {
16
16
apply from : 干. file(' base/java.gradle' )
17
17
apply from : 干. file(' base/kotlin.gradle' )
18
- // kotlin {
19
- // sourceSets.all {
20
- // languageSettings {
21
- // languageVersion = "2.0"
22
- // }
23
- // }
24
- // }
25
18
apply from : 干. file(' spotless/java.gradle' )
26
19
apply plugin : ' java-library'
27
20
@@ -35,22 +28,22 @@ subprojects {
35
28
ext. maven_name = ' AtPlug runtime'
36
29
apply plugin : ' kotlinx-serialization'
37
30
dependencies {
38
- implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0 "
31
+ implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 "
39
32
}
40
33
} else if (it. name == ' atplug-test-harness' ) {
41
34
ext. maven_name= ' AtPlug test harness'
42
35
dependencies {
43
36
compileOnly " org.junit.jupiter:junit-jupiter-api:5.0.0"
44
- implementation " org.jetbrains.kotlin:kotlin-reflect:1.8.20 "
37
+ implementation " org.jetbrains.kotlin:kotlin-reflect:2.0.0 "
45
38
implementation project(' :atplug-runtime' )
46
39
}
47
40
} else if (it. name == ' atplug-plugin-gradle' ) {
48
41
ext. maven_name= ' AtPlug metadata generation Gradle plugin'
49
42
apply from : 干. file(' base/gradle-plugin.gradle' )
50
43
dependencies {
51
- implementation " org.ow2.asm:asm:9.5 "
52
- implementation ' com.diffplug.gradle:goomph:3.41.0 '
53
- testImplementation ' org.assertj:assertj-core:3.24.2 '
44
+ implementation " org.ow2.asm:asm:9.7 "
45
+ implementation ' com.diffplug.gradle:goomph:4.0.1 '
46
+ testImplementation ' org.assertj:assertj-core:3.26.0 '
54
47
}
55
48
tasks. named(' test' ) {
56
49
dependsOn ' :atplug-runtime:jar' , ' :atplug-runtime:testClasses'
0 commit comments