Skip to content

Commit 0513d06

Browse files
authored
Use latest Java Spring Boot stack as default (#439)
it was set to a previous version originally to use a schema version 2.1 but in fact the default version was already upgraded to 2.2 3 months ago db0c583 Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 4ae0bf1 commit 0513d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/java-springboot/stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ versions:
77
# 1.3.0, 1.4.0: with JDK 17
88
- version: 1.3.0
99
- version: 1.4.0
10-
default: true # should have one and only one default version
1110
- version: 2.0.0
1211
# 2.1.0, 2.2.0: with JDK 17
1312
- version: 2.1.0
1413
- version: 2.2.0
14+
default: true # should have one and only one default version

0 commit comments

Comments
 (0)