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/07/20 14:58:33 UTC

[39/43] syncope git commit: Upgrading Wicket, Jackson and Disruptor

Upgrading Wicket, Jackson and Disruptor


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

Branch: refs/heads/2_0_NO_JAXB
Commit: 12d481a8501a5415f528aefb60ae97fad64899eb
Parents: 511b653
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jul 20 15:39:52 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jul 20 15:39:52 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/12d481a8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec6f7fc..bce0ee7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,7 +351,7 @@ under the License.
 
     <camel.version>2.17.2</camel.version>	
 
-    <jackson.version>2.8.0</jackson.version>
+    <jackson.version>2.8.1</jackson.version>
 
     <spring.version>4.3.1.RELEASE</spring.version>
     <spring-security.version>4.1.1.RELEASE</spring-security.version>
@@ -372,7 +372,7 @@ under the License.
 
     <slf4j.version>1.7.21</slf4j.version>
     <log4j.version>2.6.2</log4j.version>
-    <disruptor.version>3.3.4</disruptor.version>
+    <disruptor.version>3.3.5</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.4</commons-email.version>
@@ -409,7 +409,7 @@ under the License.
     <codemirror.version>5.13.2</codemirror.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     
-    <wicket.version>7.3.0</wicket.version>
+    <wicket.version>7.4.0</wicket.version>
     <wicket-jqueryui.version>7.3.1</wicket-jqueryui.version>
     <wicket-bootstrap.version>0.10.7</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>