Skip to content

Commit 4d3d5fb

Browse files
committed
Bump org.junit:junit-bom from 5.13.3 to 5.13.4
1 parent 622b749 commit 4d3d5fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<!-- bndlib 7 requires Java 17 -->
146146
<commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
147147
<!-- JUnit 6 requires Java 17 -->
148-
<commons.junit.version>5.13.3</commons.junit.version>
148+
<commons.junit.version>5.13.4</commons.junit.version>
149149
<!-- JUnit Pioneer 2 requires Java 11 -->
150150
<commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version>
151151
<commons.mockito.version>4.11.0</commons.mockito.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
6262
<action type="fix" dev="ggregory" due-to="Gary Gregory">Use -XX:+EnableDynamicAgentLoading on the argument line to avoid JVM warnings when tests use Mockito and ByteBuddy.</action>
6363
<!-- ADD -->
6464
<!-- UPDATE -->
65-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.3. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections, #640.</action>
65+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.4. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections, #640.</action>
6666
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.1 on Java 11 and up.</action>
6767
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-core from 7.14.0 to 7.15.0.</action>
6868
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.15.0.</action>

0 commit comments

Comments
 (0)