Skip to content

Commit 379eef9

Browse files
committed
Upgrade slf4j-api version and other optional ones
1 parent d04c761 commit 379eef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bolt-http4k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<http4k.version>4.17.9.0</http4k.version>
13+
<http4k.version>4.19.0.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<okhttp.version>4.9.3</okhttp.version>
4949
<gson.version>2.8.9</gson.version>
5050
<kotlin.version>1.6.10</kotlin.version>
51-
<slf4j.version>1.7.33</slf4j.version>
51+
<slf4j.version>1.7.35</slf4j.version>
5252
<lombok.version>1.18.22</lombok.version>
5353
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
5454
<delombok.output>target/generated-sources-for-javadocs</delombok.output>

0 commit comments

Comments
 (0)