File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-struts2
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6262 <dependency >
6363 <groupId >commons-fileupload</groupId >
6464 <artifactId >commons-fileupload</artifactId >
65- <version >1.3.3 </version >
65+ <version >1.4 </version >
6666 </dependency >
6767
6868 <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime -->
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
7070 <dependency >
7171 <groupId >org.apache.logging.log4j</groupId >
7272 <artifactId >log4j-to-slf4j</artifactId >
73- <version >2.10.0 </version >
73+ <version >2.11.1 </version >
7474 <exclusions >
7575 <exclusion >
7676 <groupId >org.slf4j</groupId >
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>
21- <log4j .version>2.8.2 </log4j .version>
21+ <log4j .version>2.11.1 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
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>
32- <log4j .version>2.8.2 </log4j .version>
32+ <log4j .version>2.11.1 </log4j .version>
3333 </properties >
3434
3535 <dependencies >
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