Skip to content

Commit 7637af8

Browse files
authored
Upgrade http4k and micronaut (#1324)
1 parent 9912adc commit 7637af8

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.21.0.0</http4k.version>
13+
<http4k.version>5.23.0.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</parent>
1111

1212
<properties>
13-
<micronaut.version>4.4.10</micronaut.version>
13+
<micronaut.version>4.5.3</micronaut.version>
1414
<micronaut-test-junit5.version>4.3.0</micronaut-test-junit5.version>
15-
<micronaut-rxjava3.version>3.3.0</micronaut-rxjava3.version>
15+
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
1616
<junit5-jupiter.version>5.10.2</junit5-jupiter.version>
1717
<!-- Note that upgrading this library breaks other dependency resolution -->
1818
<mockito-all.version>1.10.19</mockito-all.version>

0 commit comments

Comments
 (0)