File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ maven_group=com.diffplug.selfie
44javadoc_links =
55org.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
1010ver_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
1313ver_KOTEST =5.4.0
1414
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ spotless {
2020dependencies {
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}
You can’t perform that action at this time.
0 commit comments