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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new ed32b410 Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 ed32b410 is described below commit ed32b410e8f0b0ca020c3117c45292fbf34bb072 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 1 08:04:51 2023 -0400 Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.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 4e24168f..3a0cf267 100644 --- a/pom.xml +++ b/pom.xml @@ -441,7 +441,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> - <version>2.11.1</version> + <version>2.12.0</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9b00f478..ed488136 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0. + </action> </release> <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies."> <!-- FIX -->