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/01/13 11:39:07 UTC

syncope git commit: Upgrading Jackson and AspectJ

Repository: syncope
Updated Branches:
  refs/heads/master fb416d2d1 -> 842a4f25e


Upgrading Jackson and AspectJ


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

Branch: refs/heads/master
Commit: 842a4f25e1073e592911677caf8235866cc57fd6
Parents: fb416d2
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jan 13 11:39:00 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jan 13 11:39:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/842a4f25/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 13608b5..c7f5775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@ under the License.
 
     <camel.version>2.16.1</camel.version>	
 
-    <jackson.version>2.6.4</jackson.version>
+    <jackson.version>2.7.0</jackson.version>
 
     <spring.version>4.2.4.RELEASE</spring.version>
     <spring-security.version>4.0.3.RELEASE</spring-security.version>
@@ -674,7 +674,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.8.7</version>
+        <version>1.8.8</version>
       </dependency>
       
       <dependency>