Skip to content

Commit

Permalink
Merge pull request #1451 from jvalkeal
Browse files Browse the repository at this point in the history
* pr/1451:
  Upgrade to Spring Shell 3.1.11, 3.2.4 and 3.3.0-M1

Closes gh-1451
  • Loading branch information
mhalbritter committed Apr 23, 2024
2 parents cc480ee + 6dc1f96 commit e030737
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,12 @@ initializr:
versionProperty: spring-shell.version
mappings:
- compatibilityRange: "[3.1.0,3.2.0-M1)"
version: 3.1.10
version: 3.1.11
- compatibilityRange: "[3.2.0-M1,3.3.0-M1)"
version: 3.2.3
version: 3.2.4
- compatibility-range: "3.3.0-M1"
version: 3.3.0-M1
repositories: spring-milestones
timefold-solver:
groupId: ai.timefold.solver
artifactId: timefold-solver-bom
Expand Down Expand Up @@ -907,7 +910,7 @@ initializr:
id: spring-shell
groupId: org.springframework.shell
artifactId: spring-shell-starter
compatibilityRange: "[3.1.0,3.3.0-M1)"
compatibilityRange: "[3.1.0,3.4.0-M1)"
description: Build command line applications with spring.
bom: spring-shell
links:
Expand Down

0 comments on commit e030737

Please sign in to comment.