Skip to content

Commit e31c70c

Browse files
committed
Bump org.apache.commons:commons-parent from 100 to 101
1 parent c169b03 commit e31c70c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>100</version>
23+
<version>101</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>commons-configuration2</artifactId>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
<!-- ADD -->
2929
<!-- UPDATE -->
3030
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4.</action>
31+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 100 to 101.</action>
3132
</release>
3233
<release version="2.15.1" date="2026-05-21" description="This is a feature and maintenance release. Java 8 or later is required.">
3334
<!-- FIX -->
3435
<action type="fix" dev="ggregory" issue="CONFIGURATION-856" due-to="Piotr Zygielo, Gary Gregory">The artifact commons-io:commons-io is a normal dependency.</action>
3536
<action type="fix" dev="ggregory" due-to="Wei Huang, Gary Gregory">Avoid NPE when combined location strategy sub strategies is immutable list (#639).</action>
3637
<!-- ADD -->
3738
<!-- UPDATE -->
38-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 99 to 100</action>
39+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 99 to 100.</action>
3940
</release>
4041
<release version="2.15.0" date="2026-05-11" description="Minor release with new features and updated dependencies; requires Java 8 or above; fixes CVE-2026-45205.">
4142
<!-- FIX -->

0 commit comments

Comments
 (0)