This is an automated email from the ASF dual-hosted git repository. aadamchik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new 68a91fc1a upgrading test MySQL driver to 9.2.0 68a91fc1a is described below commit 68a91fc1a6a21106fd0a1f92fee612860130de48 Author: Andrus Adamchik <and...@objectstyle.com> AuthorDate: Thu Apr 3 18:02:48 2025 -0400 upgrading test MySQL driver to 9.2.0 (and new Maven coordinates) ... there are some CVEs against the 8.0.x version --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2330a835a..c8c48fc59 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <slf4j.version>1.7.36</slf4j.version> <ant.version>1.10.12</ant.version> <testcontainers.version>1.20.1</testcontainers.version> - <mysql.connector.version>8.0.29</mysql.connector.version> + <mysql.connector.version>9.2.0</mysql.connector.version> <maven.compiler.target>11</maven.compiler.target> <maven.compiler.source>11</maven.compiler.source> @@ -401,8 +401,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> <version>${mysql.connector.version}</version> <scope>test</scope> </dependency> @@ -1036,8 +1036,8 @@ </activation> <dependencies> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> <scope>test</scope> </dependency> </dependencies> @@ -1052,8 +1052,8 @@ </activation> <dependencies> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> <scope>test</scope> </dependency> </dependencies>