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 6a2d069d [test] Bump org.apache.commons:commons-csv from 1.13.0 to 1.14.0 6a2d069d is described below commit 6a2d069da7e98c2e6b30424c3c236c4d8ec924c4 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 19 18:17:01 2025 -0400 [test] Bump org.apache.commons:commons-csv from 1.13.0 to 1.14.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 fe0eccf2..36fd99e1 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> - <version>1.13.0</version> + <version>1.14.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b1fd2f64..855556a2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,7 +92,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-parent from 70 to 78 #231, #245, #253, #256, #262, #267, #272, #278.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-logging:commons-logging from 1.3.2 to 1.3.5 #238, #254.</action> <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.13.0 #264.</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> </release>