diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-07-12 11:42:07 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-07-12 11:42:07 -0500 |
commit | 12fea027b14c36fe3b8e16f5a2aeedab8366285c (patch) | |
tree | 35b0f33cfb37829c8064583430f1f78bf7b1cd30 /integration/pom.xml | |
parent | cd44921c7e00e699b27697d3e5be4fc3433b81a2 (diff) |
Update mariadb jdbc driver to 2.7.6
Issue-ID: POLICY-4280
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia59375bfe2af9242e244ee6f0a82da4333b04095
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 62148978..bc8f2be3 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -285,7 +285,7 @@ <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> - <version>2.7.1</version> + <version>2.7.6</version> </dependency> <!-- Postgres --> |