Skip to content

Commit b684c3a

Browse files
Bump gradle to 9, bump bunch of deps
1 parent 21aa97b commit b684c3a

13 files changed

Lines changed: 16 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
jib = 'com.google.cloud.tools.jib:3.4.5'
207207
jsonschema2pojo = 'org.jsonschema2pojo:1.2.2'
208208
nexus-publish = 'io.github.gradle-nexus.publish-plugin:1.3.0'
209-
openapi-generator = 'org.openapi.generator:7.5.0'
209+
openapi-generator = 'org.openapi.generator:7.17.0'
210210
protobuf = 'com.google.protobuf:0.9.4'
211211
shadow = 'com.gradleup.shadow:9.0.0-beta8'
212212
spotless = 'com.diffplug.spotless:7.2.1'
@@ -220,7 +220,7 @@
220220

221221
[versions]
222222
jackson = '2.18.4'
223-
junit = '5.10.2'
223+
junit = '5.14.1'
224224
kotlinx-coroutines = '1.10.2'
225225
kotlinx-serialization = '1.9.0'
226226
ksp = '2.2.10-2.0.2'

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dependencies {
6868
testImplementation(libs.kotlinx.serialization.core)
6969
testImplementation(libs.vertx.junit5)
7070
testImplementation(libs.vertx.kotlin.coroutines)
71+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
7172
}
7273

7374
// Configure source sets for protobuf plugin and jsonschema2pojo

sdk-request-identity/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ dependencies {
1818

1919
testImplementation(libs.junit.jupiter)
2020
testImplementation(libs.assertj)
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2122
}

sdk-serde-jackson/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies {
2020

2121
testImplementation(libs.junit.jupiter)
2222
testImplementation(libs.assertj)
23+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2324
}
2425

2526
tasks.withType<Javadoc> { isFailOnError = false }

sdk-serde-kotlinx/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ dependencies {
1616

1717
testImplementation(libs.junit.jupiter)
1818
testImplementation(libs.assertj)
19+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1920
}

sdk-spring-boot-kotlin-starter/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ dependencies {
2828
testImplementation(project(":sdk-core"))
2929
testImplementation(libs.jackson.annotations)
3030
testImplementation(libs.jackson.databind)
31+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3132
}

0 commit comments

Comments
 (0)