Skip to content

Commit 48f98b6

Browse files
committed
Upgrade java-websocket and http4k patch versions
1 parent 9f8ff51 commit 48f98b6

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.24.0.0</http4k.version>
13+
<http4k.version>5.25.0.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.6</java-websocket.version>
16+
<java-websocket.version>1.5.7</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
@@ -19,7 +19,7 @@
1919
see https://github.com/slackapi/java-slack-sdk/issues/919#issuecomment-1022822962
2020
-->
2121
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
22-
<java-websocket.version>1.5.6</java-websocket.version>
22+
<java-websocket.version>1.5.7</java-websocket.version>
2323
<jedis.version>5.1.3</jedis.version>
2424
<jedis-mock.version>1.1.1</jedis-mock.version>
2525
</properties>

0 commit comments

Comments
 (0)