From fa056d3475c393a8fd5a063a39ee8eae3d55fc97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:58:40 +0000 Subject: [PATCH] Update dependency org.springframework.plugin:spring-plugin-core to v3 --- api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle b/api/build.gradle index d29726040..12a76f82c 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -137,7 +137,7 @@ dependencies { exclude group: 'uk.gov.hmcts.fees2.register.data.service.impl.IdamServiceImpl.class' } //Added this for spring boot upgrade as swagger was not working with the latest version. - implementation group: 'org.springframework.plugin', name: 'spring-plugin-core', version: '1.2.0.RELEASE' + implementation group: 'org.springframework.plugin', name: 'spring-plugin-core', version: '3.0.0' implementation(group: 'org.springframework.hateoas', name: 'spring-hateoas') { exclude(module: 'spring-plugin-core') }