From e0efb1aa1d20bb86d296adcc69bbb7c2dc6be2c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:43:47 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | --------------------------------------------------------- | -------- | -------- | | github-tags | actions/checkout | v4 | v6 | | github-tags | actions/setup-java | v4 | v5 | | gradle-version | gradle | 8.6 | 9.2.1 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.25.0 | 8.1.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.25.0 | 8.1.0 | | maven | io.kotest:kotest-runner-junit5 | 5.8.0 | 6.0.7 | | maven | io.kotest:kotest-property | 5.8.0 | 6.0.7 | | maven | io.kotest:kotest-framework-engine | 5.8.0 | 6.0.7 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 6.0.7 | | maven | org.junit.jupiter:junit-jupiter-api | 5.10.2 | 6.0.1 | | maven | org.junit:junit-bom | 5.10.2 | 6.0.1 | | maven | org.springframework:spring-test | 6.1.4 | 7.0.1 | | maven | org.springframework:spring-context | 6.1.4 | 7.0.1 | | maven | org.springframework:spring-core | 6.1.4 | 7.0.1 | | maven | org.http4k:http4k-format-jackson | 5.13.7.0 | 6.23.0.0 | | maven | org.http4k:http4k-format-moshi | 5.13.7.0 | 6.23.0.0 | | maven | org.http4k:http4k-core | 5.13.7.0 | 6.23.0.0 | | maven | org.http4k:http4k-bom | 5.13.7.0 | 6.23.0.0 | --- .github/workflows/build.yml | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- libs.versions.toml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0037cae..68c476e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'zulu' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22c..23449a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/libs.versions.toml b/libs.versions.toml index 91fa323..c205260 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -9,21 +9,21 @@ reflection-util = "2.15.0" guava = "33.0.0-jre" apache-commons-lang3 = "3.14.0" apache-commons-collections4 = "4.4" -http4k = "5.13.7.0" +http4k = "6.23.0.0" moshix = "1.7.20-Beta-0.18.3" immutables = "2.10.0" exposed = "0.47.0" postgresql = "42.7.1" mockito = "3.12.4" # Using old version to be compatible with PowerMock -spring = "6.1.4" +spring = "7.0.1" # Common dependencies -junit = "5.10.2" +junit = "6.0.1" kover = "0.7.5" -kotest = "5.8.0" +kotest = "6.0.7" assertj-core = "3.25.3" detekt = "1.23.5" -spotless = "6.25.0" +spotless = "8.1.0" apache-log4j = "2.22.1" testLogger = "4.0.0" jetbrains-annotations = "26.0.0"