diff --git a/build.gradle b/build.gradle index a700e8c37..daef93944 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ subprojects { dependencies { implementation project(':bar-api') - testImplementation 'com.github.hmcts:fortify-client:1.4.1:all' + testImplementation 'com.github.hmcts:fortify-client:1.4.6:all' } task fortifyScan(type: JavaExec) {