This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 8cef0700 Fix typo
8cef0700 is described below
commit 8cef0700eb4ea9b8550bf2777eef652c33b836a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 08:28:28 2026 -0400
Fix typo
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da4a6185..6cc639b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@
<action dev="ggregory" type="fix" due-to="Naveed Khan, Gary
Gregory">Resolve column name in ResultSetIterator.set (1.X) (#428).</action>
<!-- ADD -->
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 1034.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 104.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</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>