Skip to content

Commit 9bf3789

Browse files
committed
Update okhttp from 3.13.1 -> 3.14.0
1 parent 2bdaab6 commit 9bf3789

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
@@ -221,13 +221,13 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter-engine</artifactId>
224-
<version>5.4.0</version>
224+
<version>5.5.0-M1</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.junit.platform</groupId>
229229
<artifactId>junit-platform-runner</artifactId>
230-
<version>1.4.0</version>
230+
<version>1.5.0-M1</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<dependency>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>2.24.5</version>
248+
<version>2.25.1</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>

0 commit comments

Comments
 (0)