From 8a33d803eeb030c216344691b529f05fc318d341 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:13:30 +0000 Subject: [PATCH] Update plugin uk.gov.hmcts.java to v0.12.64 (#665) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36f65f1e..87da9ec0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { Applies analysis tools including checkstyle and OWASP Dependency checker. See https://github.com/hmcts/gradle-java-plugin */ - id 'uk.gov.hmcts.java' version '0.12.63' + id 'uk.gov.hmcts.java' version '0.12.64' } group = 'uk.gov.hmcts.reform'