Skip to content

Commit dded06d

Browse files
committed
chore(deps): Update Spring dependencies (framework to 6.2.5, security to 6.4.4, boot to 3.4.4)
1 parent 0bf339d commit dded06d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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:6.2.4',
11-
'org.springframework:spring-context:6.2.4',
10+
'org.springframework:spring-webmvc:6.2.5',
11+
'org.springframework:spring-context:6.2.5',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
1313
'org.apache.logging.log4j:log4j-core:2.24.3',
1414
'org.apache.logging.log4j:log4j-api:2.24.3',

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:6.2.4',
11-
'org.springframework:spring-context:6.2.4',
10+
'org.springframework:spring-webmvc:6.2.5',
11+
'org.springframework:spring-context:6.2.5',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
1313
'org.apache.logging.log4j:log4j-core:2.24.3',
1414
'org.apache.logging.log4j:log4j-api:2.24.3',

0 commit comments

Comments
 (0)