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

exceptionfactory 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 f35045d3ae NIFI-12043 Upgraded MariaDB Java Client from 3.1.4 to 3.2.0
f35045d3ae is described below

commit f35045d3ae195db1ee25b28f593e52ffc727892f
Author: mr1716 <[email protected]>
AuthorDate: Mon Sep 18 08:25:42 2023 -0400

    NIFI-12043 Upgraded MariaDB Java Client from 3.1.4 to 3.2.0
    
    This closes #7747
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 66524ab2678609ecb5c31869ad081e7446b977d8)
---
 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 aaa2779f63..a1e5754a12 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
-            <version>3.1.4</version>
+            <version>3.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>

Reply via email to