Skip to content

Commit 1361dfd

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------- | -------- | -------- | | github-tags | actions/checkout | v4 | v5 | | github-tags | actions/setup-java | v4 | v5 | | gradle-version | gradle | 8.6 | 9.0.0 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.25.0 | 7.2.1 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.25.0 | 7.2.1 | | maven | io.kotest:kotest-runner-junit5 | 5.8.0 | 6.0.1 | | maven | io.kotest:kotest-property | 5.8.0 | 6.0.1 | | maven | io.kotest:kotest-framework-engine | 5.8.0 | 6.0.1 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 6.0.1 | | maven | org.http4k:http4k-format-jackson | 5.13.7.0 | 6.15.1.0 | | maven | org.http4k:http4k-format-moshi | 5.13.7.0 | 6.15.1.0 | | maven | org.http4k:http4k-core | 5.13.7.0 | 6.15.1.0 | | maven | org.http4k:http4k-bom | 5.13.7.0 | 6.15.1.0 |
1 parent 083e7d8 commit 1361dfd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
10+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1111
- name: Set up JDK 17
12-
uses: actions/setup-java@v4
12+
uses: actions/setup-java@v5
1313
with:
1414
java-version: '17'
1515
distribution: 'zulu'

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

libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ reflection-util = "2.15.0"
99
guava = "33.0.0-jre"
1010
apache-commons-lang3 = "3.14.0"
1111
apache-commons-collections4 = "4.4"
12-
http4k = "5.13.7.0"
12+
http4k = "6.15.1.0"
1313
moshix = "1.7.20-Beta-0.18.3"
1414
immutables = "2.10.0"
1515
exposed = "0.47.0"
@@ -20,10 +20,10 @@ spring = "6.1.4"
2020
# Common dependencies
2121
junit = "5.10.2"
2222
kover = "0.7.5"
23-
kotest = "5.8.0"
23+
kotest = "6.0.1"
2424
assertj-core = "3.25.3"
2525
detekt = "1.23.5"
26-
spotless = "6.25.0"
26+
spotless = "7.2.1"
2727
apache-log4j = "2.22.1"
2828
testLogger = "4.0.0"
2929
jetbrains-annotations = "26.0.0"

0 commit comments

Comments
 (0)