Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 22, 2022
1 parent 6184bb6 commit 2a5c304
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<micronaut.version>3.5.1</micronaut.version>
<micronaut.version>3.5.2</micronaut.version>
<micronaut-test-junit5.version>3.4.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>2.2.1</micronaut-rxjava3.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
Expand Down
4 changes: 2 additions & 2 deletions bolt-quarkus-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<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.9.2.Final</quarkus.platform.version>
<mutiny.version>1.5.0</mutiny.version>
<quarkus.platform.version>2.10.0.Final</quarkus.platform.version>
<mutiny.version>1.6.0</mutiny.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ baseurl: /java-slack-sdk
url: https://slack.dev

sdkLatestVersion: 1.22.3
okhttpVersion: 4.9.3
okhttpVersion: 4.10.0
slf4jApiVersion: 1.7.36
kotlinVersion: 1.7.0
springBootVersion: 2.7.0
compatibleMicronautVersion: 3.x
quarkusVersion: 2.9.2.Final
quarkusVersion: 2.10.0.Final
helidonVersion: 2.5.0
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- For these compile scope dependencies, we don't use ranges of versions -->
<!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<okhttp.version>4.10.0</okhttp.version>
<gson.version>2.9.0</gson.version>
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 @@ -21,7 +21,7 @@
<tyrus-standalone-client.version>1.18</tyrus-standalone-client.version>
<java-websocket.version>1.5.3</java-websocket.version>
<jedis.version>4.2.3</jedis.version>
<jedis-mock.version>1.0.2</jedis-mock.version>
<jedis-mock.version>1.0.3</jedis-mock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2a5c304

Please sign in to comment.