File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 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.22 </struts2 .version>
18+ <struts2 .version>2.5.26 </struts2 .version>
1919 <jackson .version>2.12.0</jackson .version>
20- <junit .version>4.12 </junit .version>
21- <log4j .version>2.8.2 </log4j .version>
20+ <junit .version>4.13.1 </junit .version>
21+ <log4j .version>2.14.0 </log4j .version>
2222 </properties >
2323
2424 <dependencies >
3131 <dependency >
3232 <groupId >com.amazonaws</groupId >
3333 <artifactId >aws-lambda-java-core</artifactId >
34- <version >1.2.0 </version >
34+ <version >1.2.1 </version >
3535 </dependency >
3636
3737 <dependency >
6363 <dependency >
6464 <groupId >com.jgeppert.struts2</groupId >
6565 <artifactId >struts2-aws-lambda-support-plugin</artifactId >
66- <version >1.1 .0</version >
66+ <version >1.3 .0</version >
6767 </dependency >
6868
6969 <!-- bean validation based on hibernate validators-->
7070 <dependency >
7171 <groupId >org.hibernate</groupId >
7272 <artifactId >hibernate-validator</artifactId >
73- <version >4 .3.2 .Final</version >
73+ <version >5 .3.6 .Final</version >
7474 </dependency >
7575
7676 <dependency >
110110 <dependency >
111111 <groupId >com.amazonaws</groupId >
112112 <artifactId >aws-lambda-java-log4j2</artifactId >
113- <version >1.1 .0</version >
113+ <version >1.2 .0</version >
114114 </dependency >
115115
116116 <dependency >
You can’t perform that action at this time.
0 commit comments