Skip to content

Commit

Permalink
Upgrade optional deps (jedis, micronaut, http4k)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 27, 2024
1 parent 27c0dbf commit cec609e
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>5.20.0.0</http4k.version>
<http4k.version>5.21.0.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<micronaut.version>4.4.9</micronaut.version>
<micronaut.version>4.4.10</micronaut.version>
<micronaut-test-junit5.version>4.3.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.3.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.10.2</junit5-jupiter.version>
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.6</java-websocket.version>
<jedis.version>5.1.2</jedis.version>
<jedis.version>5.1.3</jedis.version>
<jedis-mock.version>1.1.1</jedis-mock.version>
</properties>

Expand Down

0 comments on commit cec609e

Please sign in to comment.