Update boot 2.6.7
- Update spring-native 0.11.5 as that should be used with boot 2.6.7. - Fixes #411
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.4</version>
|
||||
<version>2.6.7</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<scm>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<description>Examples of using Spring Shell 2</description>
|
||||
|
||||
<properties>
|
||||
<spring-native.version>0.11.1</spring-native.version>
|
||||
<spring-native.version>0.11.5</spring-native.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user