Skip to content

Commit

Permalink
Update boot 2.7.0
Browse files Browse the repository at this point in the history
- Pump spring-native 0.12.0 as needed by boot 2.7.0
- Fixes #419
  • Loading branch information
jvalkeal committed May 30, 2022
1 parent a673310 commit 0fa85cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0fa85cb

Please sign in to comment.