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 2022/09/08 08:41:06 UTC

[syncope] branch master updated: Upgrading Spring Cloud Gateway and ANTlr4

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 67472cffce Upgrading Spring Cloud Gateway and ANTlr4
67472cffce is described below

commit 67472cffce57064d83a2ba45c084d7fb0c433bc6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 8 09:07:29 2022 +0200

    Upgrading Spring Cloud Gateway and ANTlr4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d957fe380..2134b31e66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,7 +418,7 @@ under the License.
     <jackson.version>2.13.4</jackson.version>
 
     <spring-boot.version>2.7.3</spring-boot.version>
-    <spring-cloud-gateway.version>3.1.3</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>3.1.4</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
     <hikaricp.version>5.0.1</hikaricp.version>
@@ -475,7 +475,7 @@ under the License.
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>
 
-    <antlr4.version>4.10.1</antlr4.version>
+    <antlr4.version>4.11.1</antlr4.version>
 
     <curator.version>5.3.0</curator.version>
     <zookeeper.version>3.8.0</zookeeper.version>