File tree 13 files changed +18
-18
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-spring
aws-serverless-java-container-springboot3
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
13 files changed +18
-18
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.1.1 </version >
63
+ <version >6.1.2 </version >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
</dependencies >
Original file line number Diff line number Diff line change 16
16
</parent >
17
17
18
18
<properties >
19
- <spring .version>6.0.10 </spring .version>
20
- <spring-security .version>6.1.1 </spring-security .version>
19
+ <spring .version>6.0.11 </spring .version>
20
+ <spring-security .version>6.1.2 </spring-security .version>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 15
15
<version >2.0.0-SNAPSHOT</version >
16
16
17
17
<properties >
18
- <spring .version>6.0.10 </spring .version>
19
- <springboot .version>3.1.1 </springboot .version>
20
- <springsecurity .version>6.1.1 </springsecurity .version>
18
+ <spring .version>6.0.11 </spring .version>
19
+ <springboot .version>3.1.2 </springboot .version>
20
+ <springsecurity .version>6.1.2 </springsecurity .version>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:6.0.10 ' ,
11
- ' org.springframework:spring-context:6.0.10 ' ,
10
+ ' org.springframework:spring-webmvc:6.0.11 ' ,
11
+ ' org.springframework:spring-context:6.0.11 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.20.0' ,
14
14
' org.apache.logging.log4j:log4j-api:2.20.0' ,
Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<maven .compiler.source>1.8</maven .compiler.source>
18
18
<maven .compiler.target>1.8</maven .compiler.target>
19
- <spring .version>6.0.10 </spring .version>
19
+ <spring .version>6.0.11 </spring .version>
20
20
<junit .version>5.9.3</junit .version>
21
21
<log4j .version>2.20.0</log4j .version>
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
- ' org.springframework.boot:spring-boot-starter-web:3.1.1 ' ,
12
+ ' org.springframework.boot:spring-boot-starter-web:3.1.2 ' ,
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.1.1 </version >
19
+ <version >3.1.2 </version >
20
20
</parent >
21
21
22
22
<properties >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:6.0.10 ' ,
11
- ' org.springframework:spring-context:6.0.10 ' ,
10
+ ' org.springframework:spring-webmvc:6.0.11 ' ,
11
+ ' org.springframework:spring-context:6.0.11 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.20.0' ,
14
14
' org.apache.logging.log4j:log4j-api:2.20.0' ,
Original file line number Diff line number Diff line change 24
24
</licenses >
25
25
26
26
<properties >
27
- <spring .version>6.0.10 </spring .version>
27
+ <spring .version>6.0.11 </spring .version>
28
28
<log4j .version>2.20.0</log4j .version>
29
29
<maven .compiler.source>17</maven .compiler.source>
30
30
<maven .compiler.target>17</maven .compiler.target>
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.1.1 ' ) {
12
+ implementation(' org.springframework.boot:spring-boot-starter-web:3.1.2 ' ) {
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.1.1 </version >
16
+ <version >3.1.2 </version >
17
17
</parent >
18
18
19
19
<licenses >
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.1.1 ' ) {
12
+ implementation(' org.springframework.boot:spring-boot-starter-web:3.1.2 ' ) {
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.1.1 </version >
16
+ <version >3.1.2 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments