Skip to content

Commit 4f2185f

Browse files
authored
Upgrades mysql dep (#1402)
1 parent 0b46c91 commit 4f2185f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipelines/batch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
4242
<nemo.version>0.1</nemo.version>
4343
<flink.artifact.name>beam-runners-flink-1.14</flink.artifact.name>
44-
<mysql.driver.version>8.0.30</mysql.driver.version>
44+
<mysql.driver.version>9.3.0</mysql.driver.version>
4545
<postgresql.version>42.7.7</postgresql.version>
4646

4747
</properties>
@@ -73,8 +73,8 @@
7373
<!--JDBC specific dependencies-->
7474

7575
<dependency>
76-
<groupId>mysql</groupId>
77-
<artifactId>mysql-connector-java</artifactId>
76+
<groupId>com.mysql</groupId>
77+
<artifactId>mysql-connector-j</artifactId>
7878
<version>${mysql.driver.version}</version>
7979
<!-- We need to exclude this to avoid the clash with the same dependency under the artifact
8080
org.apache.beam:beam-sdks-java-io-google-cloud-platform so that it does not end up in

0 commit comments

Comments
 (0)