From 52c918ee599004efdf6390075d2f40ff4e4d0b7c Mon Sep 17 00:00:00 2001 From: neeta-hmcts <115545612+neeta-hmcts@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:08:07 +0100 Subject: [PATCH] Update build.gradle (#3196) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e9c6539b48..5882464b4f6 100644 --- a/build.gradle +++ b/build.gradle @@ -369,7 +369,7 @@ configurations.all { } dependencies { - implementation 'com.github.hmcts:civil-commons:10.20_10392' + implementation 'com.github.hmcts:civil-commons:1.0.21' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'