Skip to content

Commit a34b0ef

Browse files
committed
Merge branch 'jogep-struts2' into core
2 parents c25060f + 6ade628 commit a34b0ef

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
  • samples/struts/pet-store

5 files changed

+14
-14
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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 -->

aws-serverless-java-container-struts2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

@@ -70,7 +70,7 @@
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>

aws-serverless-struts2-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
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>
@@ -63,7 +63,7 @@
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-->

samples/struts/pet-store/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repositories {
88
dependencies {
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',

samples/struts/pet-store/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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>
@@ -74,7 +74,7 @@
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-->

0 commit comments

Comments
 (0)