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 e940efad2c Upgrading H2, exec-maven-plugin and maven-gpg-plugin
e940efad2c is described below

commit e940efad2c4a42efe855d237997ecf7d960f7269
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Aug 14 08:36:41 2024 +0200

    Upgrading H2, exec-maven-plugin and maven-gpg-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36951ec6a1..ac350b9e49 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.3.230</h2.version>
+    <h2.version>2.3.232</h2.version>
 
     <swagger-core.version>2.2.22</swagger-core.version>
     <swagger-ui.version>5.17.14</swagger-ui.version>
@@ -1761,7 +1761,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.4.1</version>
         </plugin>
 
         <plugin>
@@ -2154,7 +2154,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>3.2.4</version>
+            <version>3.2.5</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>

Reply via email to