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 1e3c61a4 Bump org.apache.commons:commons-parent from 81 to 84 1e3c61a4 is described below commit 1e3c61a45422bb16770e0ef3a5435c09c5300e01 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 22 14:28:55 2025 -0400 Bump org.apache.commons:commons-parent from 81 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2712a5c..f803e098 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>81</version> + <version>84</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-beanutils</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 514b39bc..fe9cdfb1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException.</action> <!-- ADD --> <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 84.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.4 to 1.3.5.</action> </release> <release version="1.10.1" date="2025-01-31" description="This is a maintenance release and requires Java 8.">