NIFI-12316 Upgraded MySQL Connector J from 8.1.0 to 8.2.0

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7979.
This commit is contained in:
exceptionfactory 2023-11-03 13:18:27 -05:00 committed by Pierre Villard
parent 21387316e3
commit ccd2f0677d
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>