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:30:29 UTC

[commons-rdf] 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-rdf.git


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

commit cae8784520303fd20b494c14c2ac932393698f27
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 28 09:30:27 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 06cc58c..cb35f20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
         <servicemix.xerces.version>2.11.0_1</servicemix.xerces.version>
 
         <!-- Test dependencies -->
-        <slf4j.version>1.7.25</slf4j.version>
+        <slf4j.version>1.7.26</slf4j.version>
         <junit.version>4.12</junit.version>
         <skipAPICompatCheck>false</skipAPICompatCheck>
     </properties>