diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-09-06 18:40:24 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-09-06 17:44:55 +0000 |
commit | 40c5aa104cbc19aeea7f6841f15c8ff8901f04f8 (patch) | |
tree | 60439b8ba90b03dd37347972f9770998dd44a09b /zusammen-lib | |
parent | d6f886aed04f850ab70dea835441c4224cd5552d (diff) |
Update/remove vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I0185291ddb3e7b89bb52ad681072360fd52be55b
Issue-ID: SDC-4167
Diffstat (limited to 'zusammen-lib')
-rw-r--r-- | zusammen-lib/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zusammen-lib/pom.xml b/zusammen-lib/pom.xml index 877b22d..2fc4b18 100644 --- a/zusammen-lib/pom.xml +++ b/zusammen-lib/pom.xml @@ -26,12 +26,11 @@ <parent> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <properties> <zusammen.version>1.0.2</zusammen.version> - <zusammen-state-store.version>1.0.3</zusammen-state-store.version> <zusammen-collaboration-store.version>1.0.3</zusammen-collaboration-store.version> <zusammen-index-store.version>1.0.0</zusammen-index-store.version> </properties> |