mirror of https://github.com/apache/nifi.git
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:
parent
803868935a
commit
852ec9eefc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue