Skip to content

Commit 2f708ad

Browse files
committed
Updated dependencies
1 parent 2d76e51 commit 2f708ad

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.keybox</groupId>
66
<artifactId>keybox</artifactId>
7-
<version>2.85.04-SNAPSHOT</version>
7+
<version>2.86.00</version>
88
<packaging>war</packaging>
99
<name>KeyBox</name>
1010
<properties>
@@ -14,12 +14,12 @@
1414
<dependency>
1515
<groupId>org.apache.struts</groupId>
1616
<artifactId>struts2-core</artifactId>
17-
<version>2.5</version>
17+
<version>2.5.2</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.apache.struts</groupId>
2121
<artifactId>struts2-convention-plugin</artifactId>
22-
<version>2.5</version>
22+
<version>2.5.2</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.h2database</groupId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.6.2</version>
37+
<version>2.7</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-fileupload</groupId>
@@ -81,8 +81,7 @@
8181
<scope>provided</scope>
8282
</dependency>
8383
</dependencies>
84-
<build>
85-
<resources>
84+
<build> <resources>
8685
<resource>
8786
<directory>src/main/resources</directory>
8887
<includes>
@@ -112,7 +111,7 @@
112111
<plugin>
113112
<groupId>org.eclipse.jetty</groupId>
114113
<artifactId>jetty-maven-plugin</artifactId>
115-
<version>9.3.9.v20160517</version>
114+
<version>9.3.10.v20160621</version>
116115
<configuration>
117116
<jettyXml>${basedir}/src/test/resources/jetty.xml,${basedir}/src/test/resources/jetty-ssl.xml,${basedir}/src/test/resources/jetty-https.xml</jettyXml>
118117
<scanIntervalSeconds>-1</scanIntervalSeconds>

0 commit comments

Comments
 (0)