From e163fd99957fd79a2c16aee64cec62d46af40810 Mon Sep 17 00:00:00 2001 From: dinesh1patel <74076102+dinesh1patel@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:51:34 +0100 Subject: [PATCH] Update build.gradle (#700) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09fa0c722..7ac544376 100644 --- a/build.gradle +++ b/build.gradle @@ -335,7 +335,7 @@ dependencies { testImplementation group: 'io.rest-assured', name: 'json-path', version: versions.restAssured testImplementation group: 'io.rest-assured', name: 'xml-path', version: versions.restAssured - testCompile 'com.github.hmcts:fortify-client:1.4.3:all' + testImplementation 'com.github.hmcts:fortify-client:1.4.3:all' integrationTestImplementation sourceSets.main.runtimeClasspath integrationTestImplementation sourceSets.test.runtimeClasspath