Skip to content

Commit 01979bf

Browse files
committed
Update retrofit from 2.8.1 -> 2.9.0, okhttp from 4.7.0 -> 4.7.2
1 parent 51942fc commit 01979bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>com.squareup.retrofit2</groupId>
274274
<artifactId>retrofit</artifactId>
275-
<version>2.8.1</version>
275+
<version>2.9.0</version>
276276
<exclusions>
277277
<exclusion>
278278
<groupId>com.squareup.okhttp3</groupId>
@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.squareup.retrofit2</groupId>
285285
<artifactId>converter-moshi</artifactId>
286-
<version>2.8.1</version>
286+
<version>2.9.0</version>
287287
<exclusions>
288288
<exclusion>
289289
<groupId>com.squareup.okio</groupId>
@@ -301,12 +301,12 @@
301301
<dependency>
302302
<groupId>com.squareup.okhttp3</groupId>
303303
<artifactId>okhttp</artifactId>
304-
<version>4.7.0</version>
304+
<version>4.7.2</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>com.squareup.okhttp3</groupId>
308308
<artifactId>logging-interceptor</artifactId>
309-
<version>4.7.0</version>
309+
<version>4.7.2</version>
310310
</dependency>
311311
</dependencies>
312312
<profiles>

0 commit comments

Comments
 (0)