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 2022/01/20 14:57:10 UTC

[syncope] 01/02: Upgrading SLF4J, maven-compiler-plugin and maven-jar-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

commit a695f951409b0046abb976044530e05eda9a90c0
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 17 16:51:54 2022 +0100

    Upgrading SLF4J, maven-compiler-plugin and maven-jar-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c68d6bc..d73e03b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
 
     <camel.version>2.25.4</camel.version>
 
-    <slf4j.version>1.7.32</slf4j.version>
+    <slf4j.version>1.7.33</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
     <elasticsearch.version>7.15.2</elasticsearch.version>
@@ -1880,7 +1880,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.8.1</version> 
+          <version>3.9.0</version>
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>
@@ -1991,7 +1991,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.1</version>
+          <version>3.2.2</version>
         </plugin>
         
         <plugin>