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:
Janne Valkealahti
2022-05-11 07:49:52 +01:00
parent 38645a3cc2
commit 0085df585a
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.4</version>
<version>2.6.7</version>
<relativePath />
</parent>
<scm>

View File

@@ -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>