Skip to content

Commit

Permalink
Add org.junit-pioneer:junit-pioneer to dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 5, 2024
1 parent 3038555 commit 126a4e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<!-- 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.3</commons.junit.version>
<commons.junit-pioneer.version>2.3.0</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 Expand Up @@ -422,6 +423,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>${commons.junit-pioneer.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="79" date="YYYY-MM-DD" description="Version 79: This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.junit-pioneer:junit-pioneer to dependencyManagement.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 #518.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.11.2 to 5.11.3 #519.</action>
Expand Down

0 comments on commit 126a4e5

Please sign in to comment.