Skip to content

Commit 1c2ce7b

Browse files
committed
Bump runtime dependencies (except Kotest) to latest.
1 parent f3be242 commit 1c2ce7b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

jvm/example-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testImplementation 'io.jooby:jooby-test:3.2.3'
1313
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15-
testImplementation 'io.rest-assured:rest-assured:5.4.0'
15+
testImplementation 'io.rest-assured:rest-assured:5.5.0'
1616
testImplementation 'org.assertj:assertj-core:3.27.0'
1717
testImplementation project(':selfie-runner-junit5')
1818
testImplementation 'org.jsoup:jsoup:1.17.2'

jvm/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ maven_group=com.diffplug.selfie
44
javadoc_links=
55
org.gradle.configuration-cache=true
66

7-
ver_JUNIT_USE=5.10.3
8-
ver_JUNIT_PIONEER=2.2.0
9-
ver_OKIO=3.9.0
7+
ver_JUNIT_USE=5.13.4
8+
ver_JUNIT_PIONEER=2.3.0
9+
ver_OKIO=3.16.0
1010
ver_KOTLIN_TEST=2.0.0
11-
ver_KOTLIN_SERIALIZATION=1.7.3
11+
ver_KOTLIN_SERIALIZATION=1.9.0
1212
# Kotest 5.4.0 is the oldest that we support
1313
ver_KOTEST=5.4.0
1414

jvm/gradle/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spotless {
99
groovyGradle {
1010
target '*.gradle', 'buildSrc/*.gradle'
1111
greclipse()
12-
indentWithSpaces(2)
12+
leadingTabsToSpaces(2)
1313
}
1414
if (plugins.hasPlugin('org.jetbrains.kotlin.jvm') || plugins.hasPlugin('org.jetbrains.kotlin.multiplatform')) {
1515
kotlin {

jvm/undertest-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spotless {
2020
dependencies {
2121
testImplementation project(':selfie-runner-junit5')
2222
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$ver_KOTLIN_TEST"
23-
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
23+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
2424
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
2525
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2626
}

0 commit comments

Comments
 (0)