From b28f98e64e49e9e7ae234f7b59d88c1f14c1b0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:52:05 +0000 Subject: [PATCH] Bump com.github.hmcts:ccd-client from 4.9.2 to 5.0.3 Bumps [com.github.hmcts:ccd-client](https://github.com/hmcts/ccd-client) from 4.9.2 to 5.0.3. - [Release notes](https://github.com/hmcts/ccd-client/releases) - [Commits](https://github.com/hmcts/ccd-client/compare/4.9.2...5.0.3) --- updated-dependencies: - dependency-name: com.github.hmcts:ccd-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 cdc7dda7..0e47206e 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ dependencies { implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0' implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2' implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3' - implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.2' + implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3' implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'