We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6478457 commit f106178Copy full SHA for f106178
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.keybox</groupId>
6
<artifactId>keybox</artifactId>
7
- <version>2.84.01-SNAPSHOT</version>
+ <version>2.84.01</version>
8
<packaging>war</packaging>
9
<name>KeyBox</name>
10
<properties>
@@ -24,7 +24,7 @@
24
<dependency>
25
<groupId>com.h2database</groupId>
26
<artifactId>h2</artifactId>
27
- <version>1.4.189</version>
+ <version>1.4.190</version>
28
</dependency>
29
30
<groupId>com.jcraft</groupId>
@@ -34,7 +34,7 @@
34
35
<groupId>com.google.code.gson</groupId>
36
<artifactId>gson</artifactId>
37
- <version>2.3.1</version>
+ <version>2.4</version>
38
39
40
<groupId>commons-fileupload</groupId>
0 commit comments