This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 977847b940f054f89b0e66206e0223fb5e99e86a Author: mr1716 <[email protected]> AuthorDate: Thu Jan 19 08:31:53 2023 -0500 NIFI-11074 Update mariadb-java-client to 3.1.1 This closes #6862 Signed-off-by: David Handermann <[email protected]> --- 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 5fdbf3c561..b9b6f5e9a2 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> - <version>3.0.4</version> + <version>3.1.1</version> </dependency> <dependency> <groupId>org.postgresql</groupId>
