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/18 08:53:47 UTC

[02/50] [abbrv] 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/7ce0a559
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7ce0a559
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7ce0a559

Branch: refs/heads/SYNCOPE-808
Commit: 7ce0a559979878dbbf7979c1eb624ca82846c345
Parents: 23fdc91
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:25 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7ce0a559/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 557faa0..f9a10d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@ under the License.
 
     <cxf.version>3.1.10</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>
@@ -384,7 +384,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>
@@ -429,7 +429,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>