File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed
aws-serverless-java-container-struts2
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >org.apache.logging.log4j</groupId >
7171 <artifactId >log4j-to-slf4j</artifactId >
72- <version >2.11 .1</version >
72+ <version >2.14 .1</version >
7373 <exclusions >
7474 <exclusion >
7575 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.2.16.RELEASE' ,
1111 ' org.springframework:spring-context:5.2.16.RELEASE' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.8.2 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.8.2 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.12.0' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.1.0' ,
1818 )
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>1.8</maven .compiler.target>
1919 <spring .version>5.2.16.RELEASE</spring .version>
2020 <junit .version>4.12</junit .version>
21- <log4j .version>2.8.2 </log4j .version>
21+ <log4j .version>2.14.1 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
7474 <dependency >
7575 <groupId >com.amazonaws</groupId >
7676 <artifactId >aws-lambda-java-log4j2</artifactId >
77- <version >1.1 .0</version >
77+ <version >1.2 .0</version >
7878 </dependency >
7979
8080 <dependency >
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ dependencies {
2828 }
2929 implementation (' org.hibernate:hibernate-validator:5.3.6.Final' )
3030 implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.0' )
31- implementation (' org.apache.logging.log4j:log4j-core:2.8.2 ' )
32- implementation (' org.apache.logging.log4j:log4j-api:2.8.2 ' )
33- implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2 ' )
31+ implementation (' org.apache.logging.log4j:log4j-core:2.14.1 ' )
32+ implementation (' org.apache.logging.log4j:log4j-api:2.14.1 ' )
33+ implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' )
3434 implementation (' com.amazonaws:aws-lambda-java-log4j2:1.2.0' )
3535
3636 testImplementation(' junit:junit:4.12' )
Original file line number Diff line number Diff line change 1818 <struts2 .version>2.5.26</struts2 .version>
1919 <jackson .version>2.12.0</jackson .version>
2020 <junit .version>4.13.1</junit .version>
21- <log4j .version>2.14.0 </log4j .version>
21+ <log4j .version>2.14.1 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.2.9.RELEASE' ,
1111 ' org.springframework:spring-context:5.2.9.RELEASE' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13- ' org.apache.logging.log4j:log4j-core:2.8.2 ' ,
14- ' org.apache.logging.log4j:log4j-api:2.8.2 ' ,
15- ' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.12.0' ,
17- ' com.amazonaws:aws-lambda-java-log4j2:1.1 .0' ,
17+ ' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' ,
1818 )
1919}
2020
Original file line number Diff line number Diff line change 2828 <maven .compiler.target>1.8</maven .compiler.target>
2929 <spring .version>5.2.16.RELEASE</spring .version>
3030 <junit .version>4.13.1</junit .version>
31- <log4j .version>2.13.3 </log4j .version>
31+ <log4j .version>2.14.1 </log4j .version>
3232 </properties >
3333
3434 <dependencies >
9090 <dependency >
9191 <groupId >com.amazonaws</groupId >
9292 <artifactId >aws-lambda-java-log4j2</artifactId >
93- <version >1.1 .0</version >
93+ <version >1.2 .0</version >
9494 </dependency >
9595
9696 <dependency >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ dependencies {
1515 ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.2.0' ,
1616 ' org.hibernate:hibernate-validator:5.3.6.Final' ,
1717 ' com.fasterxml.jackson.core:jackson-databind:2.12.0' ,
18- ' org.apache.logging.log4j:log4j-core:2.8.2 ' ,
19- ' org.apache.logging.log4j:log4j-api:2.8.2 ' ,
20- ' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2 ' ,
18+ ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
19+ ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
20+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
2121 ' com.amazonaws:aws-lambda-java-log4j2:1.2.0' ,
2222 )
2323}
Original file line number Diff line number Diff line change 2929 <struts2 .version>2.5.26</struts2 .version>
3030 <jackson .version>2.12.0</jackson .version>
3131 <junit .version>4.13.1</junit .version>
32- <log4j .version>2.13.3 </log4j .version>
32+ <log4j .version>2.14.1 </log4j .version>
3333 </properties >
3434
3535 <dependencies >
You can’t perform that action at this time.
0 commit comments