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

[syncope] 02/04: Upgrading SLF4J, Elasticsearch, 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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 52aeaf5de2e8d4b73562666685d96457426c6181
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 17 16:52:45 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 5129507..d851492 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,9 +428,9 @@ under the License.
 
     <camel.version>3.14.0</camel.version>
 
-    <slf4j.version>1.7.32</slf4j.version>
+    <slf4j.version>1.7.33</slf4j.version>
 
-    <elasticsearch.version>7.16.2</elasticsearch.version>
+    <elasticsearch.version>7.16.3</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
@@ -1972,7 +1972,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>
             <release>${targetJdk}</release>
             <useIncrementalCompilation>false</useIncrementalCompilation>
@@ -2107,7 +2107,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>