Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 4, 2023
1 parent 78524f0 commit 60498e8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bolt-aws-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<aws-lambda-core.version>1.2.2</aws-lambda-core.version>
<aws-lambda-core.version>1.2.3</aws-lambda-core.version>
</properties>

<artifactId>bolt-aws-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.5.0.0</http4k.version>
<http4k.version>5.7.5.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<ktor.version>2.3.3</ktor.version>
<ktor.version>2.3.4</ktor.version>
</properties>

<pluginRepositories>
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.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.3</java-websocket.version>
<java-websocket.version>1.5.4</java-websocket.version>
</properties>

<artifactId>bolt-socket-mode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<okhttp.version>4.11.0</okhttp.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<!-- Note that we should not upgrade sfl4j-api to v2 to avoid confusions on the users side.
see also: https://github.com/slackapi/java-slack-sdk/issues/1034
-->
Expand Down
4 changes: 2 additions & 2 deletions slack-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.4</java-websocket.version>
<jedis.version>4.4.3</jedis.version>
<jedis-mock.version>1.0.9</jedis-mock.version>
<jedis.version>5.0.0</jedis.version>
<jedis-mock.version>1.0.10</jedis-mock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 60498e8

Please sign in to comment.