Skip to content

Commit 0bee2ae

Browse files
authored
Upgrade http4k and micronaut (#1350)
1 parent d4622ca commit 0bee2ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.26.0.0</http4k.version>
13+
<http4k.version>5.27.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
</parent>
1111

1212
<properties>
13+
<!-- 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 -->
1314
<micronaut.version>4.5.4</micronaut.version>
1415
<micronaut-test-junit5.version>4.4.0</micronaut-test-junit5.version>
1516
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
16-
<junit5-jupiter.version>5.10.3</junit5-jupiter.version>
17+
<junit5-jupiter.version>5.11.0</junit5-jupiter.version>
1718
<!-- Note that upgrading this library breaks other dependency resolution -->
1819
<mockito-all.version>1.10.19</mockito-all.version>
1920
<jakarta.inject.version>2.0.1.MR</jakarta.inject.version>

0 commit comments

Comments
 (0)