Skip to content

Commit a4ae7b4

Browse files
committed
chore(deps): Update Spring dependencies (security to 6.3.0, boot to 3.3.0)
1 parent 9da0d7d commit a4ae7b4

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework.security</groupId>
6262
<artifactId>spring-security-web</artifactId>
63-
<version>6.2.4</version>
63+
<version>6.3.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<spring.version>6.1.8</spring.version>
20-
<spring-security.version>6.2.4</spring-security.version>
20+
<spring-security.version>6.3.0</spring-security.version>
2121
</properties>
2222

2323
<dependencies>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<properties>
1818
<spring.version>6.1.8</spring.version>
19-
<springboot.version>3.2.6</springboot.version>
20-
<springsecurity.version>6.2.4</springsecurity.version>
19+
<springboot.version>3.3.0</springboot.version>
20+
<springsecurity.version>6.3.0</springsecurity.version>
2121
</properties>
2222

2323
<dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation (
12-
'org.springframework.boot:spring-boot-starter-web:3.2.6',
12+
'org.springframework.boot:spring-boot-starter-web:3.3.0',
1313
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
1414
)
1515

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
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>3.2.6</version>
19+
<version>3.3.0</version>
2020
</parent>
2121

2222
<properties>

samples/springboot3/alt-pet-store/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation (
12-
implementation('org.springframework.boot:spring-boot-starter-web:3.2.6') {
12+
implementation('org.springframework.boot:spring-boot-starter-web:3.3.0') {
1313
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1414
},
1515
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',

samples/springboot3/alt-pet-store/pom.xml

+1-1
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.2.6</version>
16+
<version>3.3.0</version>
1717
</parent>
1818

1919
<licenses>

samples/springboot3/graphql-pet-store/pom.xml

+1-1
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.2.6</version>
16+
<version>3.3.0</version>
1717
</parent>
1818

1919
<licenses>

samples/springboot3/pet-store-native/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.6</version>
9+
<version>3.3.0</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.amazonaws.serverless.sample</groupId>

samples/springboot3/pet-store/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation (
12-
implementation('org.springframework.boot:spring-boot-starter-web:3.2.6') {
12+
implementation('org.springframework.boot:spring-boot-starter-web:3.3.0') {
1313
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1414
},
1515
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',

samples/springboot3/pet-store/pom.xml

+1-1
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.2.6</version>
16+
<version>3.3.0</version>
1717
</parent>
1818

1919
<licenses>

0 commit comments

Comments
 (0)