File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
aws-serverless-java-container-struts2
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 </parent >
1616
1717 <properties >
18- <struts2 .version>2.5.18 </struts2 .version>
18+ <struts2 .version>2.5.20 </struts2 .version>
1919 <jackson .version>2.9.8</jackson .version>
2020 </properties >
2121
Original file line number Diff line number Diff line change 1515 <properties >
1616 <maven .compiler.source>1.8</maven .compiler.source>
1717 <maven .compiler.target>1.8</maven .compiler.target>
18- <struts2 .version>2.5.17 </struts2 .version>
18+ <struts2 .version>2.5.20 </struts2 .version>
1919 <jackson .version>2.9.8</jackson .version>
2020 <junit .version>4.12</junit .version>
2121 <log4j .version>2.8.2</log4j .version>
6363 <dependency >
6464 <groupId >com.jgeppert.struts2</groupId >
6565 <artifactId >struts2-aws-lambda-support-plugin</artifactId >
66- <version >1.0 .0</version >
66+ <version >1.1 .0</version >
6767 </dependency >
6868
6969 <!-- bean validation based on hibernate validators-->
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ repositories {
88dependencies {
99 compile (
1010 ' com.amazonaws.serverless:aws-serverless-java-container-struts2:[1.0,)' ,
11- ' org.apache.struts:struts2-convention-plugin:2.5.17 ' ,
12- ' org.apache.struts:struts2-rest-plugin:2.5.17 ' ,
13- ' org.apache.struts:struts2-bean-validation-plugin:2.5.17 ' ,
14- ' org.apache.struts:struts2-junit-plugin:2.5.17 ' ,
15- ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.0 .0' ,
11+ ' org.apache.struts:struts2-convention-plugin:2.5.20 ' ,
12+ ' org.apache.struts:struts2-rest-plugin:2.5.20 ' ,
13+ ' org.apache.struts:struts2-bean-validation-plugin:2.5.20 ' ,
14+ ' org.apache.struts:struts2-junit-plugin:2.5.20 ' ,
15+ ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.1 .0' ,
1616 ' org.hibernate:hibernate-validator:4.3.2.Final' ,
1717 ' com.fasterxml.jackson.core:jackson-databind:2.9.8' ,
1818 ' org.apache.logging.log4j:log4j-core:2.8.2' ,
Original file line number Diff line number Diff line change 2626 <properties >
2727 <maven .compiler.source>1.8</maven .compiler.source>
2828 <maven .compiler.target>1.8</maven .compiler.target>
29- <struts2 .version>2.5.17 </struts2 .version>
29+ <struts2 .version>2.5.20 </struts2 .version>
3030 <jackson .version>2.9.8</jackson .version>
3131 <junit .version>4.12</junit .version>
3232 <log4j .version>2.8.2</log4j .version>
7474 <dependency >
7575 <groupId >com.jgeppert.struts2</groupId >
7676 <artifactId >struts2-aws-lambda-support-plugin</artifactId >
77- <version >1.0 .0</version >
77+ <version >1.1 .0</version >
7878 </dependency >
7979
8080 <!-- bean validation based on hibernate validators-->
You can’t perform that action at this time.
0 commit comments