Skip to content

Commit

Permalink
Upgrade optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 14, 2022
1 parent bf977d8 commit 58a9031
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bolt-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<!-- TODO: Upgrade to a newer version
<!-- TODO: Upgrade to v2 in the next minor release -->
<!-- TODO: Upgrade to a newer patch version
once a binary compatibility issue on the ktor side has been resolved
java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
-->
Expand Down
2 changes: 1 addition & 1 deletion bolt-quarkus-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>2.7.5.Final</quarkus.platform.version>
<quarkus.platform.version>2.8.0.Final</quarkus.platform.version>
<mutiny.version>1.4.0</mutiny.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
</properties>
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.17</tyrus-standalone-client.version>
<java-websocket.version>1.5.2</java-websocket.version>
<java-websocket.version>1.5.3</java-websocket.version>
</properties>

<artifactId>bolt-socket-mode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ slf4jApiVersion: 1.7.33
kotlinVersion: 1.6.20
springBootVersion: 2.6.6
compatibleMicronautVersion: 3.x
quarkusVersion: 2.7.5.Final
quarkusVersion: 2.8.0.Final
helidonVersion: 2.5.0
4 changes: 2 additions & 2 deletions slack-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
see https://github.com/slackapi/java-slack-sdk/issues/919#issuecomment-1022822962
-->
<tyrus-standalone-client.version>1.17</tyrus-standalone-client.version>
<java-websocket.version>1.5.2</java-websocket.version>
<jedis.version>4.2.1</jedis.version>
<java-websocket.version>1.5.3</java-websocket.version>
<jedis.version>4.2.2</jedis.version>
<jedis-mock.version>1.0.1</jedis-mock.version>
</properties>

Expand Down

0 comments on commit 58a9031

Please sign in to comment.