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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 75304f0f21 NIFI-12688 Upgrade mysql-connector-j to 8.3.0
75304f0f21 is described below

commit 75304f0f21a6b3fd4eb67ec6e34980399c770616
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 31 08:18:02 2024 -0500

    NIFI-12688 Upgrade mysql-connector-j to 8.3.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    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 1ac2f68235..592569effb 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