We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855708d commit 3b300f4Copy full SHA for 3b300f4
pom.xml
@@ -266,13 +266,13 @@
266
<dependency>
267
<groupId>org.mockito</groupId>
268
<artifactId>mockito-core</artifactId>
269
- <version>3.2.4</version>
+ <version>3.3.0</version>
270
<scope>test</scope>
271
</dependency>
272
273
<groupId>com.squareup.retrofit2</groupId>
274
<artifactId>retrofit</artifactId>
275
- <version>2.7.1</version>
+ <version>2.7.2</version>
276
<exclusions>
277
<exclusion>
278
<groupId>com.squareup.okhttp3</groupId>
@@ -283,7 +283,7 @@
283
284
285
<artifactId>converter-moshi</artifactId>
286
287
288
289
<groupId>com.squareup.okio</groupId>
0 commit comments