@@ -5,14 +5,18 @@ plugins {
55
66repositories { mavenCentral() }
77
8+ spotlessChangelog {
9+ forceNextVersion ' 1.0.0'
10+ }
11+
812group = 干. proj(' maven_group' , ' the maven group, recommend com.diffplug' )
913allprojects {
1014 apply from : 干. file(' base/changelog.gradle' )
1115}
1216apply from : 干. file(' spotless/freshmark.gradle' )
1317apply from : 干. file(' base/sonatype.gradle' )
1418
15- String VER_JUNIT_JUPITER = ' 5.8.2 '
19+ String VER_JUNIT_JUPITER = ' 5.9.1 '
1620subprojects {
1721 apply from : 干. file(' base/java8.gradle' )
1822 apply from : 干. file(' base/kotlin.gradle' )
@@ -31,22 +35,22 @@ subprojects {
3135 ext. maven_name = ' AtPlug runtime'
3236 apply plugin : ' kotlinx-serialization'
3337 dependencies {
34- implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 "
38+ implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1 "
3539 }
3640 } else if (it. name == ' atplug-test-harness' ) {
3741 ext. maven_name= ' AtPlug test harness'
3842 dependencies {
3943 compileOnly " org.junit.jupiter:junit-jupiter-api:5.0.0"
40- implementation " org.jetbrains.kotlin:kotlin-reflect:1.6.10 "
44+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.8.0 "
4145 implementation project(' :atplug-runtime' )
4246 }
4347 } else if (it. name == ' atplug-plugin-gradle' ) {
4448 ext. maven_name= ' AtPlug metadata generation Gradle plugin'
4549 apply from : 干. file(' base/gradle-plugin.gradle' )
4650 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 '
51+ implementation " org.ow2.asm:asm:9.4 "
52+ implementation ' com.diffplug.gradle:goomph:3.40 .0'
53+ testImplementation ' org.assertj:assertj-core:3.23.1 '
5054 }
5155 tasks. named(' test' ) {
5256 dependsOn ' :atplug-runtime:jar' , ' :atplug-runtime:testClasses'
0 commit comments