summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiran mhetre <kiran.mhetre@t-systems.com>2023-03-30 06:38:25 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-30 09:36:55 +0000
commit6cd0173ea4bcb247f2cd8f78cb1b32860c0613fb (patch)
tree1fd151f92079e86317e356b383fa764836949528
parent1e1d8c3554bdbd79612d490dfa99f9bc58e71197 (diff)
SO-4001 : Package upgrade for the SO and so-libs
Issue-ID: SO-4001 Signed-off-by: kiran mhetre <kiran.mhetre@t-systems.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I11cc78ea6e1f5b2c01a539dcf359455279d0909a
-rw-r--r--nova-model/pom.xml18
-rw-r--r--openstack-client-connectors/http-connector/pom.xml4
-rw-r--r--pom.xml8
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 @@
<artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
-
- <groupId>javax.xml.bind</groupId>
-
- <artifactId>jaxb-api</artifactId>
-
- <version>2.3.1</version>
-
- </dependency>
+ <dependency>
+
+ <groupId>javax.xml.bind</groupId>
+
+ <artifactId>jaxb-api</artifactId>
+
+ <version>2.3.1</version>
+
+ </dependency>
</dependencies>
</project>
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 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.13</version>
+ <version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
+ <version>1.4.6</version>
</dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index edd56a5..fe0e9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.3.3</version>
+ <version>3.0.2</version>
<relativePath />
</parent>
@@ -213,17 +213,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.3</version>
+ <version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.13.3</version>
+ <version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.13.3</version>
+ <version>2.14.2</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>