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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 7e38e53 JUnit Pioneer 2 requires Java 11 7e38e53 is described below commit 7e38e53c879ac8d593a5569666018d380cb62885 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 26 09:52:01 2024 -0500 JUnit Pioneer 2 requires Java 11 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 562ead5..beacf42 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,8 @@ <!-- Warning: org.apache.felix:maven-bundle-plugin does not yet support bndlib 7 --> <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version> <commons.junit.version>5.11.4</commons.junit.version> - <commons.junit-pioneer.version>2.3.0</commons.junit-pioneer.version> + <!-- JUnit Pioneer 2 requires Java 11 --> + <commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version> <commons.jmh.version>1.37</commons.jmh.version> <commons.asm.version>9.7.1</commons.asm.version> <commons.taglist.version>3.2.1</commons.taglist.version>