Repository: syncope
Updated Branches:
  refs/heads/master 44b12506d -> f85e2d8d3


Upgrading SLF4J / AspectJ


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

Branch: refs/heads/master
Commit: f85e2d8d3f6e0a17c175db1efa8280ec5e679939
Parents: 44b1250
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Mar 15 15:16:54 2016 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Mar 15 15:16:54 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f85e2d8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3321f6..3ca0ed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,7 +350,7 @@ under the License.
 
     <activiti.version>5.19.0.2</activiti.version>
 
-    <slf4j.version>1.7.18</slf4j.version>
+    <slf4j.version>1.7.19</slf4j.version>
     <log4j.version>2.5</log4j.version>
     <disruptor.version>3.3.4</disruptor.version>
 
@@ -725,7 +725,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.8.8</version>
+        <version>1.8.9</version>
       </dependency>
       
       <dependency>

Reply via email to