Skip to content

Commit

Permalink
Replace dependency mysql:mysql-connector-java with com.mysql:mysql-co…
Browse files Browse the repository at this point in the history
…nnector-j 8.0.33
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 7439d07 commit 10c3f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-connectors/flink-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ under the License.

<!-- MySQL tests -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 10c3f99

Please # to comment.