Skip to content

Commit d62381f

Browse files
authored
Merge pull request #1461 from aws/dependabot/gradle/aws-serverless-spring-archetype/src/main/resources/archetype-resources/spring-56fc7bfde6
chore(deps): bump the spring group across 2 directories with 2 updates
2 parents 24f82f4 + eef712f commit d62381f

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.6',
11-
'org.springframework:spring-context:6.2.6',
10+
'org.springframework:spring-webmvc:6.2.8',
11+
'org.springframework:spring-context:6.2.8',
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.6',
11-
'org.springframework:spring-context:6.2.6',
10+
'org.springframework:spring-webmvc:6.2.8',
11+
'org.springframework:spring-context:6.2.8',
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)