Skip to content

Commit 7f9b334

Browse files
committed
Update all dependencies
| datasource | package | from | to | | ---------- | ----------------------------------------------------------------- | -------- | -------- | | maven | org.mockito:mockito-core | 5.10.0 | 5.11.0 | | maven | com.github.javadev:underscore | 1.98 | 1.99 | | maven | com.google.truth:truth | 1.4.1 | 1.4.2 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.0.7 | 6.0.8 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.0.7 | 6.0.8 | | maven | io.arrow-kt:arrow-core | 1.2.1 | 1.2.3 | | maven | org.http4k:http4k-format-moshi | 5.13.7.0 | 5.13.9.0 | | maven | org.http4k:http4k-client-apache | 5.13.7.0 | 5.13.9.0 | | maven | org.http4k:http4k-core | 5.13.7.0 | 5.13.9.0 | | maven | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.22 | 1.9.23 |
1 parent fa547b4 commit 7f9b334

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
2-
kotlin = "1.9.22"
3-
http4k = "5.13.7.0"
2+
kotlin = "1.9.23"
3+
http4k = "5.13.9.0"
44
moshix = "0.25.1"
5-
arrow = "1.2.1"
5+
arrow = "1.2.3"
66
graal = "22.3.3" # 22.3.3 Compatable with Java 11
77
java-vavr = "0.10.4"
88
kotlin-vavr = "0.10.2"
99
jetbrains-annotations = "24.1.0"
1010
okio = "3.8.0"
1111
kover = "0.7.6"
1212
kotest = "5.8.0"
13-
spotbugs = "6.0.7"
13+
spotbugs = "6.0.8"
1414
testLogger = "4.0.0"
15-
truth = "1.4.1"
15+
truth = "1.4.2"
1616
assertj-core = "3.25.3"
1717
assertj-vavr = "0.4.3"
1818
kotlin-logging = "6.0.3"
1919
pprint = "2.0.2"
20-
underscore = "1.98"
20+
underscore = "1.99"
2121
kotlin-faker = "1.16.0"
2222
immutables = "2.10.1"
23-
mockito = "5.10.0"
23+
mockito = "5.11.0"
2424
spring = "5.3.31" # 5.3.31 Compatable with Java 11
2525
json-assert = "1.5.1"
2626
nexus-publish = "2.0.0-rc-2"

0 commit comments

Comments
 (0)