From 584162dbd49c882516a650a9b9d2f312c6c63b22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:09:33 +0000 Subject: [PATCH] Update dependency com.github.hmcts:fortify-client to v1.4.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f7c12b94..433c25789 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.3', classifier: 'all' } task fortifyScan(type: JavaExec) {