Merge "[DCAEMOD/Runtime] Upgrade helm-gen core lib to 1.0.3" 1.3.2-mod-runtimeapi
authorTony Hansen <tony@att.com>
Thu, 3 Mar 2022 15:52:22 +0000 (15:52 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 3 Mar 2022 15:52:22 +0000 (15:52 +0000)
mod/runtimeapi/Changelog.md
mod/runtimeapi/runtime-core/pom.xml

index b128455..23168b8 100644 (file)
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - [DCAEGEN2-3028] Change version format to MMddHHmm (removed YY)
 - [DCAEGEN2-3008] Update helmgen-core from snapshot to released version
 - [DCAEGEN2-3088] Set spring-boot-maven-plugin to 2.6.2
+- [DCAEGEN2-3052] Update helmgen-core to 1.0.3 (includes vulnerability fixes for J)
 
 ## [1.3.1] - 2021-10-13
 - [DCAEGEN2-2936] Update helmgen-core to 1.0.2
index 626061b..5970bfd 100644 (file)
@@ -2,8 +2,7 @@
 <!--
 ============LICENSE_START=======================================================
 Copyright (c) 2019-2022 AT&T Intellectual Property. All rights reserved.
-================================================================================
-Modifications Copyright (c) 2020 Nokia
+Copyright (c) 2020 Nokia
 ================================================================================
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -51,7 +50,7 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.dcaegen2.platform</groupId>
             <artifactId>helmchartgenerator-core</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>