File tree 11 files changed +12
-12
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-spring
aws-serverless-java-container-springboot3
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 60
60
<dependency >
61
61
<groupId >org.springframework.security</groupId >
62
62
<artifactId >spring-security-web</artifactId >
63
- <version >6.2.4 </version >
63
+ <version >6.3.0 </version >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
</dependencies >
Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<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>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 16
16
17
17
<properties >
18
18
<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>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
10
10
dependencies {
11
11
implementation (
12
- ' org.springframework.boot:spring-boot-starter-web:3.2.6 ' ,
12
+ ' org.springframework.boot:spring-boot-starter-web:3.3.0 ' ,
13
13
' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
14
14
)
15
15
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-starter-parent</artifactId >
19
- <version >3.2.6 </version >
19
+ <version >3.3.0 </version >
20
20
</parent >
21
21
22
22
<properties >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
10
10
dependencies {
11
11
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 ' ) {
13
13
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
14
14
},
15
15
' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.2.6 </version >
16
+ <version >3.3.0 </version >
17
17
</parent >
18
18
19
19
<licenses >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.2.6 </version >
16
+ <version >3.3.0 </version >
17
17
</parent >
18
18
19
19
<licenses >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.2.6 </version >
9
+ <version >3.3.0 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.amazonaws.serverless.sample</groupId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
10
10
dependencies {
11
11
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 ' ) {
13
13
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
14
14
},
15
15
' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.2.6 </version >
16
+ <version >3.3.0 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments