JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)

* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
This commit is contained in:
Harry9656
2024-04-23 18:45:06 +02:00
committed by GitHub
parent 9177009ab6
commit 6b0c4b9a80
47 changed files with 51 additions and 59 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${mockito.version}</version>
<version>${mockito-junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>