Skip to content

Commit 38761cf

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------------- | -------- | -------- | | gradle-version | gradle | 8.11.1 | 8.12 | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.24.0 | 2.24.3 | | maven | org.apache.logging.log4j:log4j-core | 2.24.0 | 2.24.3 | | maven | org.apache.logging.log4j:log4j-api | 2.24.0 | 2.24.3 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.9.0 | 0.9.1 | | maven | io.mockk:mockk | 1.13.12 | 1.13.16 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.18.1 | 3.19 | | maven | org.springframework:spring-beans | 6.2.0 | 6.2.1 | | maven | org.mockito:mockito-core | 5.14.0 | 5.15.2 | | maven | com.github.javadev:underscore | 1.105 | 1.109 | | maven | io.github.oshai:kotlin-logging-jvm | 7.0.0 | 7.0.3 | | maven | org.assertj:assertj-core | 3.26.3 | 3.27.2 | | maven | com.squareup.okio:okio-jvm | 3.9.1 | 3.10.2 | | maven | org.jetbrains:annotations | 26.0.0 | 26.0.1 | | maven | io.vavr:vavr | 0.10.4 | 0.10.5 | | maven | org.http4k:http4k-format-moshi | 5.31.1.0 | 5.45.1.0 | | maven | org.http4k:http4k-client-apache | 5.31.1.0 | 5.45.1.0 | | maven | org.http4k:http4k-core | 5.31.1.0 | 5.45.1.0 |
1 parent 9b13774 commit 38761cf

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
jdk = "17"
33
kotlin = "2.1.0"
44
moshix = "0.29.0"
5-
http4k = "5.31.1.0"
5+
http4k = "5.45.1.0"
66
immutables = "2.10.1"
77
arrow = "2.0.0"
88
graal = "24.1.1"
9-
java-vavr = "0.10.4"
9+
java-vavr = "0.10.5"
1010
kotlin-vavr = "0.10.2"
11-
jetbrains-annotations = "26.0.0"
12-
okio = "3.9.1"
11+
jetbrains-annotations = "26.0.1"
12+
okio = "3.10.2"
1313
kotest = "5.9.1"
1414
testLogger = "4.0.0"
1515
truth = "1.4.4"
16-
assertj-core = "3.26.3"
16+
assertj-core = "3.27.2"
1717
assertj-vavr = "0.4.3"
18-
kotlin-logging = "7.0.0"
18+
kotlin-logging = "7.0.3"
1919
pprint = "3.0.0"
20-
underscore = "1.105"
20+
underscore = "1.109"
2121
kotlin-faker = "1.16.0"
2222
apache-commons-lang3 = "3.17.0"
23-
mockito = "5.14.0"
24-
spring = "6.2.0"
23+
mockito = "5.15.2"
24+
spring = "6.2.1"
2525
json-assert = "1.5.3"
2626
nexus-publish = "2.0.0"
2727
kotlinx-datetime = "0.6.1"
2828
node-gradle = "7.1.0"
29-
mockk = "1.13.12"
29+
mockk = "1.13.16"
3030
gradle-taskinfo = "2.2.0"
3131

3232
# Common dependencies
3333

3434
junit = "5.11.4"
35-
kover = "0.9.0"
35+
kover = "0.9.1"
3636
detekt = "1.23.7"
3737
spotless = "7.0.1"
38-
apache-log4j = "2.24.0"
38+
apache-log4j = "2.24.3"
3939

4040
[libraries]
4141
java-vavr = { module = "io.vavr:vavr", version.ref = "java-vavr" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* http://www.apache.org/licenses/LICENSE-2.0
66
* ************************************************************************************************
77
*/
8-
plugins { id("com.gradle.develocity") version "3.18.1" }
8+
plugins { id("com.gradle.develocity") version "3.19" }
99

1010
dependencyResolutionManagement {
1111
versionCatalogs { create("libs") { from(files("libs.versions.toml")) } }

0 commit comments

Comments
 (0)