Skip to content

Commit eec930d

Browse files
committed
dependency updates
1 parent 7396abf commit eec930d

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
@@ -226,13 +226,13 @@
226226
<dependency>
227227
<groupId>org.junit.jupiter</groupId>
228228
<artifactId>junit-jupiter-engine</artifactId>
229-
<version>5.6.0-M1</version>
229+
<version>5.6.0-RC1</version>
230230
<scope>test</scope>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.junit.platform</groupId>
234234
<artifactId>junit-platform-runner</artifactId>
235-
<version>1.6.0-M1</version>
235+
<version>1.6.0-RC1</version>
236236
<scope>test</scope>
237237
</dependency>
238238
<dependency>
@@ -285,12 +285,12 @@
285285
<dependency>
286286
<groupId>com.squareup.okhttp3</groupId>
287287
<artifactId>okhttp</artifactId>
288-
<version>4.3.0</version>
288+
<version>4.3.1</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>com.squareup.okhttp3</groupId>
292292
<artifactId>logging-interceptor</artifactId>
293-
<version>4.3.0</version>
293+
<version>4.3.1</version>
294294
</dependency>
295295
</dependencies>
296296
<profiles>

0 commit comments

Comments
 (0)