Skip to content

Commit b32322e

Browse files
committed
deps: Update JUnit dependencies
1 parent 861955e commit b32322e

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
@@ -269,12 +269,12 @@
269269
<dependency>
270270
<groupId>org.junit.platform</groupId>
271271
<artifactId>junit-platform-engine</artifactId>
272-
<version>1.11.2</version>
272+
<version>1.11.3</version>
273273
</dependency>
274274
<dependency>
275275
<groupId>org.junit.platform</groupId>
276276
<artifactId>junit-platform-commons</artifactId>
277-
<version>1.11.2</version>
277+
<version>1.11.3</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>org.junit.jupiter</groupId>
@@ -303,7 +303,7 @@
303303
<dependency>
304304
<groupId>org.junit.vintage</groupId>
305305
<artifactId>junit-vintage-engine</artifactId>
306-
<version>5.11.2</version>
306+
<version>5.11.3</version>
307307
<scope>test</scope>
308308
</dependency>
309309
<dependency>

0 commit comments

Comments
 (0)