Upgrade JUnit to 5.10.0 (#3832)

Upgrades JUnit from 5.9.2 to 5.10.0.

For release notes, see:

https://junit.org/junit5/docs/5.10.0/release-notes/#release-notes-5.10.0

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2023-10-07 20:34:47 +02:00
committed by GitHub
parent 0d355fbbc7
commit eff85c6470
26 changed files with 174 additions and 174 deletions
+2 -2
View File
@@ -19,12 +19,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.10.0</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.2</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>