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 3b6d514c8 Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0
new e5e9e444f Merge branch 'master' of
https://github.com/apache/commons-configuration.git
3b6d514c8 is described below
commit 3b6d514c827cc9ac6516815e14dfbb44516229f6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 16 06:58:45 2025 -0500
Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f7e8a8b65..cd45afa12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
- <version>2.13.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index abddf4f2e..883f4ed0e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,7 +30,8 @@
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 92 to 93.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0 #474.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0 #474.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0.</action>
</release>
<release version="2.13.0" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->