File tree Expand file tree Collapse file tree 8 files changed +8
-8
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 +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 ' org.apache.logging.log4j:log4j-api:2.17.1' ,
1515 ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.13.1' ,
17- ' com.amazonaws:aws-lambda-java-log4j2:1.5.0 ' ,
17+ ' com.amazonaws:aws-lambda-java-log4j2:1.5.1 ' ,
1818 )
1919
2020 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 7474 <dependency >
7575 <groupId >com.amazonaws</groupId >
7676 <artifactId >aws-lambda-java-log4j2</artifactId >
77- <version >1.5.0 </version >
77+ <version >1.5.1 </version >
7878 </dependency >
7979
8080 <dependency >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 implementation (' org.apache.logging.log4j:log4j-core:2.17.1' )
3939 implementation (' org.apache.logging.log4j:log4j-api:2.17.1' )
4040 implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' )
41- implementation (' com.amazonaws:aws-lambda-java-log4j2:1.5.0 ' )
41+ implementation (' com.amazonaws:aws-lambda-java-log4j2:1.5.1 ' )
4242
4343 testImplementation(' junit:junit:4.13.2' )
4444 testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.28.3' ) {
Original file line number Diff line number Diff line change 110110 <dependency >
111111 <groupId >com.amazonaws</groupId >
112112 <artifactId >aws-lambda-java-log4j2</artifactId >
113- <version >1.5.0 </version >
113+ <version >1.5.1 </version >
114114 </dependency >
115115
116116 <dependency >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 ' org.apache.logging.log4j:log4j-api:2.17.1' ,
1515 ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' ,
1616 ' com.fasterxml.jackson.core:jackson-databind:2.13.1' ,
17- ' com.amazonaws:aws-lambda-java-log4j2:1.5.0 ' ,
17+ ' com.amazonaws:aws-lambda-java-log4j2:1.5.1 ' ,
1818 )
1919}
2020
Original file line number Diff line number Diff line change 9090 <dependency >
9191 <groupId >com.amazonaws</groupId >
9292 <artifactId >aws-lambda-java-log4j2</artifactId >
93- <version >1.5.0 </version >
93+ <version >1.5.1 </version >
9494 </dependency >
9595
9696 <dependency >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 ' org.apache.logging.log4j:log4j-core:2.17.1' ,
2525 ' org.apache.logging.log4j:log4j-api:2.17.1' ,
2626 ' org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' ,
27- ' com.amazonaws:aws-lambda-java-log4j2:1.5.0 ' ,
27+ ' com.amazonaws:aws-lambda-java-log4j2:1.5.1 ' ,
2828 )
2929}
3030
Original file line number Diff line number Diff line change 121121 <dependency >
122122 <groupId >com.amazonaws</groupId >
123123 <artifactId >aws-lambda-java-log4j2</artifactId >
124- <version >1.5.0 </version >
124+ <version >1.5.1 </version >
125125 </dependency >
126126
127127 <dependency >
You can’t perform that action at this time.
0 commit comments