Skip to content

Commit da43430

Browse files
committed
Upgrade optional dependency versions
1 parent a1f447f commit da43430

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>5.13.4.1</http4k.version>
13+
<http4k.version>5.13.8.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-socket-mode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<javax.websocket-api.version>1.1</javax.websocket-api.version>
1414
<!-- TODO upgrade to 2.0 in the next major version -->
1515
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
16-
<java-websocket.version>1.5.5</java-websocket.version>
16+
<java-websocket.version>1.5.6</java-websocket.version>
1717
</properties>
1818

1919
<artifactId>bolt-socket-mode</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.20</tyrus-standalone-client.version>
2222
<java-websocket.version>1.5.6</java-websocket.version>
23-
<jedis.version>5.1.0</jedis.version>
23+
<jedis.version>5.1.1</jedis.version>
2424
<jedis-mock.version>1.1.0</jedis-mock.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)