Skip to content

Commit 2147ba4

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------- | -------- | -------- | | 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 | 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 121a18e commit 2147ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.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: 2 additions & 2 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"
@@ -23,7 +23,7 @@ kover = "0.7.5"
2323
kotest = "5.8.0"
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)