Skip to content

Commit 57f8dd1

Browse files
committed
fix #770 - update okhttp-digest to 1.14 and update other okhttp libs to the latest
(cherry picked from commit 4893911)
1 parent c137912 commit 57f8dd1

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
@@ -261,17 +261,17 @@
261261
<dependency>
262262
<groupId>com.squareup.okhttp3</groupId>
263263
<artifactId>okhttp</artifactId>
264-
<version>3.6.0</version>
264+
<version>3.8.1</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>com.squareup.okhttp3</groupId>
268268
<artifactId>logging-interceptor</artifactId>
269-
<version>3.6.0</version>
269+
<version>3.8.1</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>com.burgstaller</groupId>
273273
<artifactId>okhttp-digest</artifactId>
274-
<version>1.12</version>
274+
<version>1.14</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>com.sun.mail</groupId>

0 commit comments

Comments
 (0)