|
4 | 4 |
|
5 | 5 | <groupId>com.arangodb</groupId>
|
6 | 6 | <artifactId>velocypack</artifactId>
|
7 |
| - <version>2.4.2-SNAPSHOT</version> |
| 7 | + <version>2.5.0</version> |
8 | 8 | <inceptionYear>2017</inceptionYear>
|
9 | 9 | <packaging>jar</packaging>
|
10 | 10 |
|
|
232 | 232 | <dependency>
|
233 | 233 | <groupId>com.fasterxml.jackson.core</groupId>
|
234 | 234 | <artifactId>jackson-core</artifactId>
|
235 |
| - <version>2.11.0</version> |
| 235 | + <version>2.11.3</version> |
236 | 236 | </dependency>
|
237 | 237 | <dependency>
|
238 | 238 | <groupId>ch.qos.logback</groupId>
|
|
255 | 255 | <dependency>
|
256 | 256 | <groupId>org.openjdk.jmh</groupId>
|
257 | 257 | <artifactId>jmh-core</artifactId>
|
258 |
| - <version>1.22</version> |
| 258 | + <version>1.26</version> |
259 | 259 | <scope>test</scope>
|
260 | 260 | </dependency>
|
261 | 261 | <dependency>
|
262 | 262 | <groupId>org.openjdk.jmh</groupId>
|
263 | 263 | <artifactId>jmh-generator-annprocess</artifactId>
|
264 |
| - <version>1.22</version> |
| 264 | + <version>1.26</version> |
265 | 265 | <scope>test</scope>
|
266 | 266 | </dependency>
|
267 | 267 | <dependency>
|
268 | 268 | <groupId>org.immutables</groupId>
|
269 | 269 | <artifactId>value</artifactId>
|
270 |
| - <version>2.8.3</version> |
| 270 | + <version>2.8.8</version> |
271 | 271 | <scope>test</scope>
|
272 | 272 | </dependency>
|
273 | 273 | <dependency>
|
274 | 274 | <groupId>org.projectlombok</groupId>
|
275 | 275 | <artifactId>lombok</artifactId>
|
276 |
| - <version>1.18.12</version> |
| 276 | + <version>1.18.14</version> |
277 | 277 | <scope>test</scope>
|
278 | 278 | </dependency>
|
279 | 279 | </dependencies>
|
|
0 commit comments