File tree 11 files changed +16
-16
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-spring
aws-serverless-java-container-springboot2
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources
11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 105
105
<dependency >
106
106
<groupId >org.springframework.security</groupId >
107
107
<artifactId >spring-security-web</artifactId >
108
- <version >5.7.9 </version >
108
+ <version >5.7.11 </version >
109
109
<scope >test</scope >
110
110
</dependency >
111
111
</dependencies >
Original file line number Diff line number Diff line change 16
16
</parent >
17
17
18
18
<properties >
19
- <spring .version>5.3.28 </spring .version>
20
- <spring-security .version>5.7.9 </spring-security .version>
19
+ <spring .version>5.3.31 </spring .version>
20
+ <spring-security .version>5.7.11 </spring-security .version>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 15
15
<version >1.10-SNAPSHOT</version >
16
16
17
17
<properties >
18
- <spring .version>5.3.28 </spring .version>
19
- <springboot .version>2.7.13 </springboot .version>
20
- <springsecurity .version>5.7.9 </springsecurity .version>
18
+ <spring .version>5.3.31 </spring .version>
19
+ <springboot .version>2.7.18 </springboot .version>
20
+ <springsecurity .version>5.7.11 </springsecurity .version>
21
21
<maven .compiler.source>1.8</maven .compiler.source>
22
22
<maven .compiler.target>1.8</maven .compiler.target>
23
23
</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:5.3.28 ' ,
11
- ' org.springframework:spring-context:5.3.28 ' ,
10
+ ' org.springframework:spring-webmvc:5.3.31 ' ,
11
+ ' org.springframework:spring-context:5.3.31 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.19.0' ,
14
14
' org.apache.logging.log4j:log4j-api:2.19.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>5.3.28 </spring .version>
19
+ <spring .version>5.3.31 </spring .version>
20
20
<junit .version>4.13.2</junit .version>
21
21
<log4j .version>2.19.0</log4j .version>
22
22
</properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
implementation (
11
- ' org.springframework.boot:spring-boot-starter-web:2.7.13 ' ,
11
+ ' org.springframework.boot:spring-boot-starter-web:2.7.18 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)' ,
13
13
' io.symphonia:lambda-logging:1.0.3'
14
14
)
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 >2.7.13 </version >
19
+ <version >2.7.18 </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:5.3.28 ' ,
11
- ' org.springframework:spring-context:5.3.28 ' ,
10
+ ' org.springframework:spring-webmvc:5.3.31 ' ,
11
+ ' org.springframework:spring-context:5.3.31 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.19.0' ,
14
14
' org.apache.logging.log4j:log4j-api:2.19.0' ,
Original file line number Diff line number Diff line change 26
26
<properties >
27
27
<maven .compiler.source>1.8</maven .compiler.source>
28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
- <spring .version>5.3.28 </spring .version>
29
+ <spring .version>5.3.31 </spring .version>
30
30
<junit .version>4.13.2</junit .version>
31
31
<log4j .version>2.19.0</log4j .version>
32
32
</properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
implementation (
11
- implementation(' org.springframework.boot:spring-boot-starter-web:2.7.13 ' ) {
11
+ implementation(' org.springframework.boot:spring-boot-starter-web:2.7.18 ' ) {
12
12
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
13
13
},
14
14
' com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)' ,
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 >2.7.13 </version >
16
+ <version >2.7.18 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments