Skip to content

Commit

Permalink
JUnit Pioneer 2 requires Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 26, 2024
1 parent f19deca commit 7e38e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7e38e53

Please sign in to comment.