diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-08 12:34:20 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-08 12:34:27 +0000 |
commit | 7db5cda2af4b4ddf498fdc1e8b0ec1b52ef45bce (patch) | |
tree | 9d4e0317a37d9af3606a3a8a68099ee76b676479 | |
parent | 81a44fc7e6fb7dc77a8316d1d98181fc79dbb791 (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>
-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 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 --> |