Skip to content

Commit 51942fc

Browse files
committed
Update okhttp from 4.6.0 -> 4.7.0 and assertj from 3.15.0 -> 3.16.1
1 parent 313a198 commit 51942fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>org.assertj</groupId>
262262
<artifactId>assertj-core</artifactId>
263-
<version>3.15.0</version>
263+
<version>3.16.1</version>
264264
<scope>test</scope>
265265
</dependency>
266266
<dependency>
@@ -301,12 +301,12 @@
301301
<dependency>
302302
<groupId>com.squareup.okhttp3</groupId>
303303
<artifactId>okhttp</artifactId>
304-
<version>4.6.0</version>
304+
<version>4.7.0</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>com.squareup.okhttp3</groupId>
308308
<artifactId>logging-interceptor</artifactId>
309-
<version>4.6.0</version>
309+
<version>4.7.0</version>
310310
</dependency>
311311
</dependencies>
312312
<profiles>

0 commit comments

Comments
 (0)