This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 1b9a1daae8d609c6eb6d45af7284bb28879965d5
Author: Alex Herbert <[email protected]>
AuthorDate: Sat Sep 24 14:03:33 2022 +0100

    Drop junit 5.7.2 for 5.9.0 in commons parent
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7ff1cef4..dfc86c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@
     <rng.checkstyle.version>3.1.2</rng.checkstyle.version>
     <rng.checkstyle.dep.version>8.45</rng.checkstyle.dep.version>
     
<rng.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</rng.mathjax.url>
-    <rng.junit5.version>5.7.2</rng.junit5.version>
     <!-- Workaround to avoid duplicating config files. -->
     <rng.parent.dir>${basedir}</rng.parent.dir>
     <!-- Multi-module support fixed in commons-parent 55 -->
@@ -137,7 +136,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>${rng.junit5.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to