Skip to content

Commit bd8e9c4

Browse files
committed
Upgrade http4k version to the latest
1 parent 52d1c76 commit bd8e9c4

File tree

2 files changed

+3
-3
lines changed

2 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>5.27.0.0</http4k.version>
13+
<http4k.version>5.28.0.0</http4k.version>
1414
<!-- http4k 5.26+ no longer supports Java 1.8 -->
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>

bolt-micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<properties>
1313
<!-- TODO: holding off migrating to 4.6 due to binary compatibility issue with JDK 17; see https://github.com/slackapi/java-slack-sdk/actions/runs/10448506682/job/28929089969?pr=1350 -->
1414
<micronaut.version>4.5.4</micronaut.version>
15-
<micronaut-test-junit5.version>4.4.0</micronaut-test-junit5.version>
16-
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
15+
<micronaut-test-junit5.version>4.5.0</micronaut-test-junit5.version>
16+
<micronaut-rxjava3.version>3.5.0</micronaut-rxjava3.version>
1717
<junit5-jupiter.version>5.11.0</junit5-jupiter.version>
1818
<!-- Note that upgrading this library breaks other dependency resolution -->
1919
<mockito-all.version>1.10.19</mockito-all.version>

0 commit comments

Comments
 (0)