From 4d25b64735c440594f01d37802aaf1b31e46dcb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:49:27 +0000 Subject: [PATCH] Update dependency com.github.hmcts:idam-java-client to v1.5.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e6004db..822170e7 100644 --- a/build.gradle +++ b/build.gradle @@ -186,7 +186,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json' implementation group: 'org.springframework', name: 'spring-context-support' - implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '1.0.2' + implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '1.5.5' implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '3.0.0' implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2' implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'