diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-05-15 11:36:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-15 11:36:20 +0000 |
commit | a214feeecfe88b9f4362fd0fbb08c2323156db10 (patch) | |
tree | ca817c149061843b74b0bf5904f6dfa6fad80d04 /mso-api-handlers | |
parent | 3c21950cab44049b8ea3c3a3d0aa47a685555ad6 (diff) | |
parent | b378f9961c74efacccd71badfeaad0654b27ed27 (diff) |
Merge "[SDC] Update SDC Distribution Client"
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index a046123778..ccbe32de5a 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -167,7 +167,7 @@ <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.3.0</version> + <version>1.4.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |