Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to
3.5.1
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to
3.5.1
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0
to 3.5.1
- Tested with Apache Commons CLI site generation
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent da12c1d commit 224611f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<commons.compiler.version>3.13.0</commons.compiler.version>
<commons.cyclonedx.version>2.8.2</commons.cyclonedx.version>
<commons.spdx.version>0.7.4</commons.spdx.version>
<commons.failsafe.version>3.5.0</commons.failsafe.version>
<commons.failsafe.version>3.5.1</commons.failsafe.version>
<commons.felix.version>5.1.9</commons.felix.version>
<commons.jacoco.version>0.8.12</commons.jacoco.version>
<commons.japicmp.version>0.23.0</commons.japicmp.version>
Expand Down Expand Up @@ -202,8 +202,8 @@
<commons.site-plugin.version>3.12.1</commons.site-plugin.version>
<commons.spotbugs.plugin.version>4.8.6.4</commons.spotbugs.plugin.version>
<commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
<commons.surefire-report.version>3.5.0</commons.surefire-report.version>
<commons.surefire.version>3.5.0</commons.surefire.version>
<commons.surefire-report.version>3.5.1</commons.surefire-report.version>
<commons.surefire.version>3.5.1</commons.surefire.version>
<commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version>

<!-- Default values for the download-page generation by commons-build-plugin -->
Expand Down
9 changes: 9 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ The <action> type attribute can be add,update,fix,remove.
The changes report outputs actions in the order they appear in this file.
-->
<body>
<release version="78" date="YYYY-MM-DD" description="Version 778: Maintenance and update dependencies.">
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1.</action>
<!-- REMOVE -->
</release>
<release version="77" date="2024-10-05" description="Version 77: Maintenance and update dependencies.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">Pin maven-pmd-plugin to 3.24.0, site compatibility is broken in 3.25.0.</action>
Expand Down

0 comments on commit 224611f

Please sign in to comment.