diff options
-rw-r--r-- | integration-tests/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c5f20b0c52..1675325ecb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -56,7 +56,7 @@ limitations under the License. <it.helm-validator.version>1.3.1</it.helm-validator.version> <!-- parser--> - <sdc-tosca-parser.version>1.8.0</sdc-tosca-parser.version> + <sdc-tosca-parser.version>1.9.0</sdc-tosca-parser.version> <docker.showLogs>false</docker.showLogs> </properties> @@ -168,7 +168,7 @@ Modifications copyright (c) 2018-2019 Nokia <togglz.version>3.3.3</togglz.version> <!--sdc-security-utils--> - <security.util.lib.version>1.8.0</security.util.lib.version> + <security.util.lib.version>1.9.0</security.util.lib.version> <!--jacoco--> <jacoco.version>0.8.7</jacoco.version> |