|
15 | 15 | <properties>
|
16 | 16 | <maven.compiler.source>1.8</maven.compiler.source>
|
17 | 17 | <maven.compiler.target>1.8</maven.compiler.target>
|
18 |
| - <struts2.version>2.5.22</struts2.version> |
19 |
| - <jackson.version>2.10.3</jackson.version> |
20 |
| - <junit.version>4.12</junit.version> |
21 |
| - <log4j.version>2.8.2</log4j.version> |
| 18 | + <struts2.version>2.5.26</struts2.version> |
| 19 | + <jackson.version>2.12.0</jackson.version> |
| 20 | + <junit.version>4.13.1</junit.version> |
| 21 | + <log4j.version>2.14.0</log4j.version> |
22 | 22 | </properties>
|
23 | 23 |
|
24 | 24 | <dependencies>
|
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>com.amazonaws</groupId>
|
33 | 33 | <artifactId>aws-lambda-java-core</artifactId>
|
34 |
| - <version>1.2.0</version> |
| 34 | + <version>1.2.1</version> |
35 | 35 | </dependency>
|
36 | 36 |
|
37 | 37 | <dependency>
|
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>com.jgeppert.struts2</groupId>
|
65 | 65 | <artifactId>struts2-aws-lambda-support-plugin</artifactId>
|
66 |
| - <version>1.1.0</version> |
| 66 | + <version>1.3.0</version> |
67 | 67 | </dependency>
|
68 | 68 |
|
69 | 69 | <!-- bean validation based on hibernate validators-->
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.hibernate</groupId>
|
72 | 72 | <artifactId>hibernate-validator</artifactId>
|
73 |
| - <version>4.3.2.Final</version> |
| 73 | + <version>5.3.6.Final</version> |
74 | 74 | </dependency>
|
75 | 75 |
|
76 | 76 | <dependency>
|
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>com.amazonaws</groupId>
|
112 | 112 | <artifactId>aws-lambda-java-log4j2</artifactId>
|
113 |
| - <version>1.1.0</version> |
| 113 | + <version>1.2.0</version> |
114 | 114 | </dependency>
|
115 | 115 |
|
116 | 116 | <dependency>
|
|
0 commit comments