You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/01/19 20:14:16 UTC

[nifi] 02/02: NIFI-11073 Update mysql-connector-java to 8.0.32

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 3fafb8798f7896422c19ed2251d868eace8cec03
Author: mr1716 <ms...@rit.edu>
AuthorDate: Thu Jan 19 09:16:47 2023 -0500

    NIFI-11073 Update mysql-connector-java to 8.0.32
    
    This closes #6864
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index b9b6f5e9a2..4e2067d36f 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>8.0.30</version>
+            <version>8.0.32</version>
         </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>