Upgrade Mockito to 5.21, junit-jupiter to 5.14.2 (#5281)

* Upgrade Mockito from 5.19 to 5.21.
  Changelog: https://github.com/mockito/mockito/releases
* Upgrade junit-jupiter from 5.13.4 to 5.14.2
  Changelog: https://docs.junit.org/5.14.2/release-notes

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-01-17 19:24:25 +01:00
committed by GitHub
parent a2b15263a2
commit 6bbab4da83
26 changed files with 182 additions and 182 deletions
+3 -3
View File
@@ -19,17 +19,17 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.13.4</version>
<version>5.14.2</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.13.4</version>
<version>1.14.2</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.13.4</version>
<version>1.14.2</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>