mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
NIFI-11601 Update mysql-connector-java to 8.0.33
This closes #7303 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
cfd62c9511
commit
d96f28b17a
@ -63,9 +63,9 @@
|
||||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.32</version>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.0.33</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user