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 b2948137 Bump org.apache.commons:commons-dbcp2 from 2.10.0 to 2.11.0
new c00c6ab5 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-configuration
b2948137 is described below
commit b29481372cbbcd3ad61655333a7ebacc2ef99433
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 28 08:30:18 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 eb4911cf..973dbbea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
- <version>2.10.0</version>
+ <version>2.11.0</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d9cf373f..c532e307 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,7 +70,7 @@
Bump slf4j.version from 2.0.7 to 2.0.9 #316.
</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 org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0.