Skip to content

Commit 32b63e1

Browse files
committed
Use latest okhttp & retrofit versions for java 1.7
1 parent 23e3142 commit 32b63e1

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
@@ -61,22 +61,22 @@
6161
<dependency>
6262
<groupId>com.squareup.retrofit2</groupId>
6363
<artifactId>retrofit</artifactId>
64-
<version>2.7.2</version>
64+
<version>2.6.4</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.squareup.okhttp3</groupId>
6868
<artifactId>okhttp</artifactId>
69-
<version>3.12.6</version>
69+
<version>3.12.12</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.squareup.okhttp3</groupId>
7373
<artifactId>logging-interceptor</artifactId>
74-
<version>3.12.2</version>
74+
<version>3.12.12</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.squareup.okhttp3</groupId>
7878
<artifactId>okhttp-urlconnection</artifactId>
79-
<version>3.12.2</version>
79+
<version>3.12.12</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.squareup.okhttp3</groupId>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.squareup.retrofit2</groupId>
8888
<artifactId>converter-jackson</artifactId>
89-
<version>2.7.2</version>
89+
<version>2.6.4</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.fasterxml.jackson.core</groupId>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.squareup.retrofit2</groupId>
118118
<artifactId>adapter-rxjava</artifactId>
119-
<version>2.7.2</version>
119+
<version>2.6.4</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)