Skip to content

Commit f106178

Browse files
committed
Set version. Update dependencies.
1 parent 6478457 commit f106178

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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.84.01-SNAPSHOT</version>
7+
<version>2.84.01</version>
88
<packaging>war</packaging>
99
<name>KeyBox</name>
1010
<properties>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.h2database</groupId>
2626
<artifactId>h2</artifactId>
27-
<version>1.4.189</version>
27+
<version>1.4.190</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.jcraft</groupId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.3.1</version>
37+
<version>2.4</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-fileupload</groupId>

0 commit comments

Comments
 (0)