Skip to content

Commit 1aa7536

Browse files
committed
Upgrade http4k and jedis versions
1 parent 1722eaf commit 1aa7536

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>5.28.0.0</http4k.version>
13+
<http4k.version>5.28.1.0</http4k.version>
1414
<!-- http4k 5.26+ no longer supports Java 1.8 -->
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>

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.7</java-websocket.version>
23-
<jedis.version>5.1.4</jedis.version>
23+
<jedis.version>5.1.5</jedis.version>
2424
<jedis-mock.version>1.1.3</jedis-mock.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)