From 6cd0173ea4bcb247f2cd8f78cb1b32860c0613fb Mon Sep 17 00:00:00 2001 From: kiran mhetre Date: Thu, 30 Mar 2023 06:38:25 +0000 Subject: SO-4001 : Package upgrade for the SO and so-libs Issue-ID: SO-4001 Signed-off-by: kiran mhetre Signed-off-by: Lukasz Rajewski Change-Id: I11cc78ea6e1f5b2c01a539dcf359455279d0909a --- nova-model/pom.xml | 18 +++++++++--------- openstack-client-connectors/http-connector/pom.xml | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nova-model/pom.xml b/nova-model/pom.xml index 9dde032..1c59e08 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -21,14 +21,14 @@ jsonassert test - - - javax.xml.bind - - jaxb-api - - 2.3.1 - - + + + javax.xml.bind + + jaxb-api + + 2.3.1 + + diff --git a/openstack-client-connectors/http-connector/pom.xml b/openstack-client-connectors/http-connector/pom.xml index da14f40..c4ef05e 100644 --- a/openstack-client-connectors/http-connector/pom.xml +++ b/openstack-client-connectors/http-connector/pom.xml @@ -15,7 +15,7 @@ org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 org.apache.httpcomponents @@ -29,7 +29,7 @@ ch.qos.logback logback-classic - 1.2.3 + 1.4.6 diff --git a/pom.xml b/pom.xml index edd56a5..fe0e9d0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.onap.oparent oparent - 3.3.3 + 3.0.2 @@ -213,17 +213,17 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.14.2 com.fasterxml.jackson.core jackson-core - 2.13.3 + 2.14.2 com.fasterxml.jackson.core jackson-annotations - 2.13.3 + 2.14.2 javax.xml.bind -- cgit 1.2.3-korg