Skip to content

Commit c9ef43d

Browse files
Several bumps -> Kotlin 2.2 and deps, new spotless, other gradle plugins
1 parent 84a20ee commit c9ef43d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
13-
implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.21")
14-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
12+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10")
13+
implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.10")
14+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1")
1515
}

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,16 @@
200200
ref = 'victools-json-schema'
201201

202202
[plugins]
203-
aggregate-javadoc = 'io.freefair.aggregate-javadoc:8.6'
204-
dependency-license-report = 'com.github.jk1.dependency-license-report:2.0'
203+
aggregate-javadoc = 'io.freefair.aggregate-javadoc:8.14'
204+
dependency-license-report = 'com.github.jk1.dependency-license-report:2.9'
205205
dokka = 'org.jetbrains.dokka:1.9.20'
206206
jib = 'com.google.cloud.tools.jib:3.4.4'
207207
jsonschema2pojo = 'org.jsonschema2pojo:1.2.1'
208208
nexus-publish = 'io.github.gradle-nexus.publish-plugin:1.3.0'
209209
openapi-generator = 'org.openapi.generator:7.5.0'
210210
protobuf = 'com.google.protobuf:0.9.4'
211211
shadow = 'com.gradleup.shadow:9.0.0-beta8'
212-
spotless = 'com.diffplug.spotless:6.25.0'
212+
spotless = 'com.diffplug.spotless:7.2.1'
213213
spring-dependency-management = 'io.spring.dependency-management:1.1.6'
214214

215215
[plugins.ksp]
@@ -221,9 +221,9 @@
221221
[versions]
222222
jackson = '2.18.1'
223223
junit = '5.10.2'
224-
kotlinx-coroutines = '1.9.0'
225-
kotlinx-serialization = '1.7.3'
226-
ksp = '2.0.21-1.0.28'
224+
kotlinx-coroutines = '1.10.2'
225+
kotlinx-serialization = '1.9.0'
226+
ksp = '2.2.10-2.0.2'
227227
log4j = '2.24.2'
228228
opentelemetry = '1.47.0'
229229
protobuf = '4.29.3'

0 commit comments

Comments
 (0)