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/12/09 08:14:45 UTC

syncope git commit: Upgrading Jackson and Activiti

Repository: syncope
Updated Branches:
  refs/heads/master d818ea45d -> 666d73f1b


Upgrading Jackson and Activiti


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

Branch: refs/heads/master
Commit: 666d73f1bd34e1fc6eccba83a0901dbe794d3f99
Parents: d818ea4
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Dec 9 08:14:38 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Dec 9 08:14:38 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/666d73f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1d410c..3aa8f8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,7 +330,7 @@ under the License.
 
     <camel.version>2.16.1</camel.version>	
 
-    <jackson.version>2.6.3</jackson.version>
+    <jackson.version>2.6.4</jackson.version>
 
     <spring.version>4.2.3.RELEASE</spring.version>
     <spring-security.version>4.0.3.RELEASE</spring-security.version>
@@ -347,7 +347,7 @@ under the License.
 
     <groovy.version>2.4.5</groovy.version>
 
-    <activiti.version>5.19.0</activiti.version>
+    <activiti.version>5.19.0.1</activiti.version>
 
     <slf4j.version>1.7.13</slf4j.version>
     <log4j.version>2.4.1</log4j.version>