From 4d14c120e42a08fa748e0abd8144dd63842d67a6 Mon Sep 17 00:00:00 2001 From: Ofek Ben-Yaish Date: Sun, 5 Nov 2023 17:00:52 +0200 Subject: [PATCH] Update wiremock dependency to resolve security issue --- Tabnine/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tabnine/build.gradle b/Tabnine/build.gradle index 4c01adb5..da15a908 100644 --- a/Tabnine/build.gradle +++ b/Tabnine/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.2.0' testImplementation 'org.mockito:mockito-inline:4.8.0' testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0' - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.0' testImplementation "io.mockk:mockk:1.11.0" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'