NIFI-11633 Upgraded MariaDB client from 3.1.3 to 3.1.4

This closes #7330

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-06-02 09:33:47 -04:00 committed by exceptionfactory
parent 803868935a
commit 852ec9eefc
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>