File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.3.9' ,
1111 ' org.springframework:spring-context:5.3.9' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
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 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
17- ' com.amazonaws:aws-lambda-java-log4j2:1.1 .0' ,
17+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' ,
1818 )
1919
2020 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 1818 <maven .compiler.target>1.8</maven .compiler.target>
1919 <spring .version>5.3.9</spring .version>
2020 <junit .version>4.13.2</junit .version>
21- <log4j .version>2.14.1 </log4j .version>
21+ <log4j .version>2.16.0 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
7474 <dependency >
7575 <groupId >com.amazonaws</groupId >
7676 <artifactId >aws-lambda-java-log4j2</artifactId >
77- <version >1.2 .0</version >
77+ <version >1.3 .0</version >
7878 </dependency >
7979
8080 <dependency >
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ dependencies {
3535 }
3636 implementation (' org.hibernate:hibernate-validator:5.4.3.Final' )
3737 implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.4' )
38- implementation (' org.apache.logging.log4j:log4j-core:2.14.1 ' )
39- implementation (' org.apache.logging.log4j:log4j-api:2.14.1 ' )
40- implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' )
41- implementation (' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' )
38+ implementation (' org.apache.logging.log4j:log4j-core:2.16.0 ' )
39+ implementation (' org.apache.logging.log4j:log4j-api:2.16.0 ' )
40+ implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' )
41+ implementation (' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' )
4242
4343 testImplementation(' junit:junit:4.13.2' )
4444 testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.26' ) {
Original file line number Diff line number Diff line change 1818 <struts2 .version>2.5.26</struts2 .version>
1919 <jackson .version>2.12.4</jackson .version>
2020 <junit .version>4.13.2</junit .version>
21- <log4j .version>2.14.1 </log4j .version>
21+ <log4j .version>2.16.0 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
110110 <dependency >
111111 <groupId >com.amazonaws</groupId >
112112 <artifactId >aws-lambda-java-log4j2</artifactId >
113- <version >1.2 .0</version >
113+ <version >1.3 .0</version >
114114 </dependency >
115115
116116 <dependency >
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
1010 ' org.springframework:spring-webmvc:5.3.9' ,
1111 ' org.springframework:spring-context:5.3.9' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
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 ' ,
13+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
14+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
15+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
17- ' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' ,
17+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .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.3.9</spring .version>
3030 <junit .version>4.13.2</junit .version>
31- <log4j .version>2.15 .0</log4j .version>
31+ <log4j .version>2.16 .0</log4j .version>
3232 </properties >
3333
3434 <dependencies >
9090 <dependency >
9191 <groupId >com.amazonaws</groupId >
9292 <artifactId >aws-lambda-java-log4j2</artifactId >
93- <version >1.2 .0</version >
93+ <version >1.3 .0</version >
9494 </dependency >
9595
9696 <dependency >
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ dependencies {
2121 ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3.0' ,
2222 ' org.hibernate:hibernate-validator:5.4.3.Final' ,
2323 ' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
24- ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
25- ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
26- ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
27- ' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' ,
24+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
25+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
26+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
27+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' ,
2828 )
2929}
3030
Original file line number Diff line number Diff line change 2929 <struts2 .version>2.5.26</struts2 .version>
3030 <jackson .version>2.12.4</jackson .version>
3131 <junit .version>4.13.2</junit .version>
32- <log4j .version>2.15 .0</log4j .version>
32+ <log4j .version>2.16 .0</log4j .version>
3333 </properties >
3434
3535 <dependencies >
121121 <dependency >
122122 <groupId >com.amazonaws</groupId >
123123 <artifactId >aws-lambda-java-log4j2</artifactId >
124- <version >1.2 .0</version >
124+ <version >1.3 .0</version >
125125 </dependency >
126126
127127 <dependency >
You can’t perform that action at this time.
0 commit comments