Skip to content

Commit 9bfd442

Browse files
committed
Update Spring Modulith after latest releases.
1 parent 3486e17 commit 9bfd442

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ initializr:
137137
versionProperty: spring-modulith.version
138138
mappings:
139139
- compatibilityRange: "[3.3.0,3.4.0-M1)"
140-
version: 1.2.8
140+
version: 1.2.9
141141
- compatibilityRange: "[3.4.0,3.5.0-M1)"
142-
version: 1.3.2
142+
version: 1.3.3
143+
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
144+
version: 1.4.0-M2
143145
spring-shell:
144146
groupId: org.springframework.shell
145147
artifactId: spring-shell-dependencies
@@ -221,7 +223,7 @@ initializr:
221223
- name: Spring Modulith
222224
id: modulith
223225
bom: spring-modulith
224-
compatibilityRange: "[3.3.0,3.5.0-M1)"
226+
compatibilityRange: "[3.3.0,3.6.0-M1)"
225227
group-id: org.springframework.modulith
226228
artifact-id: spring-modulith-starter-core
227229
description: Support for building modular monolithic applications.

0 commit comments

Comments
 (0)