From 545a8cef6913a5fc5883dd92396a745870c27712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:08:02 +0000 Subject: [PATCH] Bump com.github.hmcts:idam-java-client from 1.0.2 to 3.0.0 Bumps [com.github.hmcts:idam-java-client](https://github.com/hmcts/idam-java-client) from 1.0.2 to 3.0.0. - [Release notes](https://github.com/hmcts/idam-java-client/releases) - [Commits](https://github.com/hmcts/idam-java-client/compare/1.0.2...3.0.0) --- updated-dependencies: - dependency-name: com.github.hmcts:idam-java-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c26708c..183125f 100644 --- a/build.gradle +++ b/build.gradle @@ -185,7 +185,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: '3.0.0' 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.7.3'