Skip to content

Commit 2859ad9

Browse files
committed
Upgrade optional dependencies
1 parent b6c98ce commit 2859ad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.25.13.0</http4k.version>
13+
<http4k.version>4.25.14.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<!-- TODO: Upgrade to 11.x in the next major version - v2 -->
1414
<jetty.version>9.4.24.v20191120</jetty.version>
15-
<java-jwt.version>3.19.1</java-jwt.version>
15+
<java-jwt.version>3.19.2</java-jwt.version>
1616
</properties>
1717

1818
<artifactId>bolt-servlet</artifactId>

slack-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-->
2121
<tyrus-standalone-client.version>1.18</tyrus-standalone-client.version>
2222
<java-websocket.version>1.5.3</java-websocket.version>
23-
<jedis.version>4.2.2</jedis.version>
23+
<jedis.version>4.2.3</jedis.version>
2424
<jedis-mock.version>1.0.2</jedis-mock.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)