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-validator.git
The following commit(s) were added to refs/heads/master by this push: new e6c1c3e8 Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 e6c1c3e8 is described below commit e6c1c3e875a4913577245751c4814177cea758b3 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 27 19:01:57 2025 -0400 Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf0eea86..06e1a853 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.10.1</version> + <version>1.11.0</version> </dependency> <dependency> <groupId>commons-digester</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 72190fa1..93c57214 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 #248, #257.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-csv from 1.11.0 to 1.14.0 #264.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 1.2.1 to 3.5.0 #305.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0.</action> </release> <release version="1.9.0" date="2024-05-25" description="This is a maintenance and bug fix release; requires Java 8."> <!-- ADD -->