Skip to content

Commit dec5fa9

Browse files
committed
Update some dependencies
1 parent c0f8bf7 commit dec5fa9

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
@@ -221,13 +221,13 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter-engine</artifactId>
224-
<version>5.5.1</version>
224+
<version>5.5.2</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.junit.platform</groupId>
229229
<artifactId>junit-platform-runner</artifactId>
230-
<version>1.5.1</version>
230+
<version>1.5.2</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<dependency>
@@ -268,12 +268,12 @@
268268
<dependency>
269269
<groupId>com.squareup.okhttp3</groupId>
270270
<artifactId>okhttp</artifactId>
271-
<version>3.14.2</version>
271+
<version>3.14.3</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.squareup.okhttp3</groupId>
275275
<artifactId>logging-interceptor</artifactId>
276-
<version>3.14.2</version>
276+
<version>3.14.3</version>
277277
</dependency>
278278
</dependencies>
279279
<profiles>

0 commit comments

Comments
 (0)