Skip to content

Commit 370e9aa

Browse files
committed
Bump org.apache.commons:commons-parent from 71 to 72
1 parent 560e87e commit 370e9aa

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-parent</artifactId>
27-
<version>71</version>
27+
<version>72</version>
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>
@@ -107,6 +107,8 @@ limitations under the License.
107107
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
108108
<project.build.outputTimestamp>2024-07-15T22:27:42Z</project.build.outputTimestamp>
109109
<commons.jacoco.version>0.8.12</commons.jacoco.version>
110+
<!-- Temp for SUREFIRE-2253 -->
111+
<commons.surefire.version>3.2.5</commons.surefire.version>
110112
<!-- JaCoCo: Don't make code coverage worse than: -->
111113
<jacoco.skip>false</jacoco.skip>
112114
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ The <action> type attribute can be add,update,fix,remove.
4747
<!-- FIX -->
4848
<!-- ADD -->
4949
<!-- UPDATE -->
50-
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #296.</action>
50+
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #296.</action>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 71 to 72.</action>
5152
</release>
5253
<release version="1.17.1" date="2024-07-12" description="Feature and fix release. Requires a minimum of Java 8.">
5354
<!-- FIX -->

0 commit comments

Comments
 (0)