From 3edf0c031547c2739ccb2408082eced52c13f71f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:03:12 +0000 Subject: [PATCH] Update dependency com.github.hmcts:idam-java-client to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e87bd5399..99c8fc2ad9 100644 --- a/build.gradle +++ b/build.gradle @@ -402,7 +402,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.3.0' // 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: 'idam-java-client', version: '4.0.0' 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: 'send-letter-client', version: '5.1.1'