diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-08-04 10:37:32 +0200 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-08-05 07:33:54 +0000 |
commit | 0f7ce92646104b5bf310a66ee91a9ef2eee26b3d (patch) | |
tree | 5b0424d7958f69d935ef3cf4a751f6f644a8a3fc | |
parent | 50619616a9bd803bb9bb820fe83d999f26ba3f34 (diff) |
Update helm-validator version 1.2.0 -> 1.2.2
Issue-ID: SDC-3647
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I2c0b5eeb8db993bddb66cb0bf66b0fe5910ba415
-rw-r--r-- | integration-tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d0d7c5954e..5a80dcd26c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ SDC ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. -Modifications copyright (c) 2020 Nokia +Modifications copyright (c) 2020-2021 Nokia ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ limitations under the License. <it.docker.version>latest</it.docker.version> <it.ui.firefox.version>86.0</it.ui.firefox.version> <it.helm-validator.disabled>true</it.helm-validator.disabled> - <it.helm-validator.version>1.2.0</it.helm-validator.version> + <it.helm-validator.version>1.2.2</it.helm-validator.version> <!-- parser--> <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version> |