Skip to content

Commit 748a8de

Browse files
Update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | -------- | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.24.0 | 2.24.1 | | maven | org.apache.logging.log4j:log4j-core | 2.24.0 | 2.24.1 | | maven | org.apache.logging.log4j:log4j-api | 2.24.0 | 2.24.1 | | maven | org.mockito:mockito-core | 5.14.0 | 5.14.1 | | maven | com.github.javadev:underscore | 1.105 | 1.106 | | maven | org.http4k:http4k-format-moshi | 5.31.1.0 | 5.32.3.0 | | maven | org.http4k:http4k-client-apache | 5.31.1.0 | 5.32.3.0 | | maven | org.http4k:http4k-core | 5.31.1.0 | 5.32.3.0 |
1 parent 7ae8cb3 commit 748a8de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.0.20"
33
moshix = "0.28.0"
4-
http4k = "5.31.1.0"
4+
http4k = "5.32.3.0"
55
immutables = "2.10.1"
66
arrow = "1.2.4"
77
graal = "22.3.3" # 22.3.3 Compatable with Java 11
@@ -16,10 +16,10 @@ assertj-core = "3.26.3"
1616
assertj-vavr = "0.4.3"
1717
kotlin-logging = "7.0.0"
1818
pprint = "2.0.2"
19-
underscore = "1.105"
19+
underscore = "1.106"
2020
kotlin-faker = "1.16.0"
2121
apache-commons-lang3 = "3.17.0"
22-
mockito = "5.14.0"
22+
mockito = "5.14.1"
2323
spring = "5.3.31" # 5.3.31 Compatable with Java 11
2424
json-assert = "1.5.3"
2525
nexus-publish = "2.0.0"
@@ -33,7 +33,7 @@ junit = "5.10.2"
3333
kover = "0.8.3"
3434
detekt = "1.23.7"
3535
spotless = "6.25.0"
36-
apache-log4j = "2.24.0"
36+
apache-log4j = "2.24.1"
3737

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

0 commit comments

Comments
 (0)