Revert "Upgrade JUnit to 5.12.1 (#4642)" (#4790)

* This reverts commit 8de8b4d4b4.
* Add note about itests not being executed with junit 5.12.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-05-07 07:54:16 +02:00
committed by GitHub
parent 8d3c3575a2
commit 8eb6eeae84
26 changed files with 131 additions and 127 deletions
+5 -3
View File
@@ -19,17 +19,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.12.1</version>
<!-- junit 5.12.0 to 5.13.0-M3 fails silently with bnd 7.1.0, not executing unit tests;
not sure if this is a bnd/junit issue or due to wrong configuration -->
<version>5.11.4</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.12.1</version>
<version>1.11.4</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.12.1</version>
<version>1.11.4</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>