Skip to content

Commit f44ccf2

Browse files
authored
Merge branch 'main' into dependabot/gradle/aws-serverless-spring-archetype/src/main/resources/archetype-resources/org.junit-junit-bom-5.13.1
2 parents 305060a + d62381f commit f44ccf2

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)