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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a1389ef9b NIFI-12688 Upgrade mysql-connector-j to 8.3.0
3a1389ef9b is described below

commit 3a1389ef9b287de9d218d5f403f89b4fc7940737
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Wed Jan 31 08:18:02 2024 -0500

    NIFI-12688 Upgrade mysql-connector-j to 8.3.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8327.
---
 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 d9f5c7464c..510e3b2f22 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>8.2.0</version>
+            <version>8.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>

Reply via email to