We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3292 commit 6c73673Copy full SHA for 6c73673
flink-autoscaler-plugin-jdbc/pom.xml
@@ -34,7 +34,7 @@ under the License.
34
<properties>
35
<testcontainers.version>1.18.2</testcontainers.version>
36
<postgres.version>42.5.6</postgres.version>
37
- <mysql.version>8.0.33</mysql.version>
+ <mysql.version>8.4.0</mysql.version>
38
</properties>
39
40
<dependencyManagement>
@@ -134,8 +134,8 @@ under the License.
134
135
<!-- MySQL tests -->
136
<dependency>
137
- <groupId>mysql</groupId>
138
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
139
<version>${mysql.version}</version>
140
<scope>test</scope>
141
</dependency>
0 commit comments