Skip to content

Commit 0fa85cb

Browse files
committed
Update boot 2.7.0
- Pump spring-native 0.12.0 as needed by boot 2.7.0 - Fixes #419
1 parent a673310 commit 0fa85cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.6.7</version>
14+
<version>2.7.0</version>
1515
<relativePath />
1616
</parent>
1717
<scm>

spring-shell-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Examples of using Spring Shell 2</description>
1616

1717
<properties>
18-
<spring-native.version>0.11.5</spring-native.version>
18+
<spring-native.version>0.12.0</spring-native.version>
1919
</properties>
2020

2121
<build>

0 commit comments

Comments
 (0)