Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<!-- bndlib 7 requires Java 17 -->
<commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
<!-- JUnit 6 requires Java 17 -->
<commons.junit.version>6.1.1</commons.junit.version>
<commons.junit.version>5.14.4</commons.junit.version>
<!-- JUnit Pioneer 2 requires Java 11 -->
<commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version>
<!-- Mockito 5 requires Java 11 -->
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="engelen" due-to="Arnout Engelen">Bump org.junit:junit-bom from 5.14.3 to 6.1.1.</action>
<action type="update" dev="engelen" due-to="Arnout Engelen">Bump org.junit:junit-bom from 5.14.3 to 5.14.4.</action>
<action type="update" dev="engelen" due-to="Arnout Engelen">Bump com.github.spotbugs:spotbugs from 3.9.8 to 4.10.2</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache:apache from 38 to 39.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2.</action>
Expand Down