Skip to content

Commit

Permalink
Upgrade micronaunt verison to the latest one
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 26, 2024
1 parent afd9e35 commit 59c3205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</parent>

<properties>
<micronaut.version>4.5.3</micronaut.version>
<micronaut-test-junit5.version>4.3.0</micronaut-test-junit5.version>
<micronaut.version>4.5.4</micronaut.version>
<micronaut-test-junit5.version>4.4.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.10.3</junit5-jupiter.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
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 @@ -21,7 +21,7 @@
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.7</java-websocket.version>
<jedis.version>5.1.3</jedis.version>
<jedis-mock.version>1.1.2</jedis-mock.version>
<jedis-mock.version>1.1.3</jedis-mock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 59c3205

Please sign in to comment.