Skip to content

Commit c738fc8

Browse files
committed
deps upd
1 parent 650ddfb commit c738fc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>velocypack</artifactId>
7-
<version>2.4.2-SNAPSHOT</version>
7+
<version>2.5.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>com.fasterxml.jackson.core</groupId>
234234
<artifactId>jackson-core</artifactId>
235-
<version>2.11.0</version>
235+
<version>2.11.3</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>ch.qos.logback</groupId>
@@ -255,25 +255,25 @@
255255
<dependency>
256256
<groupId>org.openjdk.jmh</groupId>
257257
<artifactId>jmh-core</artifactId>
258-
<version>1.22</version>
258+
<version>1.26</version>
259259
<scope>test</scope>
260260
</dependency>
261261
<dependency>
262262
<groupId>org.openjdk.jmh</groupId>
263263
<artifactId>jmh-generator-annprocess</artifactId>
264-
<version>1.22</version>
264+
<version>1.26</version>
265265
<scope>test</scope>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.immutables</groupId>
269269
<artifactId>value</artifactId>
270-
<version>2.8.3</version>
270+
<version>2.8.8</version>
271271
<scope>test</scope>
272272
</dependency>
273273
<dependency>
274274
<groupId>org.projectlombok</groupId>
275275
<artifactId>lombok</artifactId>
276-
<version>1.18.12</version>
276+
<version>1.18.14</version>
277277
<scope>test</scope>
278278
</dependency>
279279
</dependencies>

0 commit comments

Comments
 (0)