From 108a3bf6181ab47980fc6221f5d80dee3fa5766e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:12:35 +0000 Subject: [PATCH] Update dependency com.github.hmcts:fortify-client to v1.4.6 (#1130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5580d1dfc..63b7d4964 100644 --- a/build.gradle +++ b/build.gradle @@ -260,7 +260,7 @@ dependencies { testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind testImplementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: versions.jacksonDatabind testImplementation group: 'io.github.openfeign', name: 'feign-core', version: versions.feign - testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.5', classifier: 'all' + testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.6', classifier: 'all' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junitJupiter testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok testAnnotationProcessor group: 'org.mapstruct', name: 'mapstruct-processor', version: versions.mapStruct @@ -275,7 +275,7 @@ dependencies { testIntegrationImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind testIntegrationImplementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: versions.jacksonDatabind testIntegrationImplementation group: 'io.github.openfeign', name: 'feign-core', version: versions.feign - testIntegrationImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.5' + testIntegrationImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.6' testIntegrationImplementation group: 'com.github.hmcts', name: 'probate-commons', version: versions.probateCommonsVersion testIntegrationImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junitJupiter testIntegrationRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junitJupiter