From 7db5cda2af4b4ddf498fdc1e8b0ec1b52ef45bce Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 8 Dec 2022 12:34:20 +0000 Subject: [PATCH] Update version of MariaDB Java Client There have been some issue reported on the performance of MariaDB in Integration and anecdotally on Policy components. THe version of MariaDB is upgraded to see if it has any impact. Issue-ID: POLICY-4482 Change-Id: I1116c63e56fe657e92ccd09ea9e5f42cfde8065d Signed-off-by: liamfallon --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index 4d53081b..059c56e9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -279,7 +279,7 @@ org.mariadb.jdbc mariadb-java-client - 2.7.6 + 3.1.0 -- 2.16.6