From e65f247685d200ff10ada5077c2e86fbd9ab406e Mon Sep 17 00:00:00 2001 From: "mohammadfaisalkhatri@gmail.com" Date: Thu, 28 Nov 2024 23:19:36 +0300 Subject: [PATCH] versions of dependencies updated in pom.xml and removed used import fro jsonschemavalidationtest file --- pom.xml | 12 ++++++------ .../com/restfulbooker/JsonSchemaValidationTest.java | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 11031f3..bcd379c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,16 +14,16 @@ 5.5.0 1.3 1.1.1 - 1.18.34 - 2.17.2 + 1.18.36 + 2.18.2 20240303 - 2.3.1 + 2.4.2 3.0.0-beta2 3.0.0-beta2 5.5.0 - 2.28.1 - 4.2.1 - 3.15.0 + 2.29.0 + 4.2.2 + 3.17.0 1.9.22.1 3.13.0 3.3.1 diff --git a/src/test/java/com/restfulbooker/JsonSchemaValidationTest.java b/src/test/java/com/restfulbooker/JsonSchemaValidationTest.java index dbdec41..2e86e4e 100644 --- a/src/test/java/com/restfulbooker/JsonSchemaValidationTest.java +++ b/src/test/java/com/restfulbooker/JsonSchemaValidationTest.java @@ -17,7 +17,6 @@ import io.qameta.allure.SeverityLevel; import io.qameta.allure.Story; import io.restassured.module.jsv.JsonSchemaValidator; -import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; /**