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/08/07 12:35:14 UTC

[1/2] syncope git commit: Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor

Repository: syncope
Updated Branches:
  refs/heads/2_0_X b4b1ec89e -> 8cf8bb1ee
  refs/heads/master ac6a7feba -> 985141707


Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor


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

Branch: refs/heads/2_0_X
Commit: 8cf8bb1ee37d921f4a754bfda78ee4f2c41ec9d8
Parents: b4b1ec8
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 7 14:30:37 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 7 14:34:35 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8cf8bb1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 314c06c..da46e15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
     <cxf.version>3.1.12</cxf.version>
 
-    <jackson.version>2.8.9</jackson.version>
+    <jackson.version>2.9.0</jackson.version>
 
     <spring.version>4.3.10.RELEASE</spring.version>
     <spring-security.version>4.2.3.RELEASE</spring-security.version>
@@ -391,13 +391,13 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.5.0</elasticsearch.version>
+    <elasticsearch.version>5.5.1</elasticsearch.version>
 
     <log4j.version>2.8.2</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
-    <commons-email.version>1.4</commons-email.version>
+    <commons-email.version>1.5</commons-email.version>
     <commons-codec.version>1.10</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.6</commons-lang.version>
@@ -1087,12 +1087,12 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-i18n</artifactId>
-        <version>1.9</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-constants</artifactId>
-        <version>1.9</version>
+        <version>1.9.1</version>
       </dependency>
 
       <!-- Activiti -->
@@ -1716,7 +1716,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.1</version> 
+          <version>3.6.2</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>
@@ -2252,7 +2252,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html</link>
-            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.4.0</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.5.1</link>
           </links>
         </configuration>
         <reportSets>
@@ -2331,7 +2331,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.5</version>
+            <version>1.5.6</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>


[2/2] syncope git commit: Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor, Camel

Posted by il...@apache.org.
Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor, Camel


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

Branch: refs/heads/master
Commit: 9851417079f456392c70718851f9976042f348aa
Parents: ac6a7fe
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 7 14:30:37 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 7 14:35:05 2017 +0200

----------------------------------------------------------------------
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/98514170/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd99432..7ac5d4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
     <cxf.version>3.2.0-SNAPSHOT</cxf.version>
 
-    <jackson.version>2.8.9</jackson.version>
+    <jackson.version>2.9.0</jackson.version>
 
     <spring.version>4.3.10.RELEASE</spring.version>
     <spring-security.version>4.2.3.RELEASE</spring-security.version>
@@ -385,18 +385,18 @@ under the License.
 
     <activiti.version>5.22.0</activiti.version>
 
-    <camel.version>2.19.1</camel.version>	
+    <camel.version>2.19.2</camel.version>	
 
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.5.0</elasticsearch.version>
+    <elasticsearch.version>5.5.1</elasticsearch.version>
 
     <log4j.version>2.8.2</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
-    <commons-email.version>1.4</commons-email.version>
+    <commons-email.version>1.5</commons-email.version>
     <commons-codec.version>1.10</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.6</commons-lang.version>
@@ -1061,12 +1061,12 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-i18n</artifactId>
-        <version>1.9</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-constants</artifactId>
-        <version>1.9</version>
+        <version>1.9.1</version>
       </dependency>
 
       <!-- Activiti -->
@@ -1642,7 +1642,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.1</version> 
+          <version>3.6.2</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>
@@ -2178,7 +2178,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html</link>
-            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.4.0</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.5.1</link>
           </links>
         </configuration>
         <reportSets>
@@ -2257,7 +2257,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.5</version>
+            <version>1.5.6</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>