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/11/24 08:42:52 UTC

[syncope] branch master updated (7eee06e -> 8134c29)

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 7eee06e  Upgrading Wicket
     new c3dddbb  Upgrading Swagger UI
     new 8134c29  Upgrading Wildfly

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 Wildfly

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 8134c29e5bcee9dc03fbe1ddab3c172b361886c8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 23 10:45:47 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 038149c..a1e3d10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,7 @@ under the License.
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
     <tomcat.version>9.0.40</tomcat.version>
-    <wildfly.version>21.0.0.Final</wildfly.version>
+    <wildfly.version>21.0.1.Final</wildfly.version>
     <payara.version>5.2020.6</payara.version>
     <javax.faces.version>2.3.14</javax.faces.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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit c3dddbbdcf4492a62c2f34717c2c1c93e938976e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 23 09:24:40 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 1351691..038149c 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.36.2</swagger-ui.version>
+    <swagger-ui.version>3.37.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>