File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <properties >
13- <micronaut .version>3.5.1 </micronaut .version>
13+ <micronaut .version>3.5.2 </micronaut .version>
1414 <micronaut-test-junit5 .version>3.4.0</micronaut-test-junit5 .version>
1515 <micronaut-rxjava3 .version>2.2.1</micronaut-rxjava3 .version>
1616 <!-- Note that upgrading this library breaks other dependency resolution -->
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.9.2 .Final</quarkus .platform.version>
23- <mutiny .version>1.5 .0</mutiny .version>
22+ <quarkus .platform.version>2.10.0 .Final</quarkus .platform.version>
23+ <mutiny .version>1.6 .0</mutiny .version>
2424 <compiler-plugin .version>3.8.1</compiler-plugin .version>
2525 </properties >
2626
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ baseurl: /java-slack-sdk
77url : https://slack.dev
88
99sdkLatestVersion : 1.22.3
10- okhttpVersion : 4.9.3
10+ okhttpVersion : 4.10.0
1111slf4jApiVersion : 1.7.36
1212kotlinVersion : 1.7.0
1313springBootVersion : 2.7.0
1414compatibleMicronautVersion : 3.x
15- quarkusVersion : 2.9.2 .Final
15+ quarkusVersion : 2.10.0 .Final
1616helidonVersion : 2.5.0
Original file line number Diff line number Diff line change 4646 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4747
4848 <!-- For these compile scope dependencies, we don't use ranges of versions -->
49+ <!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
4950 <javax .servlet-api.version>3.1.0</javax .servlet-api.version>
51+ <!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
5052 <jakarta .servlet-api.version>5.0.0</jakarta .servlet-api.version>
5153 <okhttp .version>4.10.0</okhttp .version>
5254 <gson .version>2.9.0</gson .version>
Original file line number Diff line number Diff line change 2121 <tyrus-standalone-client .version>1.18</tyrus-standalone-client .version>
2222 <java-websocket .version>1.5.3</java-websocket .version>
2323 <jedis .version>4.2.3</jedis .version>
24- <jedis-mock .version>1.0.2 </jedis-mock .version>
24+ <jedis-mock .version>1.0.3 </jedis-mock .version>
2525 </properties >
2626
2727 <dependencies >
You can’t perform that action at this time.
0 commit comments