You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/18 12:51:21 UTC

[commons-configuration] branch master updated: Update tests from commons-pool2 2.10.0 to 2.11.1.

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 674624c  Update tests from commons-pool2 2.10.0 to 2.11.1.
674624c is described below

commit 674624c0f256464ab013f22eccaf5b9eac212147
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 18 08:51:19 2021 -0400

    Update tests from commons-pool2 2.10.0 to 2.11.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7555094..9f0a398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.10.0</version>
+      <version>2.11.1</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f48f04..c111b5b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,6 +133,9 @@
          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-pool2 2.10.0 to 2.11.1.
+       </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
          Update tests from commons-dbcp2 2.7.0 to 2.9.0.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">