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 fcfb777587d0e030a7c08a7669e86b119d0b7ff4 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]> --- 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 fa1632cb17..d9f5c7464c 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>
