File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ slf4jApiVersion: 1.7.33
1212kotlinVersion : 1.6.20
1313springBootVersion : 2.6.6
1414compatibleMicronautVersion : 3.x
15- quarkusVersion : 2.7.5 .Final
15+ quarkusVersion : 2.8.0 .Final
1616helidonVersion : 2.5.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments