Upgrade JUnit to 5.12.1 (#4642)

* Upgrade JUnit from 5.11.4 to 5.12.1
https://junit.org/junit5/docs/5.12.1/release-notes/#release-notes-5.12.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-03-16 22:40:06 +01:00
committed by GitHub
parent 767fcb329f
commit 8de8b4d4b4
26 changed files with 127 additions and 127 deletions
+3 -3
View File
@@ -19,17 +19,17 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.4</version>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.4</version>
<version>1.12.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.11.4</version>
<version>1.12.1</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
+1 -1
View File
@@ -18,7 +18,7 @@
<properties>
<!-- cxf can be updated independently, karaf only uses it in tests -->
<cxf.version>3.6.5</cxf.version>
<junit.version>5.11.4</junit.version>
<junit.version>5.12.1</junit.version>
<mockito.version>4.11.0</mockito.version>
</properties>