mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user