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 2021/11/12 07:35:06 UTC

[syncope] branch 2_1_X updated (8e48bb1 -> 6493aea)

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

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


    from 8e48bb1  [SYNCOPE-1649] Using Tika's ToTextContentHandler for CSV output
     new 6baabe3  Upgrading Swagger UI and sonar-maven-plugin
     new 6493aea  Upgrading Elasticsearch

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[syncope] 01/02: Upgrading Swagger UI and sonar-maven-plugin

Posted by il...@apache.org.
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 6baabe34c1e178b2aaedf485edece8fb45682f0f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 10 17:31:19 2021 +0100

    Upgrading Swagger UI and sonar-maven-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d64c4a0..6863ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>4.0.1</swagger-ui.version>
+    <swagger-ui.version>4.1.0</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>
@@ -2193,7 +2193,7 @@ under the License.
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.9.0.2155</version>
+          <version>3.9.1.2184</version>
         </plugin>
       </plugins>
     </pluginManagement>

[syncope] 02/02: Upgrading Elasticsearch

Posted by il...@apache.org.
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 6493aeab24a54205e054796534fb0adc2cc10ab3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 11 16:41:11 2021 +0100

    Upgrading Elasticsearch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6863ea0..d630c71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
     <slf4j.version>1.7.32</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>7.15.1</elasticsearch.version>
+    <elasticsearch.version>7.15.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>