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 aced7b5a3e NIFI-12316 Upgraded MySQL Connector J from 8.1.0 to 8.2.0
aced7b5a3e is described below

commit aced7b5a3edd4124e60dc729a4d870dd68eb7a4e
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Nov 3 13:18:27 2023 -0500

    NIFI-12316 Upgraded MySQL Connector J from 8.1.0 to 8.2.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #7979.
---
 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 a1e5754a12..9920fa6a0f 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.1.0</version>
+            <version>8.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>

Reply via email to