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 2020/10/30 08:15:56 UTC

[syncope] branch master updated (879d919 -> 4a05ec3)

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 879d919  SYNCOPE-1595: Improve WA support for client app themes (#223)
     new 28212a6  Upgrading Swagger UI
     new 4a05ec3  Upgrading Sprint Boot

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 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 28212a6428544bc1db5a10b03b8c90e7fd3a7065
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 28 08:41:43 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 7bef690..a2e4a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@ under the License.
     <mockito.version>3.6.0</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
-    <swagger-ui.version>3.35.2</swagger-ui.version>
+    <swagger-ui.version>3.36.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>


[syncope] 02/02: Upgrading Sprint Boot

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 4a05ec3f8909b073e0191242fb95ec1f7bc4af3a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 30 09:15:41 2020 +0100

    Upgrading Sprint Boot
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a2e4a0e..db8711f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <spring.version>5.2.10.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
-    <spring-boot.version>2.3.4.RELEASE</spring-boot.version>
+    <spring-boot.version>2.3.5.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
@@ -458,7 +458,7 @@ under the License.
     <mockito.version>3.6.0</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
-    <swagger-ui.version>3.36.0</swagger-ui.version>
+    <swagger-ui.version>3.36.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>