From b9e21151fadaec602a8e60940852a3bab22b47b3 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 26 Jul 2023 13:11:21 +0100 Subject: [PATCH] Upgrade to Spring Shell 3.1.3, 3.0.7, and 2.1.12 See gh-1259 --- start-site/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 79704c64d3d..596cfba55be 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -137,11 +137,11 @@ initializr: versionProperty: spring-shell.version mappings: - compatibilityRange: "[2.7.0,3.0.0-M1)" - version: 2.1.11 + version: 2.1.12 - compatibilityRange: "[3.0.0,3.1.0-M1)" - version: 3.0.6 + version: 3.0.7 - compatibilityRange: "[3.1.0,3.2.0-M1)" - version: 3.1.2 + version: 3.1.3 testcontainers: groupId: org.testcontainers artifactId: testcontainers-bom