Skip to content

Commit 3db4d38

Browse files
authored
Merge branch 'main' into dependabot/maven/spring-security.version-6.5.0
2 parents 824689c + 177f9db commit 3db4d38

File tree

4 files changed

+6
-6
lines changed
  • aws-serverless-jersey-archetype/src/main/resources/archetype-resources
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources
  • samples

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
2525
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.5")
26-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
26+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929
}

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',

samples/springboot3/graphql-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>3.4.5</version>
16+
<version>3.5.0</version>
1717
</parent>
1818

1919
<licenses>

0 commit comments

Comments
 (0)