Skip to content

Commit 85e42b0

Browse files
mbaedkeandreeastroe96
authored andcommitted
OAK-11421: Update MySql JDBC driver version to com.mysql:mysql-connector-j:9.0.1 in profile rdb-mysql (apache#2021)
Done.
1 parent af1fa2b commit 85e42b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oak-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,9 @@
10671067
<id>rdb-mysql</id>
10681068
<dependencies>
10691069
<dependency>
1070-
<groupId>mysql</groupId>
1071-
<artifactId>mysql-connector-java</artifactId>
1072-
<version>8.0.19</version>
1070+
<groupId>com.mysql</groupId>
1071+
<artifactId>mysql-connector-j</artifactId>
1072+
<version>9.1.0</version>
10731073
</dependency>
10741074
</dependencies>
10751075
</profile>

0 commit comments

Comments
 (0)