You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/11/11 14:52:07 UTC

[2/3] syncope git commit: Upgrading SLF4J

Upgrading SLF4J


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1bee9d7d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1bee9d7d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1bee9d7d

Branch: refs/heads/master
Commit: 1bee9d7d497186a03c8bae40e4858191acf19f7c
Parents: c6e0081
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Nov 11 14:51:24 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Nov 11 14:51:24 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1bee9d7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de5586a..5e6921b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
     <h2.version>1.4.190</h2.version>
 
     <log4j.version>2.3</log4j.version>
-    <slf4j.version>1.7.12</slf4j.version>
+    <slf4j.version>1.7.13</slf4j.version>
     <disruptor.version>3.3.2</disruptor.version>
 
     <junit.version>4.11</junit.version>