From 0085df585a3c4765f7df5a70b96c0dbabf808197 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 11 May 2022 07:49:52 +0100 Subject: [PATCH] Update boot 2.6.7 - Update spring-native 0.11.5 as that should be used with boot 2.6.7. - Fixes #411 --- pom.xml | 2 +- spring-shell-samples/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b2342383..a1b9b299 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.4 + 2.6.7 diff --git a/spring-shell-samples/pom.xml b/spring-shell-samples/pom.xml index e0acb72e..3b876192 100644 --- a/spring-shell-samples/pom.xml +++ b/spring-shell-samples/pom.xml @@ -15,7 +15,7 @@ Examples of using Spring Shell 2 - 0.11.1 + 0.11.5