Skip to content

Commit

Permalink
Upgrade minor dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 8, 2025
1 parent f35db18 commit 86573b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 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.37.1.1</http4k.version>
<http4k.version>5.45.0.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
8 changes: 4 additions & 4 deletions bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</parent>

<properties>
<micronaut.version>4.7.0</micronaut.version>
<micronaut-test-junit5.version>4.5.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.5.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.11.2</junit5-jupiter.version>
<micronaut.version>4.7.10</micronaut.version>
<micronaut-test-junit5.version>4.6.2</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.6.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.11.4</junit5-jupiter.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
<mockito-all.version>1.10.19</mockito-all.version>
<jakarta.inject.version>2.0.1.MR</jakarta.inject.version>
Expand Down
2 changes: 1 addition & 1 deletion bolt-socket-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<javax.websocket-api.version>1.1</javax.websocket-api.version>
<!-- TODO upgrade to 2.0 in the next major version -->
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.7</java-websocket.version>
<java-websocket.version>1.6.0</java-websocket.version>
</properties>

<artifactId>bolt-socket-mode</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions bolt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<packaging>jar</packaging>

<properties>
<commons-text.version>1.12.0
</commons-text.version>
<commons-text.version>1.13.0</commons-text.version>
</properties>

<dependencies>
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 @@ -19,7 +19,7 @@
see https://github.com/slackapi/java-slack-sdk/issues/919#issuecomment-1022822962
-->
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.7</java-websocket.version>
<java-websocket.version>1.6.0</java-websocket.version>
<jedis.version>5.2.0</jedis.version>
<jedis-mock.version>1.1.8</jedis-mock.version>
</properties>
Expand Down

0 comments on commit 86573b4

Please sign in to comment.