Skip to content

Commit

Permalink
Upgrade http4k version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 20, 2024
1 parent 52d1c76 commit bd8e9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.27.0.0</http4k.version>
<http4k.version>5.28.0.0</http4k.version>
<!-- http4k 5.26+ no longer supports Java 1.8 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<properties>
<!-- 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 -->
<micronaut.version>4.5.4</micronaut.version>
<micronaut-test-junit5.version>4.4.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
<micronaut-test-junit5.version>4.5.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.5.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.11.0</junit5-jupiter.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
<mockito-all.version>1.10.19</mockito-all.version>
Expand Down

0 comments on commit bd8e9c4

Please sign in to comment.