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

commit 60b936264338cbc34c0a5ec1a22ad248afabd609
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Aug 14 08:33:29 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index 60fb2a4736..ec5a8b6c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,12 +435,12 @@ under the License.
     <commons-jexl.version>3.4.0</commons-jexl.version>
     <commons-text.version>1.12.0</commons-text.version>
 
-    <pac4j.version>6.0.5</pac4j.version>
+    <pac4j.version>6.0.6</pac4j.version>
 
     <cas.version>7.1.0-RC6</cas.version>
     <cas-client.version>4.0.4</cas-client.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>
@@ -1662,7 +1662,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>
@@ -2058,7 +2058,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