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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 67f00d3d Bump commons-lang3 from 3.12.0 to 3.13.0 67f00d3d is described below commit 67f00d3d6bdbbe87f6c7fac54a758bc080c975fa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 11:34:08 2023 -0400 Bump commons-lang3 from 3.12.0 to 3.13.0 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 341e7793..37d6f637 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4ebbccbd..a4dd5f5c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -219,6 +219,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump apache-rat-plugin 0.13 to 0.14. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-lang3 from 3.12 to 3.13.0. + </action> </release> <release version="2.9.0" date="2021-07-30" description="This is a minor release, including bug fixes and enhancements."> <!-- ADD -->