diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-04 11:50:13 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-08 15:33:24 +0100 |
commit | 5edb8ffbaae8caa46417ef44e317c48a29bd3c35 (patch) | |
tree | a55de0401ca4a527740b1acdf0b56e0ff0610e63 /standardization/moher-api/metrics/pom.xml | |
parent | 570517656de6273def37ef1ff03ec7337676614b (diff) |
Fix SDK Vulnerabilities
Issue-ID: DCAEGEN2-3051
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I45891470ee07d6fce2b4dce7efaba6382f62451c
Diffstat (limited to 'standardization/moher-api/metrics/pom.xml')
-rw-r--r-- | standardization/moher-api/metrics/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standardization/moher-api/metrics/pom.xml b/standardization/moher-api/metrics/pom.xml index caeaeda4..21d2be7e 100644 --- a/standardization/moher-api/metrics/pom.xml +++ b/standardization/moher-api/metrics/pom.xml @@ -3,7 +3,7 @@ ~ ============LICENSE_START======================================================= ~ DCAEGEN2-SERVICES-SDK ~ ================================================================================ - ~ Copyright (C) 2019-2021 Nokia + ~ Copyright (C) 2019-2022 Nokia ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ <parent> <artifactId>dcaegen2-sdk-moher-api</artifactId> <groupId>org.onap.dcaegen2.services.sdk</groupId> - <version>1.8.7-SNAPSHOT</version> + <version>1.8.8-SNAPSHOT</version> </parent> <name>Monitoring and Healthcheck :: Metrics</name> |