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