Skip to content

Commit

Permalink
Upgrade kotlin patch version and other optional ones to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 11, 2024
1 parent 912698b commit 57ff934
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.10.5.0</http4k.version>
<http4k.version>5.12.1.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.6</ktor.version>
<ktor.version>2.3.7</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.4</java-websocket.version>
<java-websocket.version>1.5.5</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.12.0</okhttp.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</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

0 comments on commit 57ff934

Please sign in to comment.