mirror of https://github.com/apache/nifi.git
NIFI-11862 Upgraded mysql-connector-j from 8.0.33 to 8.1.0
This closes #7530 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
42910e80d1
commit
a374ce67af
|
@ -65,7 +65,7 @@
|
|||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.0.33</version>
|
||||
<version>8.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
|
|
Loading…
Reference in New Issue