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 2020/05/14 15:47:20 UTC

[commons-dbcp] branch master updated: Update tests from org.slf4j:slf4j-simple 1.7.26 to 1.7.30.

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cbd3e9  Update tests from org.slf4j:slf4j-simple 1.7.26 to 1.7.30.
9cbd3e9 is described below

commit 9cbd3e94b2142d4e0b0d3e08a246ab0c2b6ff46a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 14 11:47:16 2020 -0400

    Update tests from org.slf4j:slf4j-simple 1.7.26 to 1.7.30.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 83927a2..66ae40f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,7 +243,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.7.26</version>
+      <version>1.7.30</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4332910..692cc9e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,10 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from junit-jupiter 5.5.1 to 5.5.2.
       </action>
-      <action dev="ggregory" type="add" issue="DBCP-564" due-to="Gary Gregory">
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from org.slf4j:slf4j-simple 1.7.26 to 1.7.30.
+      </action>
+      <action dev="ggregory" type="add" issue="DBCP-564" due-to="Florent Guillaume">
         Fix BasicManagedDataSource leak of connections opened after transaction is rollback-only #39.
       </action>
     </release>