This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit c627cc61ee37f8e54a202a4ffa7ecd38cece2af7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 12:09:49 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 c77bc54d..07ed603e 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,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> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 11756c49..1efd4deb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -175,6 +175,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> Bump Apache Commons BCEL 6.5.0 to 6.7.0 #194. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-lang3 from 3.12.0 to 3.13.0. + </action> </release> <release version="2.11.1" date="2021-08-18" description="This is a maintenance release (Java 8)."> <!-- FIX -->