Skip to content

Commit 39756cd

Browse files
committed
Bump spring boot version
1 parent 5434a8f commit 39756cd

File tree

3 files changed

+3
-3
lines changed
  • aws-serverless-java-container-spring
  • aws-serverless-springboot-archetype/src/main/resources/archetype-resources
  • samples/springboot/pet-store

3 files changed

+3
-3
lines changed

aws-serverless-java-container-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<spring.version>5.1.9.RELEASE</spring.version>
20-
<springboot.version>1.5.21.RELEASE</springboot.version>
20+
<springboot.version>1.5.22.RELEASE</springboot.version>
2121
<spring-security.version>5.1.5.RELEASE</spring-security.version>
2222
<jackson.version>2.9.9.3</jackson.version>
2323
</properties>

aws-serverless-springboot-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-starter-parent</artifactId>
19-
<version>1.5.17.RELEASE</version>
19+
<version>1.5.22.RELEASE</version>
2020
</parent>
2121

2222
<properties>

samples/springboot/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>1.5.17.RELEASE</version>
13+
<version>1.5.22.RELEASE</version>
1414
</parent>
1515

1616
<properties>

0 commit comments

Comments
 (0)