@@ -11,30 +11,30 @@ dependencies {
1111 exclude group : ' org.apache.struts' , module : ' struts2-core'
1212 exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
1313 }
14- implementation (' org.apache.struts:struts2-convention-plugin:2.5.22 ' ) {
14+ implementation (' org.apache.struts:struts2-convention-plugin:2.5.26 ' ) {
1515 exclude group : ' org.apache.struts' , module : ' struts2-core'
1616 }
17- implementation (' org.apache.struts:struts2-rest-plugin:2.5.22 ' ) {
17+ implementation (' org.apache.struts:struts2-rest-plugin:2.5.26 ' ) {
1818 exclude group : ' org.apache.struts' , module : ' struts2-core'
1919 }
20- implementation (' org.apache.struts:struts2-bean-validation-plugin:2.5.22 ' ) {
20+ implementation (' org.apache.struts:struts2-bean-validation-plugin:2.5.26 ' ) {
2121 exclude group : ' org.apache.struts' , module : ' struts2-core'
2222 }
23- implementation (' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.0 .0' ) {
23+ implementation (' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3 .0' ) {
2424 exclude group : ' org.apache.struts' , module : ' struts2-core'
2525 }
26- implementation (' org.apache.struts:struts2-core:2.5.22 ' ) {
26+ implementation (' org.apache.struts:struts2-core:2.5.26 ' ) {
2727 exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
2828 }
29- implementation (' org.hibernate:hibernate-validator:4 .3.2 .Final' )
29+ implementation (' org.hibernate:hibernate-validator:5 .3.6 .Final' )
3030 implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.0' )
3131 implementation (' org.apache.logging.log4j:log4j-core:2.8.2' )
3232 implementation (' org.apache.logging.log4j:log4j-api:2.8.2' )
3333 implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2' )
34- implementation (' com.amazonaws:aws-lambda-java-log4j2:1.1 .0' )
34+ implementation (' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' )
3535
3636 testImplementation(' junit:junit:4.12' )
37- testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.22 ' ) {
37+ testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.26 ' ) {
3838 exclude group : ' org.apache.struts' , module : ' struts2-core'
3939 }
4040}
0 commit comments