diff options
-rw-r--r-- | nova-model/pom.xml | 18 | ||||
-rw-r--r-- | openstack-client-connectors/http-connector/pom.xml | 4 | ||||
-rw-r--r-- | 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 @@ <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> @@ -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> |