Skip to content

Commit 95f627f

Browse files
committed
Bump maven-surefire-plugin from 3.5.5 to 3.5.6.
- Bump maven-failsafe-plugin from 3.5.5 to 3.5.6. - Bump maven-surefire-report-plugin from 3.5.5 to 3.5.6.
1 parent aa01bde commit 95f627f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<commons.compiler.version>3.15.0</commons.compiler.version>
125125
<commons.cyclonedx.version>2.9.1</commons.cyclonedx.version>
126126
<commons.spdx.version>1.0.3</commons.spdx.version>
127-
<commons.failsafe.version>3.5.5</commons.failsafe.version>
127+
<commons.failsafe.version>3.5.6</commons.failsafe.version>
128128
<commons.felix.version>5.1.9</commons.felix.version>
129129
<commons.jacoco.version>0.8.14</commons.jacoco.version>
130130
<commons.japicmp.version>0.26.1</commons.japicmp.version>
@@ -153,8 +153,8 @@
153153
<commons.site-plugin.version>3.22.0</commons.site-plugin.version>
154154
<commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version>
155155
<commons.spotbugs.impl.version>4.9.8</commons.spotbugs.impl.version>
156-
<commons.surefire-report.version>3.5.5</commons.surefire-report.version>
157-
<commons.surefire.version>3.5.5</commons.surefire.version>
156+
<commons.surefire-report.version>3.5.6</commons.surefire-report.version>
157+
<commons.surefire.version>3.5.6</commons.surefire.version>
158158
<commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version>
159159
<commons.maven-remote-resources-plugin.version>3.3.0</commons.maven-remote-resources-plugin.version>
160160
<!-- Default values for the download-page generation by commons-build-plugin -->

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ The <action> type attribute can be add,update,fix,remove.
6767
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.25.7 to 0.26.0.</action>
6868
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-site-plugin from 3.21.0 to 3.22.0.</action>
6969
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1.</action>
70+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-failsafe-plugin from 3.5.5 to 3.5.6.</action>
71+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.5.5 to 3.5.6.</action>
72+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.5.5 to 3.5.6.</action>
7073
</release>
7174
<release version="100" date="2026-05-11" description="This is a feature and maintenance release. Java 8 or later is required.">
7275
<!-- FIX -->

0 commit comments

Comments
 (0)