From 7edee679974e47a65eeb46b36b1057afab3c2284 Mon Sep 17 00:00:00 2001 From: Marcin Strankowski <74721865+mstrankowski@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:17:55 +0200 Subject: [PATCH] Move all versions under the rest-assured.version, update it to 5.1.1 (#220) --- packaging/tests/tas-restapi/pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 11056b9c02..1b69a78817 100644 --- a/packaging/tests/tas-restapi/pom.xml +++ b/packaging/tests/tas-restapi/pom.xml @@ -29,11 +29,8 @@ 11 UTF-8 3.0.49 - 3.3.0 + 5.1.1 4.5.6 - 3.3.0 - 3.3.0 - 3.3.0 2.13.3 2.5.3 1.1.4 @@ -264,7 +261,7 @@ io.rest-assured json-path - ${json-path.version} + ${rest-assured.version} commons-lang3 @@ -276,7 +273,7 @@ io.rest-assured xml-path - ${xml-path.version} + ${rest-assured.version} commons-lang3 @@ -288,7 +285,7 @@ io.rest-assured json-schema-validator - ${json-schema-validator.version} + ${rest-assured.version}