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:
mr1716 2023-07-27 07:34:47 -04:00 committed by exceptionfactory
parent 42910e80d1
commit a374ce67af
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>