Update version of MariaDB Java Client 36/132636/1
authorliamfallon <liam.fallon@est.tech>
Thu, 8 Dec 2022 12:34:20 +0000 (12:34 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 8 Dec 2022 12:34:27 +0000 (12:34 +0000)
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>
integration/pom.xml

index 4d53081..059c56e 100644 (file)
             <dependency>
                 <groupId>org.mariadb.jdbc</groupId>
                 <artifactId>mariadb-java-client</artifactId>
-                <version>2.7.6</version>
+                <version>3.1.0</version>
             </dependency>
 
             <!-- Postgres -->