Upgrade JUnit to 5.9.2 and Mockito to 4.11.0 (#3450)

For release notes, see:

* https://junit.org/junit5/docs/current/release-notes/#release-notes-5.9.2
* https://github.com/mockito/mockito/releases/

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2023-03-12 20:47:54 +01:00
committed by GitHub
parent 0c792ec89a
commit 0894d25448
25 changed files with 195 additions and 196 deletions
+2 -2
View File
@@ -19,12 +19,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.1</version>
<version>5.9.2</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.1</version>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>