diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-03-22 23:14:29 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-03-23 10:05:13 +0000 |
commit | 1e7e19b4d1ddf05309e3e43d5ecb9138902b19b8 (patch) | |
tree | 002f5d119eba60240b1ddcc32243bc9117190122 /integration-tests/pom.xml | |
parent | 30e99b484fcc96d2304a05db5d8972d2250f0756 (diff) |
Upgrade vulnerable dependencies
Fix missing default no-args constructor
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Icfcbe0ec577b2d629179fa46e42141c196e08970
Issue-ID: SDC-4287
Issue-ID: SDC-4446
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index eea5c5afc7..3b47304c08 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -55,7 +55,7 @@ limitations under the License. <it.helm-validator.version>1.3.1</it.helm-validator.version> <!-- parser--> - <sdc-tosca-parser.version>1.7.0</sdc-tosca-parser.version> + <sdc-tosca-parser.version>1.8.0</sdc-tosca-parser.version> <docker.showLogs>false</docker.showLogs> </properties> |