Skip to content

Commit

Permalink
Upgrade optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 10, 2022
1 parent b6c98ce commit 2859ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>4.25.13.0</http4k.version>
<http4k.version>4.25.14.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<!-- TODO: Upgrade to 11.x in the next major version - v2 -->
<jetty.version>9.4.24.v20191120</jetty.version>
<java-jwt.version>3.19.1</java-jwt.version>
<java-jwt.version>3.19.2</java-jwt.version>
</properties>

<artifactId>bolt-servlet</artifactId>
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.18</tyrus-standalone-client.version>
<java-websocket.version>1.5.3</java-websocket.version>
<jedis.version>4.2.2</jedis.version>
<jedis.version>4.2.3</jedis.version>
<jedis-mock.version>1.0.2</jedis-mock.version>
</properties>

Expand Down

0 comments on commit 2859ad9

Please sign in to comment.