Skip to content

Commit

Permalink
NIFI-12316 Upgraded MySQL Connector J from 8.1.0 to 8.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7979.
  • Loading branch information
exceptionfactory authored and pvillard31 committed Nov 4, 2023
1 parent 2138731 commit ccd2f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ccd2f06

Please sign in to comment.