File tree Expand file tree Collapse file tree 9 files changed +17
-17
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 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.3.22' ,
1111 ' org.springframework:spring-context:5.3.22' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.17.2 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.17.2 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.19.0 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.19.0 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.19.0 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.13.4' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.5.1' ,
1818 )
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>1.8</maven .compiler.target>
1919 <spring .version>5.3.22</spring .version>
2020 <junit .version>4.13.2</junit .version>
21- <log4j .version>2.17.2 </log4j .version>
21+ <log4j .version>2.19.0 </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:hibernate-validator:6.1.7.Final' )
3737 implementation (' com.fasterxml.jackson.core:jackson-databind:2.13.4' )
3838 implementation (' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4' )
39- implementation (' org.apache.logging.log4j:log4j-core:2.17.2 ' )
40- implementation (' org.apache.logging.log4j:log4j-api:2.17.2 ' )
41- implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 ' )
39+ implementation (' org.apache.logging.log4j:log4j-core:2.19.0 ' )
40+ implementation (' org.apache.logging.log4j:log4j-api:2.19.0 ' )
41+ implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.19.0 ' )
4242 implementation (' com.amazonaws:aws-lambda-java-log4j2:1.5.1' )
4343
4444 testImplementation(' junit:junit:4.13.2' )
Original file line number Diff line number Diff line change 1818 <struts .version>6.0.3</struts .version>
1919 <jackson .version>2.13.4</jackson .version>
2020 <junit .version>4.13.2</junit .version>
21- <log4j .version>2.18 .0</log4j .version>
21+ <log4j .version>2.19 .0</log4j .version>
2222 </properties >
2323
2424 <repositories >
Original file line number Diff line number Diff line change 8383 <jacoco .minCoverage>0.7</jacoco .minCoverage>
8484 <dependencyCheck .version>7.1.0</dependencyCheck .version>
8585 <jackson .version>2.13.4</jackson .version>
86- <slf4j .version>1.7.36 </slf4j .version>
86+ <slf4j .version>2.0.2 </slf4j .version>
8787 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8888 </properties >
8989
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.3.22' ,
1111 ' org.springframework:spring-context:5.3.22' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.17.2 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.17.2 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.19.0 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.19.0 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.19.0 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.13.4' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.5.1' ,
1818 )
Original file line number Diff line number Diff line change 2828 <maven .compiler.target>1.8</maven .compiler.target>
2929 <spring .version>5.3.22</spring .version>
3030 <junit .version>4.13.2</junit .version>
31- <log4j .version>2.17.2 </log4j .version>
31+ <log4j .version>2.19.0 </log4j .version>
3232 </properties >
3333
3434 <dependencies >
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121 ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.4.0' ,
2222 ' org.hibernate:hibernate-validator:6.1.7.Final' ,
2323 ' com.fasterxml.jackson.core:jackson-databind:2.13.4' ,
24- ' org.apache.logging.log4j:log4j-core:2.17.2 ' ,
25- ' org.apache.logging.log4j:log4j-api:2.17.2 ' ,
26- ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 ' ,
24+ ' org.apache.logging.log4j:log4j-core:2.19.0 ' ,
25+ ' org.apache.logging.log4j:log4j-api:2.19.0 ' ,
26+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.19.0 ' ,
2727 ' com.amazonaws:aws-lambda-java-log4j2:1.5.1' ,
2828 )
2929}
Original file line number Diff line number Diff line change 2929 <struts .version>6.0.3</struts .version>
3030 <jackson .version>2.13.4</jackson .version>
3131 <junit .version>4.13.2</junit .version>
32- <log4j .version>2.17.2 </log4j .version>
32+ <log4j .version>2.19.0 </log4j .version>
3333 </properties >
3434
3535 <dependencies >
You can’t perform that action at this time.
0 commit comments