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 26ddf415f1ec82afbb2487d55fb8722b1fda8333 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Sun Aug 2 06:51:22 2020 +0200 Upgrading Spring Cloud Gateway --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd533e0..422ebfe 100644 --- a/pom.xml +++ b/pom.xml @@ -412,7 +412,7 @@ under the License. <spring.version>5.2.8.RELEASE</spring.version> <spring-security.version>5.3.3.RELEASE</spring-security.version> <spring-boot.version>2.3.2.RELEASE</spring-boot.version> - <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version> + <spring-cloud-gateway.version>2.2.4.RELEASE</spring-cloud-gateway.version> <openjpa.version>3.1.2</openjpa.version> <hikaricp.version>3.4.5</hikaricp.version>
