|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <artifactId>WaarpCommon</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | | - <version>3.0.12</version> |
| 6 | + <version>3.1.0</version> |
7 | 7 | <name>Waarp Common</name> |
8 | 8 | <description> |
9 | 9 | The Waarp Common project contains several classes that are common with different |
|
63 | 63 | <filtermodule>**</filtermodule> |
64 | 64 |
|
65 | 65 | <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> |
67 | 67 | <slf4j.version>1.7.26</slf4j.version> |
68 | 68 | <findbugs.version>2.0.1</findbugs.version> |
69 | 69 | <beanutils.version>1.8.3</beanutils.version> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>org.apache.commons</groupId> |
84 | 84 | <artifactId>commons-pool2</artifactId> |
85 | | - <version>2.6.0</version> |
| 85 | + <version>2.6.2</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>com.h2database</groupId> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.postgresql</groupId> |
119 | 119 | <artifactId>postgresql</artifactId> |
120 | | - <version>42.2.5.jre6</version> |
| 120 | + <version>42.2.6.jre6</version> |
121 | 121 | <optional>true</optional> |
122 | 122 | </dependency> |
123 | 123 |
|
|
166 | 166 | <dependency> |
167 | 167 | <groupId>Waarp</groupId> |
168 | 168 | <artifactId>WaarpDigest</artifactId> |
169 | | - <version>3.0.5</version> |
| 169 | + <version>3.0.6</version> |
170 | 170 | </dependency> |
171 | 171 |
|
172 | 172 | <dependency> |
|
190 | 190 | <dependency> |
191 | 191 | <groupId>jaxen</groupId> |
192 | 192 | <artifactId>jaxen</artifactId> |
193 | | - <version>1.1.6</version> |
| 193 | + <version>1.2.0</version> |
194 | 194 | <exclusions> |
195 | 195 | <exclusion> |
196 | 196 | <artifactId>xom</artifactId> |
|
249 | 249 | <dependency> |
250 | 250 | <groupId>commons-daemon</groupId> |
251 | 251 | <artifactId>commons-daemon</artifactId> |
252 | | - <version>1.1.0</version> |
| 252 | + <version>1.2.0</version> |
253 | 253 | <optional>true</optional> |
254 | 254 | </dependency> |
255 | 255 | <dependency> |
|
0 commit comments