Skip to content

Commit 027b62e

Browse files
committed
Update okhttp from 4.7.2 -> 4.8.0 which should improve write performance in high load situations
1 parent 01979bf commit 027b62e

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
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>org.mockito</groupId>
268268
<artifactId>mockito-core</artifactId>
269-
<version>3.3.3</version>
269+
<version>3.4.0</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>
@@ -301,12 +301,12 @@
301301
<dependency>
302302
<groupId>com.squareup.okhttp3</groupId>
303303
<artifactId>okhttp</artifactId>
304-
<version>4.7.2</version>
304+
<version>4.8.0</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>com.squareup.okhttp3</groupId>
308308
<artifactId>logging-interceptor</artifactId>
309-
<version>4.7.2</version>
309+
<version>4.8.0</version>
310310
</dependency>
311311
</dependencies>
312312
<profiles>

0 commit comments

Comments
 (0)