From e8354c4c9d3ebfb08a0dda9f33b783943c931b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:53:45 +0000 Subject: [PATCH] Update dependency com.github.hmcts:doc-assembly-client to v2.2.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fad90c64f8..d908a1bcba 100644 --- a/build.gradle +++ b/build.gradle @@ -391,7 +391,7 @@ dependencies { implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '8.0.0' implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '5.2.0' implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.5' - implementation group: 'com.github.hmcts', name: 'doc-assembly-client', version: '2.2.0' + implementation group: 'com.github.hmcts', name: 'doc-assembly-client', version: '2.2.2' implementation(group: 'com.github.hmcts', name: 'fees-java-client', version: '0.1.0') { exclude group: 'uk.gov.hmcts.reform', module: 'java-logging' }