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

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

commit d96f28b17ad9c74c2d4d3ea104dcd250eb3a6d01
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 e4f72cdf2f..1f0d9a78fe 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