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/02/22 08:56:10 UTC

syncope git commit: Upgrading Wicket, Tomcat and cargo-maven2-plugin

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 8e35bb700 -> cdf5694fa


Upgrading Wicket, Tomcat and cargo-maven2-plugin


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

Branch: refs/heads/1_2_X
Commit: cdf5694faf053a0c947346ef5bcba9e82bafddf3
Parents: 8e35bb7
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Feb 22 09:56:03 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Feb 22 09:56:03 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/cdf5694f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 12fe40f..92648d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <wicket.version>6.28.0</wicket.version>
+    <wicket.version>6.29.0</wicket.version>
 
     <groovy.version>2.3.10</groovy.version>
 
@@ -375,7 +375,7 @@ under the License.
     
     <httpclient.version>4.3.6</httpclient.version>
 
-    <tomcat.version>7.0.82</tomcat.version>
+    <tomcat.version>7.0.85</tomcat.version>
 
     <jasypt.version>1.9.2</jasypt.version>
  
@@ -1166,7 +1166,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.2</version>
+          <version>1.6.6</version>
           <configuration>
             <container>
               <containerId>tomcat7x</containerId>