Skip to content

Commit

Permalink
[FLINK-36522] Bump mysql-connector-java from 8.0.33 to mysql-connecto…
Browse files Browse the repository at this point in the history
…r-j 8.4.0
  • Loading branch information
kartik-3513 authored and 1996fanrui committed Oct 14, 2024
1 parent 1ce3292 commit 6c73673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flink-autoscaler-plugin-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.
<properties>
<testcontainers.version>1.18.2</testcontainers.version>
<postgres.version>42.5.6</postgres.version>
<mysql.version>8.0.33</mysql.version>
<mysql.version>8.4.0</mysql.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -134,8 +134,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>${mysql.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 6c73673

Please sign in to comment.