Skip to content

Commit a529b1b

Browse files
authored
Upgrade dependency patch/minor versions (kotlin, http4k, micronaut) (#1135)
1 parent cb77d74 commit a529b1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.41.1.1</http4k.version>
13+
<http4k.version>4.41.3.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-micronaut/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-
<micronaut.version>3.8.7</micronaut.version>
13+
<micronaut.version>3.8.8</micronaut.version>
1414
<micronaut-test-junit5.version>3.9.2</micronaut-test-junit5.version>
1515
<micronaut-rxjava3.version>2.4.1</micronaut-rxjava3.version>
1616
<junit5-jupiter.version>5.9.2</junit5-jupiter.version>

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.10.0</okhttp.version>
5353
<gson.version>2.10.1</gson.version>
54-
<kotlin.version>1.8.10</kotlin.version>
54+
<kotlin.version>1.8.20</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)