Skip to content

Commit e238484

Browse files
committed
Upgrade Spring Shell version to 3.4.1
Closes gh-1873
1 parent 0bef2d5 commit e238484

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

start-site/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ initializr:
145145
artifactId: spring-shell-dependencies
146146
versionProperty: spring-shell.version
147147
mappings:
148-
- compatibilityRange: "[3.4.0,3.5.0-M1)"
149-
version: 3.4.0
148+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
149+
version: 3.4.1
150150
tanzu-scg-extensions:
151151
groupId: com.vmware.tanzu.springcloudgateway.extensions
152152
artifactId: extensions-bom
@@ -968,7 +968,7 @@ initializr:
968968
id: spring-shell
969969
groupId: org.springframework.shell
970970
artifactId: spring-shell-starter
971-
compatibilityRange: "[3.4.0,3.5.0-M1)"
971+
compatibilityRange: "[3.4.0,4.0.0-M1)"
972972
description: Build command line applications with spring.
973973
bom: spring-shell
974974
links:

start-site/src/test/java/io/spring/start/site/extension/dependency/springshell/SpringShellTestBuildCustomizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class SpringShellTestBuildCustomizerTests extends AbstractExtensionTests {
3434

35-
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_4;
35+
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();
3636

3737
@Test
3838
void shellTestIsAddedWithSpringShell() {

0 commit comments

Comments
 (0)