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/03/24 13:40:39 UTC

[syncope] branch master updated (418ac72 -> f166c24)

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

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


    from 418ac72  Fixing security checks in case of realm change during Group update
     new c6c693f  Upgrading Elasticsearch and Swagger UI
     new f166c24  Upgrading ConnId

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] 02/02: Upgrading ConnId

Posted by il...@apache.org.
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 f166c24e2b268f8a81aa411eadfa9cb5d62840a1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Mar 24 14:35:56 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 86da630..6cf0751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
     <project.build.outputTimestamp>2021-07-16T09:00:00Z</project.build.outputTimestamp>
     <syncope.version>${project.version}</syncope.version>
 
-    <connid.version>1.5.0.2</connid.version>
+    <connid.version>1.5.1.0</connid.version>
     <connid.soap.version>1.4.3</connid.soap.version>
     <connid.rest.version>1.0.5</connid.rest.version>
     <connid.database.version>2.2.7</connid.database.version>

[syncope] 01/02: Upgrading Elasticsearch and Swagger UI

Posted by il...@apache.org.
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 c6c693f7e34cc957b4f6762a74dd1003856b68eb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 23 15:54:57 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 6cdda41..86da630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.1.0</elasticsearch.version>
+    <elasticsearch.version>8.1.1</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
@@ -454,7 +454,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <swagger-core.version>2.1.13</swagger-core.version>
-    <swagger-ui.version>4.6.2</swagger-ui.version>
+    <swagger-ui.version>4.8.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>