This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 7ad007be Bump org.apache.commons:commons-parent from 95 to 96.
7ad007be is described below
commit 7ad007be5f0c4245d8a9a63dd68e50b9ad268cc6
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 18:20:05 2026 -0500
Bump org.apache.commons:commons-parent from 95 to 96.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 827adaed..f4074ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>95</version>
+ <version>96</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-beanutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2d797b0..c3464520 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix malformed
Javadoc comments.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 95.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 96.</action>
<!-- REMOVE -->
<action dev="ggregory" type="remove" due-to="Gary Gregory">Remove
pre-Java 1.4 code that will never run since we are on Java 8 or
greater.</action>
<action dev="ggregory" type="remove" due-to="Gary Gregory">Deprecate
ConstructorUtils in favor of Apache Commons Lang's ConstructorUtils.
ConstructorUtils is unused in this component.</action>