diff options
author | Dan Timoney <dtimoney@att.com> | 2021-07-15 12:38:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-07-15 12:38:19 -0400 |
commit | f11f8085d103e00666f6dea0c9707a151de1d6bf (patch) | |
tree | 7add0466febd906891a2f5b1de98a2553c28a09c /dependencies-bom | |
parent | 2ba8a08a4a6056ac1ce5dff16ed4f11b8c5c8459 (diff) |
Update mariadb-java-client
Update mariadb-java-client to version 2.7.3 to resolve exception
thrown when installed in OSGi container.
Issue-ID: CCSDK-3373
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib58e562940eae995233d54a196d77bdb5a5dcbd1
Diffstat (limited to 'dependencies-bom')
-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 64b83f1d..86c60c39 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.7.2</version> + <version>2.7.3</version> </dependency> <dependency> <groupId>org.mockito</groupId> |