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 2019/02/28 14:26:46 UTC

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

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 f39dd56  Update tests from org.slf4j:slf4j-simple from 1.7.25 to 1.7.26.
f39dd56 is described below

commit f39dd56ab508f476b9df4f26a563e4a5f336de97
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 28 09:26:45 2019 -0500

    Update tests from org.slf4j:slf4j-simple from 1.7.25 to 1.7.26.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7b15a3..645b916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.7.25</version>
+      <version>1.7.26</version>
       <scope>test</scope>
     </dependency>
     <dependency>