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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user