Skip to content

Commit 6107962

Browse files
committed
Update dependencies
1 parent 5239fc8 commit 6107962

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.0.0-M4</version>
92+
<version>3.0.0-M5</version>
9393
</plugin>
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
@@ -242,13 +242,13 @@
242242
<dependency>
243243
<groupId>org.junit.jupiter</groupId>
244244
<artifactId>junit-jupiter-engine</artifactId>
245-
<version>5.6.2</version>
245+
<version>5.7.0</version>
246246
<scope>test</scope>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.junit.platform</groupId>
250250
<artifactId>junit-platform-runner</artifactId>
251-
<version>1.6.2</version>
251+
<version>1.7.0</version>
252252
<scope>test</scope>
253253
</dependency>
254254
<dependency>
@@ -260,13 +260,13 @@
260260
<dependency>
261261
<groupId>org.assertj</groupId>
262262
<artifactId>assertj-core</artifactId>
263-
<version>3.16.1</version>
263+
<version>3.17.2</version>
264264
<scope>test</scope>
265265
</dependency>
266266
<dependency>
267267
<groupId>org.mockito</groupId>
268268
<artifactId>mockito-core</artifactId>
269-
<version>3.4.6</version>
269+
<version>3.5.10</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>
@@ -294,19 +294,19 @@
294294
<dependency>
295295
<groupId>org.msgpack</groupId>
296296
<artifactId>msgpack-core</artifactId>
297-
<version>0.8.20</version>
297+
<version>0.8.21</version>
298298
</dependency>
299299
<!-- If we use okhttp instead of java urlconnection we achieve server failover
300300
of the influxdb server address resolves to all influxdb server ips. -->
301301
<dependency>
302302
<groupId>com.squareup.okhttp3</groupId>
303303
<artifactId>okhttp</artifactId>
304-
<version>4.8.1</version>
304+
<version>4.9.0</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>com.squareup.okhttp3</groupId>
308308
<artifactId>logging-interceptor</artifactId>
309-
<version>4.8.1</version>
309+
<version>4.9.0</version>
310310
</dependency>
311311
</dependencies>
312312
<profiles>

0 commit comments

Comments
 (0)