diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 10:48:36 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 11:01:23 -0400 |
commit | b5628bd6e1bd8bf35b70d7ca5e8f7eb81df6e6ce (patch) | |
tree | 765a0e30cb127abacbe92b4a6adc46b8c9005d7f /dependencies-bom/pom.xml | |
parent | b91d79188eedd870637744a097f30a3023c99251 (diff) |
Updating mariadb-java-client verison to 2.7.2 as per silicon-sr1
Issue-ID: CCSDK-3364
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I66bf18c08711974b3161ca356ef2a44b20d5534a
Diffstat (limited to 'dependencies-bom/pom.xml')
-rw-r--r-- | dependencies-bom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index f89b7a7c..127a69d5 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -276,7 +276,7 @@ <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> - <version>2.4.4</version> + <version>2.7.2</version> </dependency> <dependency> <groupId>org.mockito</groupId> |