Skip to content

Commit

Permalink
Upgrade to Spring Shell 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 11, 2024
1 parent 9534d8c commit b375098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ initializr:
artifactId: spring-shell-dependencies
versionProperty: spring-shell.version
mappings:
- compatibilityRange: "[3.3.0,3.4.0-M1)"
version: 3.3.3
- compatibilityRange: "[3.3.0,3.5.0-M1)"
version: 3.4.0
timefold-solver:
groupId: ai.timefold.solver
artifactId: timefold-solver-bom
Expand Down Expand Up @@ -885,7 +885,7 @@ initializr:
id: spring-shell
groupId: org.springframework.shell
artifactId: spring-shell-starter
compatibilityRange: "[3.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
description: Build command line applications with spring.
bom: spring-shell
links:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class SpringShellTestBuildCustomizerTests extends AbstractExtensionTests {

private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_3;
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();

@Test
void shellTestIsAddedWithSpringShell() {
Expand Down

0 comments on commit b375098

Please sign in to comment.