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 2019/11/04 07:36:34 UTC

[syncope] branch master updated: Upgrading SLF4J, Spring, Elasticsearch, maven-jar-plugin, maven-assembly-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e1267f  Upgrading SLF4J, Spring, Elasticsearch, maven-jar-plugin, maven-assembly-plugin
7e1267f is described below

commit 7e1267ff1d2b80a063112f6b62fd98361d1b0c54
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 4 08:32:00 2019 +0100

    Upgrading SLF4J, Spring, Elasticsearch, maven-jar-plugin, maven-assembly-plugin
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e17dbe6..06d92f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@ under the License.
 
     <jackson.version>2.10.0</jackson.version>
 
-    <spring.version>5.2.0.RELEASE</spring.version>
+    <spring.version>5.2.1.RELEASE</spring.version>
     <spring-security.version>5.2.0.RELEASE</spring-security.version>
     <spring-boot.version>2.2.0.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.0.RC1</spring-cloud-gateway.version>
@@ -424,10 +424,10 @@ under the License.
 
     <camel.version>3.0.0-RC3</camel.version>
 
-    <slf4j.version>1.7.28</slf4j.version>
+    <slf4j.version>1.7.29</slf4j.version>
     <opensaml.version>3.4.4</opensaml.version>
 
-    <elasticsearch.version>7.4.1</elasticsearch.version>
+    <elasticsearch.version>7.4.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM25</apacheds.version>
     <apachedirapi.version>2.0.0.AM2</apachedirapi.version>
@@ -1987,7 +1987,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.0</version>
         </plugin>
         
         <plugin>
@@ -2106,7 +2106,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.2.0</version>
         </plugin>
 
         <plugin>
@@ -2470,7 +2470,7 @@ under the License.
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.4.4/apidocs/</link>
-            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.4.1/index.html</link>
+            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.4.2/index.html</link>
             <link>http://docs.swagger.io/swagger-core/v2.0.10/apidocs/</link>
           </links>
         </configuration>