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 2018/01/02 11:00:14 UTC

[2/2] syncope git commit: Upgrade CodeMirror, Wicket-jQuery UI, maven-site-plugin

Upgrade CodeMirror, Wicket-jQuery UI, maven-site-plugin


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

Branch: refs/heads/master
Commit: 3f4b59f6768cb186d6c2e065d7874a44ad13dce4
Parents: 92f4d70
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jan 2 10:02:12 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jan 2 10:02:34 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3f4b59f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b02fe04..5d4b886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,16 +431,16 @@ under the License.
     <font-awesome.version>4.7.0</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>9.8.0</highlightjs.version>
-    <codemirror.version>5.24.2</codemirror.version>
+    <codemirror.version>5.33.0</codemirror.version>
     <googlediffmatchpath.version>20121119-1</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     
     <wicket.version>7.9.0</wicket.version>
-    <wicket-jqueryui.version>7.9.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>7.9.2</wicket-jqueryui.version>
     <wicket-bootstrap.version>0.10.16</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.6.6</angular.version>
+    <angular.version>1.6.8</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>
@@ -2409,7 +2409,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
-            <version>3.6</version>
+            <version>3.7</version>
             <dependencies>
               <dependency>
                 <groupId>org.apache.velocity</groupId>