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-jcs.git
The following commit(s) were added to refs/heads/master by this push: new cb96b774 Bump org.apache.commons:commons-dbcp2 from 2.10.0 to 2.11.0 cb96b774 is described below commit cb96b774ebe09dc0832671145b6f489e3de9e87d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 28 08:38:41 2023 -0400 Bump org.apache.commons:commons-dbcp2 from 2.10.0 to 2.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 d3e80177..09d96d7c 100644 --- a/pom.xml +++ b/pom.xml @@ -313,7 +313,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.10.0</version> + <version>2.11.0</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 18458f0a..acdde5b5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,7 +49,7 @@ Migrate all tests to JUnit 4 </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0. + Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.11.0. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-io from 2.13.0 to 2.15.0 #11.