aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-12-08 12:34:20 +0000
committerliamfallon <liam.fallon@est.tech>2022-12-08 12:34:27 +0000
commit7db5cda2af4b4ddf498fdc1e8b0ec1b52ef45bce (patch)
tree9d4e0317a37d9af3606a3a8a68099ee76b676479 /integration/pom.xml
parent81a44fc7e6fb7dc77a8316d1d98181fc79dbb791 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>2.7.6</version>
+ <version>3.1.0</version>
</dependency>
<!-- Postgres -->