Update boot 2.7.0

- Pump spring-native 0.12.0 as needed by boot 2.7.0
- Fixes #419
This commit is contained in:
Janne Valkealahti
2022-05-30 11:10:07 +01:00
parent a673310edc
commit 0fa85cba83
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.7</version>
<version>2.7.0</version>
<relativePath />
</parent>
<scm>

View File

@@ -15,7 +15,7 @@
<description>Examples of using Spring Shell 2</description>
<properties>
<spring-native.version>0.11.5</spring-native.version>
<spring-native.version>0.12.0</spring-native.version>
</properties>
<build>