Skip to content

Commit

Permalink
Upgrade optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 27, 2025
1 parent c3fca6f commit c8d803a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.45.0.0</http4k.version>
<http4k.version>5.46.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
2 changes: 1 addition & 1 deletion bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<micronaut.version>4.7.11</micronaut.version>
<micronaut.version>4.7.12</micronaut.version>
<micronaut-test-junit5.version>4.6.2</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.6.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.11.4</junit5-jupiter.version>
Expand Down

0 comments on commit c8d803a

Please sign in to comment.