From 2439c25dff584547678c4fba7b5d5b05fe8408d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:03:02 +0000 Subject: [PATCH] Update dependency com.github.hmcts:ccd-case-document-am-client to v1.60.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e87bd5399..1cb1fc89ba 100644 --- a/build.gradle +++ b/build.gradle @@ -404,7 +404,7 @@ dependencies { // Compile-time only: needed for IdamApi.class reference in @EnableFeignClients (ccd-sdk's IdamClient depends on it). 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: 'ccd-case-document-am-client', version: '1.59.2' + implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.60.0' implementation group: 'com.github.hmcts', name: 'send-letter-client', version: '5.1.1' implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.8' implementation(group: 'com.github.hmcts', name: 'fees-java-client', version: '0.1.0') {