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

mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 0d774874d960b960a3b241d60bebe8c2b294585b
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri May 26 07:31:35 2023 -0400

    NIFI-11601 Update mysql-connector-java to 8.0.33
    
    This closes #7303
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 fbacce6b92..6ebd9ea6eb 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -63,9 +63,9 @@
             <artifactId>postgresql</artifactId>
         </dependency>
         <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <version>8.0.32</version>
+            <groupId>com.mysql</groupId>
+            <artifactId>mysql-connector-j</artifactId>
+            <version>8.0.33</version>
         </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>

Reply via email to