Skip to content

Commit 0a55c8a

Browse files
committed
chore(deps): Update Spring dependencies (framework to 5.3.15, boot to 2.6.3)
1 parent 7b5a66b commit 0a55c8a

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<spring.version>5.3.14</spring.version>
19+
<spring.version>5.3.15</spring.version>
2020
<spring-security.version>5.6.1</spring-security.version>
2121
</properties>
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<version>1.7-SNAPSHOT</version>
1616

1717
<properties>
18-
<spring.version>5.3.14</spring.version>
19-
<springboot.version>2.6.2</springboot.version>
18+
<spring.version>5.3.15</spring.version>
19+
<springboot.version>2.6.3</springboot.version>
2020
<springsecurity.version>5.6.1</springsecurity.version>
2121
<maven.compiler.source>1.8</maven.compiler.source>
2222
<maven.compiler.target>1.8</maven.compiler.target>

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
implementation (
10-
'org.springframework:spring-webmvc:5.3.14',
11-
'org.springframework:spring-context:5.3.14',
10+
'org.springframework:spring-webmvc:5.3.15',
11+
'org.springframework:spring-context:5.3.15',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)',
1313
'org.apache.logging.log4j:log4j-core:2.17.1',
1414
'org.apache.logging.log4j:log4j-api:2.17.1',

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.3.14</spring.version>
19+
<spring.version>5.3.15</spring.version>
2020
<junit.version>4.13.2</junit.version>
2121
<log4j.version>2.17.1</log4j.version>
2222
</properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation (
11-
'org.springframework.boot:spring-boot-starter-web:2.6.2',
11+
'org.springframework.boot:spring-boot-starter-web:2.6.3',
1212
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)',
1313
'io.symphonia:lambda-logging:1.0.3'
1414
)

aws-serverless-springboot2-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>2.6.2</version>
19+
<version>2.6.3</version>
2020
</parent>
2121

2222
<properties>

samples/spring/pet-store/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
implementation (
10-
'org.springframework:spring-webmvc:5.3.14',
11-
'org.springframework:spring-context:5.3.14',
10+
'org.springframework:spring-webmvc:5.3.15',
11+
'org.springframework:spring-context:5.3.15',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)',
1313
'org.apache.logging.log4j:log4j-core:2.17.1',
1414
'org.apache.logging.log4j:log4j-api:2.17.1',

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.3.14</spring.version>
29+
<spring.version>5.3.15</spring.version>
3030
<junit.version>4.13.2</junit.version>
3131
<log4j.version>2.17.1</log4j.version>
3232
</properties>

samples/springboot2/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.6.2</version>
16+
<version>2.6.3</version>
1717
</parent>
1818

1919
<licenses>

0 commit comments

Comments
 (0)