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

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

commit 9499376143a9e655e816b906e2008f0fa31e76f2
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 26 09:50:05 2024 -0500

    JUnit Pioneer 2 requires Java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc3abf2d..069cb62d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>2.3.0</version>
+      <version>1.9.1</version>
     </dependency>
     <dependency>
       <!-- For testing DomainValidatorStartup -->

Reply via email to