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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new ccd0f34  Upgrading Swagger UI, ANTLR, Tomcat
ccd0f34 is described below

commit ccd0f34a192daf69410098560e5ae0d4da49804f
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Mar 12 07:52:17 2021 +0100

    Upgrading Swagger UI, ANTLR, Tomcat
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2034763..05151a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.10</swagger-core.version>    
-    <swagger-ui.version>3.44.0</swagger-ui.version>
+    <swagger-ui.version>3.45.0</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>
@@ -506,7 +506,7 @@ under the License.
     <tycho.version>1.2.0</tycho.version>
     <netbeans.version>RELEASE122</netbeans.version>
 
-    <antlr4.version>4.9.1</antlr4.version>
+    <antlr4.version>4.9.2</antlr4.version>
 
     <hotswap.version>1.4.1</hotswap.version>
 
@@ -532,7 +532,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.43</tomcat.version>
+    <tomcat.version>9.0.44</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    

Reply via email to