Skip to content

Commit b340592

Browse files
committed
Update Spring minor versions
1 parent 239a203 commit b340592

File tree

6 files changed

+10
-10
lines changed
  • aws-serverless-java-container-core
  • aws-serverless-java-container-springboot2
  • aws-serverless-java-container-spring
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources
  • samples/spring/pet-store

6 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.springframework.security</groupId>
9696
<artifactId>spring-security-web</artifactId>
97-
<version>5.1.5.RELEASE</version>
97+
<version>5.2.11.RELEASE</version>
9898
<scope>test</scope>
9999
</dependency>
100100
</dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
</parent>
1717

1818
<properties>
19-
<spring.version>5.2.9.RELEASE</spring.version>
19+
<spring.version>5.2.16.RELEASE</spring.version>
2020
<springboot.version>1.5.22.RELEASE</springboot.version>
21-
<spring-security.version>5.2.2.RELEASE</spring-security.version>
21+
<spring-security.version>5.2.11.RELEASE</spring-security.version>
2222
</properties>
2323

2424
<dependencies>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<version>1.6-SNAPSHOT</version>
1616

1717
<properties>
18-
<spring.version>5.2.9.RELEASE</spring.version>
19-
<springboot.version>2.2.6.RELEASE</springboot.version>
20-
<springsecurity.version>5.2.2.RELEASE</springsecurity.version>
18+
<spring.version>5.2.16.RELEASE</spring.version>
19+
<springboot.version>2.2.13.RELEASE</springboot.version>
20+
<springsecurity.version>5.2.11.RELEASE</springsecurity.version>
2121
<maven.compiler.source>1.8</maven.compiler.source>
2222
<maven.compiler.target>1.8</maven.compiler.target>
2323
</properties>

aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77

88
dependencies {
99
compile (
10-
'org.springframework:spring-webmvc:5.2.9.RELEASE',
11-
'org.springframework:spring-context:5.2.9.RELEASE',
10+
'org.springframework:spring-webmvc:5.2.16.RELEASE',
11+
'org.springframework:spring-context:5.2.16.RELEASE',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)',
1313
'org.apache.logging.log4j:log4j-core:2.8.2',
1414
'org.apache.logging.log4j:log4j-api:2.8.2',

aws-serverless-spring-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
<properties>
1717
<maven.compiler.source>1.8</maven.compiler.source>
1818
<maven.compiler.target>1.8</maven.compiler.target>
19-
<spring.version>5.2.9.RELEASE</spring.version>
19+
<spring.version>5.2.16.RELEASE</spring.version>
2020
<junit.version>4.12</junit.version>
2121
<log4j.version>2.8.2</log4j.version>
2222
</properties>

samples/spring/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<properties>
2727
<maven.compiler.source>1.8</maven.compiler.source>
2828
<maven.compiler.target>1.8</maven.compiler.target>
29-
<spring.version>5.2.9.RELEASE</spring.version>
29+
<spring.version>5.2.16.RELEASE</spring.version>
3030
<junit.version>4.13.1</junit.version>
3131
<log4j.version>2.13.3</log4j.version>
3232
</properties>

0 commit comments

Comments
 (0)