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/06/26 06:53:06 UTC

[2/2] syncope git commit: Upgrading Groovy, Elasticsearch and WSS4J

Upgrading Groovy, Elasticsearch and WSS4J


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

Branch: refs/heads/master
Commit: ed8e08129d37a7d60ff36b502e8195b5f4925193
Parents: ab4c623
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 26 08:52:45 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 26 08:52:54 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ed8e0812/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cedae1c..681b447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,7 +370,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>2.4.11</groovy.version>
+    <groovy.version>2.4.12</groovy.version>
 
     <activiti.version>5.22.0</activiti.version>
 
@@ -379,7 +379,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.4.1</elasticsearch.version>
+    <elasticsearch.version>5.4.2</elasticsearch.version>
 
     <log4j.version>2.8.2</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
@@ -595,7 +595,7 @@ under the License.
       <dependency>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-ws-security-dom</artifactId>
-        <version>2.1.9</version>
+        <version>2.1.10</version>
         <exclusions>
           <exclusion>
             <groupId>org.jasypt</groupId>