File tree 4 files changed +8
-8
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
10
10
' org.springframework:spring-webmvc:6.2.0' ,
11
11
' org.springframework:spring-context:6.2.0' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.24.1 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.24.1 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.1 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.24.2 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.24.2 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.2 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.18.1' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
Original file line number Diff line number Diff line change 18
18
<maven .compiler.target>1.8</maven .compiler.target>
19
19
<spring .version>6.2.0</spring .version>
20
20
<junit .version>5.11.3</junit .version>
21
- <log4j .version>2.24.1 </log4j .version>
21
+ <log4j .version>2.24.2 </log4j .version>
22
22
</properties >
23
23
24
24
<dependencies >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
10
10
' org.springframework:spring-webmvc:6.2.0' ,
11
11
' org.springframework:spring-context:6.2.0' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.24.1 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.24.1 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.1 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.24.2 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.24.2 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.2 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.18.1' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
Original file line number Diff line number Diff line change 25
25
26
26
<properties >
27
27
<spring .version>6.2.0</spring .version>
28
- <log4j .version>2.24.1 </log4j .version>
28
+ <log4j .version>2.24.2 </log4j .version>
29
29
<maven .compiler.source>17</maven .compiler.source>
30
30
<maven .compiler.target>17</maven .compiler.target>
31
31
</properties >
You can’t perform that action at this time.
0 commit comments