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/04/29 06:20:38 UTC

[syncope] 03/03: Upgrading Spring Cloud Gateway and maven-project-info-reports-plugin

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 ddd0d76b373f00c3dec08118451932645e4dcc61
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 29 08:18:14 2022 +0200

    Upgrading Spring Cloud Gateway and maven-project-info-reports-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8950840793..27cb004229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <jackson.version>2.13.2</jackson.version>
 
     <spring-boot.version>2.6.7</spring-boot.version>
-    <spring-cloud-gateway.version>3.1.1</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>3.1.2</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
     <hikaricp.version>5.0.1</hikaricp.version>
@@ -2543,7 +2543,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.2.2</version>
+        <version>3.3.0</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>