Skip to content

Commit 9f618d1

Browse files
committed
Update dependencies and struts to 2.5.10.1
1 parent 2492572 commit 9f618d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.88.02-SNAPSHOT</version>
7+
<version>2.88.02</version>
88
<packaging>war</packaging>
99
<name>KeyBox</name>
1010
<properties>
@@ -14,17 +14,17 @@
1414
<dependency>
1515
<groupId>org.apache.struts</groupId>
1616
<artifactId>struts2-core</artifactId>
17-
<version>2.5.8</version>
17+
<version>2.5.10.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.apache.struts</groupId>
2121
<artifactId>struts2-convention-plugin</artifactId>
22-
<version>2.5.8</version>
22+
<version>2.5.10.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.h2database</groupId>
2626
<artifactId>h2</artifactId>
27-
<version>1.4.193</version>
27+
<version>1.4.194</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.jcraft</groupId>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.eclipse.jetty</groupId>
129129
<artifactId>jetty-maven-plugin</artifactId>
130-
<version>9.4.0.v20161208</version>
130+
<version>9.4.2.v20170220</version>
131131
<configuration>
132132
<jettyXml>${basedir}/src/test/resources/jetty.xml,${basedir}/src/test/resources/jetty-ssl.xml,${basedir}/src/test/resources/jetty-https.xml</jettyXml>
133133
<scanIntervalSeconds>-1</scanIntervalSeconds>

0 commit comments

Comments
 (0)