File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-struts-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 ' org.springframework:spring-webmvc:6.1.5' ,
1111 ' org.springframework:spring-context:6.1.5' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.23.0 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.23.0 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.23.0 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.23.1 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.23.1 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.23.1 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.17.0' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
1818 )
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>1.8</maven .compiler.target>
1919 <spring .version>6.1.5</spring .version>
2020 <junit .version>5.10.2</junit .version>
21- <log4j .version>2.23.0 </log4j .version>
21+ <log4j .version>2.23.1 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
3636 implementation (' org.hibernate.validator:hibernate-validator:6.1.7.Final' )
3737 implementation (' com.fasterxml.jackson.core:jackson-databind:2.17.0' )
3838 implementation (' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0' )
39- implementation (' org.apache.logging.log4j:log4j-core:2.23.0 ' )
40- implementation (' org.apache.logging.log4j:log4j-api:2.23.0 ' )
41- implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.23.0 ' )
39+ implementation (' org.apache.logging.log4j:log4j-core:2.23.1 ' )
40+ implementation (' org.apache.logging.log4j:log4j-api:2.23.1 ' )
41+ implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.23.1 ' )
4242 implementation (' com.amazonaws:aws-lambda-java-log4j2:1.6.0' )
4343
4444 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
Original file line number Diff line number Diff line change 1818 <struts .version>7.0.0-M3</struts .version>
1919 <jackson .version>2.17.0</jackson .version>
2020 <junit .version>5.10.2</junit .version>
21- <log4j .version>2.23.0 </log4j .version>
21+ <log4j .version>2.23.1 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 ' org.springframework:spring-webmvc:6.1.5' ,
1111 ' org.springframework:spring-context:6.1.5' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.23.0 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.23.0 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.23.0 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.23.1 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.23.1 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.23.1 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.17.0' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
1818 )
Original file line number Diff line number Diff line change 2525
2626 <properties >
2727 <spring .version>6.1.5</spring .version>
28- <log4j .version>2.23.0 </log4j .version>
28+ <log4j .version>2.23.1 </log4j .version>
2929 <maven .compiler.source>17</maven .compiler.source>
3030 <maven .compiler.target>17</maven .compiler.target>
3131 </properties >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ dependencies {
2424 ' jakarta.el:jakarta.el-api:5.0.1' ,
2525 ' com.fasterxml.jackson.core:jackson-databind:2.17.0' ,
2626 ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0' ,
27- ' org.apache.logging.log4j:log4j-core:2.23.0 ' ,
28- ' org.apache.logging.log4j:log4j-api:2.23.0 ' ,
27+ ' org.apache.logging.log4j:log4j-core:2.23.1 ' ,
28+ ' org.apache.logging.log4j:log4j-api:2.23.1 ' ,
2929 ' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
3030 )
3131}
Original file line number Diff line number Diff line change 2929 <struts .version>7.0.0-M3</struts .version>
3030 <jackson .version>2.17.0</jackson .version>
3131 <junit .version>4.13.2</junit .version>
32- <log4j .version>2.23.0 </log4j .version>
32+ <log4j .version>2.23.1 </log4j .version>
3333 </properties >
3434
3535 <dependencies >
You can’t perform that action at this time.
0 commit comments