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 cdd055296b Upgrading MySQL JDBC Connector, git-commit-id-maven-plugin 
and cargo-maven3-plugin
cdd055296b is described below

commit cdd055296b86d474f959a94feb06996fea7e53d7
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 3 09:13:10 2024 +0200

    Upgrading MySQL JDBC Connector, git-commit-id-maven-plugin and 
cargo-maven3-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cc27099049..1b4145ee98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@ under the License.
     <docker.mariadb.version>11</docker.mariadb.version>
 
     <jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.4.0</jdbc.mysql.version>
+    <jdbc.mysql.version>9.0.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.4.0</jdbc.mariadb.version>
     <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
     <jdbc.oracle.version>23.4.0.24.05</jdbc.oracle.version>
@@ -1535,7 +1535,7 @@ under the License.
         <plugin>
           <groupId>io.github.git-commit-id</groupId>
           <artifactId>git-commit-id-maven-plugin</artifactId>
-          <version>9.0.0</version>
+          <version>9.0.1</version>
           <executions>
             <execution>
               <goals>
@@ -1697,7 +1697,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.10.13</version>
+          <version>1.10.14</version>
           <configuration>
             <container>
               <log>${project.build.directory}/log/cargo.log</log>

Reply via email to