Skip to content

Commit 58a9031

Browse files
committed
Upgrade optional dependencies
1 parent bf977d8 commit 58a9031

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

bolt-ktor/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<kotlin.code.style>official</kotlin.code.style>
18-
<!-- TODO: Upgrade to a newer version
18+
<!-- TODO: Upgrade to v2 in the next minor release -->
19+
<!-- TODO: Upgrade to a newer patch version
1920
once a binary compatibility issue on the ktor side has been resolved
2021
java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
2122
-->

bolt-quarkus-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2020
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
2121
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
22-
<quarkus.platform.version>2.7.5.Final</quarkus.platform.version>
22+
<quarkus.platform.version>2.8.0.Final</quarkus.platform.version>
2323
<mutiny.version>1.4.0</mutiny.version>
2424
<compiler-plugin.version>3.8.1</compiler-plugin.version>
2525
</properties>

bolt-socket-mode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<javax.websocket-api.version>1.1</javax.websocket-api.version>
1414
<!-- TODO upgrade to 2.0 in the next major version -->
1515
<tyrus-standalone-client.version>1.17</tyrus-standalone-client.version>
16-
<java-websocket.version>1.5.2</java-websocket.version>
16+
<java-websocket.version>1.5.3</java-websocket.version>
1717
</properties>
1818

1919
<artifactId>bolt-socket-mode</artifactId>

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ slf4jApiVersion: 1.7.33
1212
kotlinVersion: 1.6.20
1313
springBootVersion: 2.6.6
1414
compatibleMicronautVersion: 3.x
15-
quarkusVersion: 2.7.5.Final
15+
quarkusVersion: 2.8.0.Final
1616
helidonVersion: 2.5.0

slack-api-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
see https://github.com/slackapi/java-slack-sdk/issues/919#issuecomment-1022822962
2020
-->
2121
<tyrus-standalone-client.version>1.17</tyrus-standalone-client.version>
22-
<java-websocket.version>1.5.2</java-websocket.version>
23-
<jedis.version>4.2.1</jedis.version>
22+
<java-websocket.version>1.5.3</java-websocket.version>
23+
<jedis.version>4.2.2</jedis.version>
2424
<jedis-mock.version>1.0.1</jedis-mock.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)