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

[syncope] branch 2_1_X updated (27e0964 -> 4e2e3db)

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 27e0964  Fixing security checks in case of realm change during Group update
     new 5e3a79f  Upgrading Swagger UI
     new 4e2e3db  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 | 4 ++--
 1 file changed, 2 insertions(+), 2 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 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 4e2e3db3c1a766b612444297827b408bc8886700
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Mar 24 14:35:33 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index d105759..0aefd98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
     <project.build.outputTimestamp>2022-03-18T07:46:56Z</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 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 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 5e3a79fdad12e2654c465db7b99e8e6719bf664f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 23 15:54:34 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 1700bba..d105759 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.6.2</swagger-ui.version>
+    <swagger-ui.version>4.8.0</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>