Update versions of dependencies
Updated versions of third party dependencies that are not
constrained by OpenDaylight to latest minor version.
Change-Id: I0640f50b02f0cee4669b6a4c4c87754861a686ce
Issue-ID: CCSDK-2005
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index c463add..353984b 100644
--- a/odlparent/binding-parent/pom.xml
+++ b/odlparent/binding-parent/pom.xml
@@ -171,14 +171,14 @@
<eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
<!-- Managed dependency versions -->
- <apache.httpcomponents.core.version>4.4.10</apache.httpcomponents.core.version>
- <apache.httpcomponents.client.version>4.5.6</apache.httpcomponents.client.version>
+ <apache.httpcomponents.core.version>4.4.12</apache.httpcomponents.core.version>
+ <apache.httpcomponents.client.version>4.5.10</apache.httpcomponents.client.version>
<derby.version>10.14.2.0</derby.version>
<eelf.version>1.0.0</eelf.version>
- <grpc.version>1.17.1</grpc.version>
- <mariadb.connector.version>2.1.1</mariadb.connector.version>
- <mariadb4j.version>2.2.3</mariadb4j.version>
- <testng.version>6.11</testng.version>
+ <grpc.version>1.21.1</grpc.version>
+ <mariadb.connector.version>2.4.4</mariadb.connector.version>
+ <mariadb4j.version>2.4.0</mariadb4j.version>
+ <testng.version>6.14.3</testng.version>
<tomcat-jdbc.version>9.0.27</tomcat-jdbc.version>
<jetty.version>9.4.12.v20180830</jetty.version>
<skip.karaf.featureTest>true</skip.karaf.featureTest>