This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new cc8af881 Bump org.apache.commons:commons-parent from 74 to 75 #291 cc8af881 is described below commit cc8af8813f97cd4bc8aa51205c9ab3db7d061fb6 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Sep 20 20:11:29 2024 -0400 Bump org.apache.commons:commons-parent from 74 to 75 #291 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0ef6ec03..dfbfbbd6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -211,6 +211,9 @@ <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> Bump commons-logging:commons-logging from 1.2 to 1.3.4 #226, #246, #259, #275. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> + Bump org.apache.commons:commons-parent from 74 to 75 #291. + </action> <!-- REMOVE --> <action dev="ggregory" type="remove" due-to="Gary Gregory, Niall Pemberton"> Removed BeanUtilsBean2, use BeanUtilsBean. BeanUtilsBean2 functionality is now in BeanUtilsBean.