File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-springboot2
aws-serverless-java-container-spring
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 110
110
<dependency >
111
111
<groupId >org.springframework.security</groupId >
112
112
<artifactId >spring-security-web</artifactId >
113
- <version >5.7.4 </version >
113
+ <version >5.7.5 </version >
114
114
<scope >test</scope >
115
115
</dependency >
116
116
</dependencies >
Original file line number Diff line number Diff line change 16
16
</parent >
17
17
18
18
<properties >
19
- <spring .version>5.3.23 </spring .version>
20
- <spring-security .version>5.7.4 </spring-security .version>
19
+ <spring .version>5.3.24 </spring .version>
20
+ <spring-security .version>5.7.5 </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.23 </spring .version>
19
- <springboot .version>2.7.5 </springboot .version>
20
- <springsecurity .version>5.7.4 </springsecurity .version>
18
+ <spring .version>5.3.24 </spring .version>
19
+ <springboot .version>2.7.6 </springboot .version>
20
+ <springsecurity .version>5.7.5 </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.23 ' ,
11
- ' org.springframework:spring-context:5.3.23 ' ,
10
+ ' org.springframework:spring-webmvc:5.3.24 ' ,
11
+ ' org.springframework:spring-context:5.3.24 ' ,
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.23 </spring .version>
19
+ <spring .version>5.3.24 </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.5 ' ,
11
+ ' org.springframework.boot:spring-boot-starter-web:2.7.6 ' ,
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.5 </version >
19
+ <version >2.7.6 </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.23 ' ,
11
- ' org.springframework:spring-context:5.3.23 ' ,
10
+ ' org.springframework:spring-webmvc:5.3.24 ' ,
11
+ ' org.springframework:spring-context:5.3.24 ' ,
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.23 </spring .version>
29
+ <spring .version>5.3.24 </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.5 ' ) {
11
+ implementation(' org.springframework.boot:spring-boot-starter-web:2.7.6 ' ) {
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,)' ,
You can’t perform that action at this time.
0 commit comments