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:38 UTC

[syncope] branch 2_1_X updated: Upgrading SLF4J, Spring, maven-jar-plugin, maven-assembly-plugin

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 0b1738c  Upgrading SLF4J, Spring, maven-jar-plugin, maven-assembly-plugin
0b1738c is described below

commit 0b1738c90d3b712c85d1d1b397ce139e3ed6ca5e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 4 08:30:31 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index fa2376c..c8a1b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@ under the License.
 
     <jackson.version>2.10.0</jackson.version>
 
-    <spring.version>5.1.10.RELEASE</spring.version>
+    <spring.version>5.1.11.RELEASE</spring.version>
     <spring-security.version>5.1.6.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.0</openjpa.version>
@@ -422,7 +422,7 @@ under the License.
 
     <camel.version>2.24.2</camel.version>	
 
-    <slf4j.version>1.7.28</slf4j.version>
+    <slf4j.version>1.7.29</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
     <elasticsearch.version>6.8.3</elasticsearch.version>
@@ -1968,7 +1968,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>
@@ -2081,7 +2081,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>