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
commit 325f599b21bb9fb27597750167b37875a4364937 Author: mr1716 <[email protected]> AuthorDate: Wed Nov 29 11:20:53 2023 -0500 NIFI-12433 Upgraded mariadb-java-client from 3.2.0 to 3.3.0 This closes #8082 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit fcfb777587d0e030a7c08a7669e86b119d0b7ff4) --- 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 91caa19de8..133577bdab 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.2.0</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.postgresql</groupId>
