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
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>