From d0392bdd88a1cac06cb5727c93f10c76bdff9e58 Mon Sep 17 00:00:00 2001 From: Kasperki Date: Fri, 29 Jul 2022 18:28:01 +0200 Subject: Fix SDK Vulnerabilities Issue-ID: DCAEGEN2-3220 Signed-off-by: Pawel Change-Id: Ic7df50fd22900bc680f7fff01871625ce809b4b5 --- security/crypt-password/pom.xml | 2 +- security/pom.xml | 6 +++++- security/ssl/pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index 5a8795e6..4b479394 100644 --- a/security/crypt-password/pom.xml +++ b/security/crypt-password/pom.xml @@ -19,7 +19,7 @@ language governing permissions and limitations under the License. org.onap.dcaegen2.services.sdk.security dcaegen2-services-sdk-security - 1.8.9-SNAPSHOT + ${revision} 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 37a3f020..cfc2da9d 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -20,7 +20,7 @@ language governing permissions and limitations under the License. org.onap.dcaegen2.services sdk - 1.8.9-SNAPSHOT + ${revision} org.onap.dcaegen2.services.sdk.security @@ -35,4 +35,8 @@ language governing permissions and limitations under the License. ssl + + -changelog-missing + + diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index 389c1aa1..bb2c71ef 100644 --- a/security/ssl/pom.xml +++ b/security/ssl/pom.xml @@ -19,7 +19,7 @@ language governing permissions and limitations under the License. org.onap.dcaegen2.services.sdk.security dcaegen2-services-sdk-security - 1.8.9-SNAPSHOT + ${revision} ssl -- cgit 1.2.3-korg