From 17dd798a8a72febd24c3d2539327f849aab3f018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:12:28 +0000 Subject: [PATCH] Update dependency com.github.hmcts:fortify-client to v1.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48569ae1d..a911d802c 100644 --- a/build.gradle +++ b/build.gradle @@ -246,7 +246,7 @@ dependencies { testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.1' testImplementation group: 'org.apiguardian', name: 'apiguardian-api', version: '1.1.2' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0' - testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.1', classifier: 'all' + testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.2', classifier: 'all' } task fortifyScan(type: JavaExec) {