Skip to content

Commit 6c73673

Browse files
kartik-35131996fanrui
authored andcommitted
[FLINK-36522] Bump mysql-connector-java from 8.0.33 to mysql-connector-j 8.4.0
1 parent 1ce3292 commit 6c73673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: flink-autoscaler-plugin-jdbc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<properties>
3535
<testcontainers.version>1.18.2</testcontainers.version>
3636
<postgres.version>42.5.6</postgres.version>
37-
<mysql.version>8.0.33</mysql.version>
37+
<mysql.version>8.4.0</mysql.version>
3838
</properties>
3939

4040
<dependencyManagement>
@@ -134,8 +134,8 @@ under the License.
134134

135135
<!-- MySQL tests -->
136136
<dependency>
137-
<groupId>mysql</groupId>
138-
<artifactId>mysql-connector-java</artifactId>
137+
<groupId>com.mysql</groupId>
138+
<artifactId>mysql-connector-j</artifactId>
139139
<version>${mysql.version}</version>
140140
<scope>test</scope>
141141
</dependency>

0 commit comments

Comments
 (0)