From bf7ce29401257abd5d05afc954f1592809d2a581 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Wed, 3 Apr 2024 17:31:50 +0300 Subject: [PATCH] Dependencies update --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index e6084bf..34eb2db 100644 --- a/build.gradle +++ b/build.gradle @@ -45,6 +45,7 @@ dependencies { testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2' + testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'org.aspectj:aspectjweaver:1.9.19' testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}" testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"