Skip to content

Commit 57ff934

Browse files
committed
Upgrade kotlin patch version and other optional ones to the latest
1 parent 912698b commit 57ff934

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bolt-http4k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<http4k.version>5.10.5.0</http4k.version>
13+
<http4k.version>5.12.1.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<kotlin.code.style>official</kotlin.code.style>
18-
<ktor.version>2.3.6</ktor.version>
18+
<ktor.version>2.3.7</ktor.version>
1919
</properties>
2020

2121
<pluginRepositories>

bolt-socket-mode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.20</tyrus-standalone-client.version>
16-
<java-websocket.version>1.5.4</java-websocket.version>
16+
<java-websocket.version>1.5.5</java-websocket.version>
1717
</properties>
1818

1919
<artifactId>bolt-socket-mode</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
5252
<okhttp.version>4.12.0</okhttp.version>
5353
<gson.version>2.10.1</gson.version>
54-
<kotlin.version>1.9.21</kotlin.version>
54+
<kotlin.version>1.9.22</kotlin.version>
5555
<!-- Note that we should not upgrade sfl4j-api to v2 to avoid confusions on the users side.
5656
see also: https://github.com/slackapi/java-slack-sdk/issues/1034
5757
-->

0 commit comments

Comments
 (0)