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 1b406c1 Update tests from commons-dbcp2 2.8.0 to 2.9.0.
1b406c1 is described below
commit 1b406c1746247c5df12131f318caab551b4f37f6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 4 09:05:22 2021 -0400
Update tests from commons-dbcp2 2.8.0 to 2.9.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 3cb12c9..7555094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
- <version>2.8.0</version>
+ <version>2.9.0</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 21f1ed5..0f48f04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,7 +133,7 @@
Update commons.jacoco.version 0.8.5 to 0.8.7 (Fixes Java 15 builds).
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
- Update tests from commons-dbcp2 2.7.0 to 2.8.0.
+ Update tests from commons-dbcp2 2.7.0 to 2.9.0.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump actions/setup-java from v1.4.2 to v1.4.3 #73.