Skip to content

Commit 3b300f4

Browse files
committed
update retrofif from 2.7.1 -> 2.7.2
1 parent 855708d commit 3b300f4

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,13 +266,13 @@
266266
<dependency>
267267
<groupId>org.mockito</groupId>
268268
<artifactId>mockito-core</artifactId>
269-
<version>3.2.4</version>
269+
<version>3.3.0</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>
273273
<groupId>com.squareup.retrofit2</groupId>
274274
<artifactId>retrofit</artifactId>
275-
<version>2.7.1</version>
275+
<version>2.7.2</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.7.1</version>
286+
<version>2.7.2</version>
287287
<exclusions>
288288
<exclusion>
289289
<groupId>com.squareup.okio</groupId>

0 commit comments

Comments
 (0)