This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 5c13f36411 Upgrading H2 and maven-project-info-reports-plugin
5c13f36411 is described below

commit 5c13f36411ee4c6d83c7827dd05e85a058668b12
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Jul 16 09:18:06 2024 +0200

    Upgrading H2 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 f979d313d4..659a7476b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,7 +447,7 @@ under the License.
     <cas-client.version>3.6.4</cas-client.version>
     <thymeleaf-layout-dialect.version>3.1.0</thymeleaf-layout-dialect.version>
 
-    <h2.version>2.2.224</h2.version>
+    <h2.version>2.3.230</h2.version>
 
     <swagger-core.version>2.2.22</swagger-core.version>
     <swagger-ui.version>5.17.14</swagger-ui.version>
@@ -2064,7 +2064,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Reply via email to