Skip to content

Commit 157e366

Browse files
authored
Upgrade gson, kotlin, and so on (#1107)
1 parent 0d62bfd commit 157e366

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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>4.34.2.0</http4k.version>
13+
<http4k.version>4.35.4.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.1.3</ktor.version>
18+
<ktor.version>2.2.2</ktor.version>
1919
</properties>
2020

2121
<pluginRepositories>

bolt-micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</parent>
1111

1212
<properties>
13-
<micronaut.version>3.7.4</micronaut.version>
13+
<micronaut.version>3.8.0</micronaut.version>
1414
<micronaut-test-junit5.version>3.8.0</micronaut-test-junit5.version>
1515
<micronaut-rxjava3.version>2.4.0</micronaut-rxjava3.version>
16-
<junit5-jupiter.version>5.9.1</junit5-jupiter.version>
16+
<junit5-jupiter.version>5.9.2</junit5-jupiter.version>
1717
<!-- Note that upgrading this library breaks other dependency resolution -->
1818
<mockito-all.version>1.10.19</mockito-all.version>
1919
<jakarta.inject.version>2.0.1.MR</jakarta.inject.version>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
5151
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
5252
<okhttp.version>4.10.0</okhttp.version>
53-
<gson.version>2.10</gson.version>
54-
<kotlin.version>1.7.22</kotlin.version>
53+
<gson.version>2.10.1</gson.version>
54+
<kotlin.version>1.8.0</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)