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/08/04 14:27:02 UTC

[syncope] branch master updated: Upgrading Swagger UI and Font Awesome

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 79700fc  Upgrading Swagger UI and Font Awesome
79700fc is described below

commit 79700fca93657910274a2aab58f793c07af2d8d2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Aug 4 16:22:53 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 04ae8dd..6d819b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,13 +457,13 @@ under the License.
     <mockito.version>3.4.6</mockito.version>
 
     <swagger-core.version>2.1.4</swagger-core.version>
-    <swagger-ui.version>3.30.0</swagger-ui.version>
+    <swagger-ui.version>3.31.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
 
     <bootbox.version>5.4.0</bootbox.version>
-    <font-awesome.version>5.13.1</font-awesome.version>
+    <font-awesome.version>5.14.0</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>9.15.10</highlightjs.version>
     <codemirror.version>5.50.0</codemirror.version>