Skip to content

Commit

Permalink
Upgrade http4k and jedis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 23, 2024
1 parent 1722eaf commit 1aa7536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.28.0.0</http4k.version>
<http4k.version>5.28.1.0</http4k.version>
<!-- http4k 5.26+ no longer supports Java 1.8 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion slack-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.7</java-websocket.version>
<jedis.version>5.1.4</jedis.version>
<jedis.version>5.1.5</jedis.version>
<jedis-mock.version>1.1.3</jedis-mock.version>
</properties>

Expand Down

0 comments on commit 1aa7536

Please sign in to comment.