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 7f74abbbe1 NIFI-11633 Upgraded MariaDB client from 3.1.3 to 3.1.4
7f74abbbe1 is described below
commit 7f74abbbe112ee4cd100c0c64039d9c5bb41c0a1
Author: mr1716 <[email protected]>
AuthorDate: Fri Jun 2 09:33:47 2023 -0400
NIFI-11633 Upgraded MariaDB client from 3.1.3 to 3.1.4
This closes #7330
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 852ec9eefc283062d2a8d19a52d74d0a8a002a1f)
---
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 6ebd9ea6eb..0688a2bf8b 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>3.1.3</version>
+ <version>3.1.4</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>