@@ -5,36 +5,43 @@ repositories {
55 mavenCentral()
66}
77
8+ configurations {
9+ implementation {
10+ exclude group : ' org.apache.logging.log4j' , module : ' log4j-to-slf4j'
11+ }
12+ }
13+
814dependencies {
915
1016 implementation (' com.amazonaws.serverless:aws-serverless-java-container-struts2:[1.0,)' ) {
1117 exclude group : ' org.apache.struts' , module : ' struts2-core'
1218 exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
19+ exclude group : ' org.apache.logging.log4j' , module : ' log4j-to-slf4j'
1320 }
14- implementation (' org.apache.struts:struts2-convention-plugin:2.5.22 ' ) {
21+ implementation (' org.apache.struts:struts2-convention-plugin:2.5.26 ' ) {
1522 exclude group : ' org.apache.struts' , module : ' struts2-core'
1623 }
17- implementation (' org.apache.struts:struts2-rest-plugin:2.5.22 ' ) {
24+ implementation (' org.apache.struts:struts2-rest-plugin:2.5.26 ' ) {
1825 exclude group : ' org.apache.struts' , module : ' struts2-core'
1926 }
20- implementation (' org.apache.struts:struts2-bean-validation-plugin:2.5.22 ' ) {
27+ implementation (' org.apache.struts:struts2-bean-validation-plugin:2.5.26 ' ) {
2128 exclude group : ' org.apache.struts' , module : ' struts2-core'
2229 }
23- implementation (' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.0 .0' ) {
30+ implementation (' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3 .0' ) {
2431 exclude group : ' org.apache.struts' , module : ' struts2-core'
2532 }
26- implementation (' org.apache.struts:struts2-core:2.5.22 ' ) {
33+ implementation (' org.apache.struts:struts2-core:2.5.26 ' ) {
2734 exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
2835 }
29- implementation (' org.hibernate:hibernate-validator:4 .3.2 .Final' )
36+ implementation (' org.hibernate:hibernate-validator:5 .3.6 .Final' )
3037 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 ' )
34- implementation (' com.amazonaws:aws-lambda-java-log4j2:1.1 .0' )
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' )
3542
3643 testImplementation(' junit:junit:4.12' )
37- testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.22 ' ) {
44+ testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.26 ' ) {
3845 exclude group : ' org.apache.struts' , module : ' struts2-core'
3946 }
4047}
0 commit comments