Skip to content

Commit e44ff6f

Browse files
committed
Upgrade the optional dependencies
1 parent 4dbaaac commit e44ff6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bolt-micronaut/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-
<micronaut.version>3.2.6</micronaut.version>
13+
<micronaut.version>3.2.7</micronaut.version>
1414
<micronaut-test-junit5.version>3.0.5</micronaut-test-junit5.version>
1515
<micronaut-rxjava3.version>2.1.1</micronaut-rxjava3.version>
1616
<!-- Note that upgrading this library breaks other dependency resolution -->

bolt-spring-boot-examples/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-
<spring-boot.version>2.6.2</spring-boot.version>
13+
<spring-boot.version>2.6.3</spring-boot.version>
1414
</properties>
1515

1616
<artifactId>bolt-spring-boot-examples</artifactId>

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sdkLatestVersion: 1.16.1
1010
okhttpVersion: 4.9.3
1111
slf4jApiVersion: 1.7.33
1212
kotlinVersion: 1.6.0
13-
springBootVersion: 2.6.2
13+
springBootVersion: 2.6.3
1414
compatibleMicronautVersion: 3.x
1515
quarkusVersion: 1.9.2.Final
1616
helidonVersion: 2.3.2

0 commit comments

Comments
 (0)