diff options
author | 2021-05-04 10:08:00 +0200 | |
---|---|---|
committer | 2021-05-04 10:51:34 +0200 | |
commit | 03f068ac1c511d36ff0f5128289a715e563808d0 (patch) | |
tree | b1bdb055d2a9a7d366963c5ac38ccc0822302026 /pom.xml | |
parent | 030feca3b33f078fb99a01da3e89a3fb265611a8 (diff) |
Update vulnerable package dependencies
Update distribution-client version to 1.4.3
Update some packages dependencies to latest version
Fix conflicting dependencies using exclusions
Issue-ID: SDC-3572
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I76d110e70191c70c7aeba6513e839566f9b3992b
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdc-sdc-distribution-client</name> @@ -39,7 +39,7 @@ <httpcore.version>4.4.14</httpcore.version> <logback.version>1.2.3</logback.version> <junit.version>5.7.0</junit.version> - <snakeyaml.version>1.27</snakeyaml.version> + <snakeyaml.version>1.28</snakeyaml.version> <guava.version>30.0-jre</guava.version> <jetty.version>9.4.35.v20201120</jetty.version> <bean-matchers.version>0.12</bean-matchers.version> |