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 2016/12/16 14:17:22 UTC

syncope git commit: Upgrading SLF4J

Repository: syncope
Updated Branches:
  refs/heads/1_2_X e1e68bde6 -> 3d336cbab


Upgrading SLF4J


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

Branch: refs/heads/1_2_X
Commit: 3d336cbab9f7c57321325881640b1f03a985e6a9
Parents: e1e68bd
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Dec 16 15:17:16 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Dec 16 15:17:16 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3d336cba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a0024f..1430b26 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.21</slf4j.version>
+    <slf4j.version>1.7.22</slf4j.version>
     <disruptor.version>3.3.5</disruptor.version>
 
     <junit.version>4.11</junit.version>