Skip to content

Commit 08a8852

Browse files
committed
Bump version numbers.
1 parent 994d6b4 commit 08a8852

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

build.gradle

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,10 @@ allprojects {
1111
}
1212
apply from: 干.file('base/sonatype.gradle')
1313

14-
String VER_JUNIT_JUPITER = '5.9.2'
14+
String VER_JUNIT_JUPITER = '5.10.3'
1515
subprojects {
1616
apply from: 干.file('base/java.gradle')
1717
apply from: 干.file('base/kotlin.gradle')
18-
// kotlin {
19-
// sourceSets.all {
20-
// languageSettings {
21-
// languageVersion = "2.0"
22-
// }
23-
// }
24-
// }
2518
apply from: 干.file('spotless/java.gradle')
2619
apply plugin: 'java-library'
2720

@@ -35,22 +28,22 @@ subprojects {
3528
ext.maven_name = 'AtPlug runtime'
3629
apply plugin: 'kotlinx-serialization'
3730
dependencies {
38-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
31+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
3932
}
4033
} else if (it.name == 'atplug-test-harness') {
4134
ext.maven_name='AtPlug test harness'
4235
dependencies {
4336
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"
4538
implementation project(':atplug-runtime')
4639
}
4740
} else if (it.name == 'atplug-plugin-gradle') {
4841
ext.maven_name='AtPlug metadata generation Gradle plugin'
4942
apply from: 干.file('base/gradle-plugin.gradle')
5043
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'
5447
}
5548
tasks.named('test') {
5649
dependsOn ':atplug-runtime:jar', ':atplug-runtime:testClasses'

0 commit comments

Comments
 (0)