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 542b1a528f537179a1b0d33d6e9526a935c3c296 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 393b078524..af9719f4d2 100644 --- a/pom.xml +++ b/pom.xml @@ -504,7 +504,7 @@ under the License. <docker.neo4j.version>5.21.0</docker.neo4j.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> @@ -1417,7 +1417,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> @@ -1579,7 +1579,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>
