You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/03/02 22:14:18 UTC

[jena] branch master updated: JENA-1678 : Update version of sjf4j

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 813b5df  JENA-1678 : Update version of sjf4j
     new ba3e0ec  Merge pull request #538 from afs/update-slf4j
813b5df is described below

commit 813b5df3025a3db54842236cc798b384b240317a
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Mar 2 21:18:13 2019 +0000

    JENA-1678 : Update version of sjf4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b67a1cc..87fcd81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
   </scm>
 
    <properties>
-    <ver.slf4j>1.7.25</ver.slf4j>
+    <ver.slf4j>1.7.26</ver.slf4j>
     <ver.log4j>1.2.17</ver.log4j>
     <ver.junit>4.12</ver.junit>
     <ver.libthrift>0.10.0</ver.libthrift>