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/12/20 12:30:03 UTC

[syncope] branch 2_1_X updated (d16d9e2b7e -> bcf3f18273)

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 d16d9e2b7e Adding some db indexes to improve overall performance
     new 0ccc964a85 Upgrading docker-maven-plugin
     new bcf3f18273 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 01/02: Upgrading docker-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 0ccc964a85579921e3622238e0b8c7430a8a57b2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 19 08:21:25 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 53096058c2..5fc93a1e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2131,7 +2131,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.2</version>
+          <version>0.40.3</version>
         </plugin>
 
         <plugin>


[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 bcf3f1827392211e491c2510c4fdd95ce227233e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 20 13:28:30 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 5fc93a1e4d..c6d413ad2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
     <opensaml.version>3.3.1</opensaml.version>
 
-    <elasticsearch.version>7.17.7</elasticsearch.version>
+    <elasticsearch.version>7.17.8</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>