Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit cbd7573

Browse files
committed
version bump
1 parent 6b9f956 commit cbd7573

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>WaarpCommon</artifactId>
55
<packaging>jar</packaging>
6-
<version>3.0.12</version>
6+
<version>3.1.0</version>
77
<name>Waarp Common</name>
88
<description>
99
The Waarp Common project contains several classes that are common with different
@@ -63,7 +63,7 @@
6363
<filtermodule>**</filtermodule>
6464

6565
<rs-api.version>2.1.1</rs-api.version>
66-
<netty.version>4.1.36.Final</netty.version>
66+
<netty.version>4.1.37.Final</netty.version>
6767
<slf4j.version>1.7.26</slf4j.version>
6868
<findbugs.version>2.0.1</findbugs.version>
6969
<beanutils.version>1.8.3</beanutils.version>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.apache.commons</groupId>
8484
<artifactId>commons-pool2</artifactId>
85-
<version>2.6.0</version>
85+
<version>2.6.2</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.h2database</groupId>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.postgresql</groupId>
119119
<artifactId>postgresql</artifactId>
120-
<version>42.2.5.jre6</version>
120+
<version>42.2.6.jre6</version>
121121
<optional>true</optional>
122122
</dependency>
123123

@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>Waarp</groupId>
168168
<artifactId>WaarpDigest</artifactId>
169-
<version>3.0.5</version>
169+
<version>3.0.6</version>
170170
</dependency>
171171

172172
<dependency>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>jaxen</groupId>
192192
<artifactId>jaxen</artifactId>
193-
<version>1.1.6</version>
193+
<version>1.2.0</version>
194194
<exclusions>
195195
<exclusion>
196196
<artifactId>xom</artifactId>
@@ -249,7 +249,7 @@
249249
<dependency>
250250
<groupId>commons-daemon</groupId>
251251
<artifactId>commons-daemon</artifactId>
252-
<version>1.1.0</version>
252+
<version>1.2.0</version>
253253
<optional>true</optional>
254254
</dependency>
255255
<dependency>

0 commit comments

Comments
 (0)