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/10 08:22:17 UTC

[syncope] branch master updated: Upgrading Swagger UI and GreenMail

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


The following commit(s) were added to refs/heads/master by this push:
     new 8963a6a  Upgrading Swagger UI and GreenMail
8963a6a is described below

commit 8963a6a4d2112e42087dbffc334b728f98d0c291
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 9 08:39:34 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index a4500bc..0003797 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.1</swagger-ui.version>
+    <swagger-ui.version>3.36.2</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1212,7 +1212,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>