File tree 15 files changed +20
-20
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
15 files changed +20
-20
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.4.2 </version >
63
+ <version >6.4.3 </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.2.2 </spring .version>
20
- <spring-security .version>6.4.2 </spring-security .version>
19
+ <spring .version>6.2.3 </spring .version>
20
+ <spring-security .version>6.4.3 </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.2.0-SNAPSHOT</version >
16
16
17
17
<properties >
18
- <spring .version>6.2.2 </spring .version>
19
- <springboot .version>3.4.2 </springboot .version>
20
- <springsecurity .version>6.4.2 </springsecurity .version>
18
+ <spring .version>6.2.3 </spring .version>
19
+ <springboot .version>3.4.3 </springboot .version>
20
+ <springsecurity .version>6.4.3 </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.2.2 ' ,
11
- ' org.springframework:spring-context:6.2.2 ' ,
10
+ ' org.springframework:spring-webmvc:6.2.3 ' ,
11
+ ' org.springframework:spring-context:6.2.3 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
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.2.2 </spring .version>
19
+ <spring .version>6.2.3 </spring .version>
20
20
<junit .version>5.11.4</junit .version>
21
21
<log4j .version>2.24.2</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.4.2 ' ,
12
+ ' org.springframework.boot:spring-boot-starter-web:3.4.3 ' ,
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.4.2 </version >
19
+ <version >3.4.3 </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.2.2 ' ,
11
- ' org.springframework:spring-context:6.2.2 ' ,
10
+ ' org.springframework:spring-webmvc:6.2.3 ' ,
11
+ ' org.springframework:spring-context:6.2.3 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
Original file line number Diff line number Diff line change 24
24
</licenses >
25
25
26
26
<properties >
27
- <spring .version>6.2.2 </spring .version>
27
+ <spring .version>6.2.3 </spring .version>
28
28
<log4j .version>2.24.3</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.4.2 ' ) {
12
+ implementation(' org.springframework.boot:spring-boot-starter-web:3.4.3 ' ) {
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.4.2 </version >
16
+ <version >3.4.3 </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.4.2 </version >
16
+ <version >3.4.3 </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.4.2 </version >
9
+ <version >3.4.3 </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.4.2 ' ) {
12
+ implementation(' org.springframework.boot:spring-boot-starter-web:3.4.3 ' ) {
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.4.2 </version >
16
+ <version >3.4.3 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments