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 2017/04/10 06:19:57 UTC

[2/2] syncope git commit: Upgrading Jackson, LOG4J, AngularJS

Upgrading Jackson, LOG4J, AngularJS


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

Branch: refs/heads/master
Commit: b024bc8eea9a27c87cb67f89e1d8a51d8f8f880d
Parents: dbf07ad
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Apr 10 08:19:25 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Apr 10 08:19:42 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b024bc8e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27c69a9..678a035 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@ under the License.
 
     <cxf.version>3.2.0-SNAPSHOT</cxf.version>
 
-    <jackson.version>2.8.7</jackson.version>
+    <jackson.version>2.8.8</jackson.version>
 
     <spring.version>4.3.7.RELEASE</spring.version>
     <spring-security.version>4.2.2.RELEASE</spring-security.version>
@@ -383,7 +383,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.2.0</opensaml.version>
 
-    <log4j.version>2.8.1</log4j.version>
+    <log4j.version>2.8.2</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
@@ -427,7 +427,7 @@ under the License.
     <wicket-bootstrap.version>0.10.11</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.6.3</angular.version>
+    <angular.version>1.6.4</angular.version>
     <angular-ui-router.version>0.3.2</angular-ui-router.version>
     <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.19.6</angular-ui-select.version>