From 61c42c265d089effacd04b7ab3bae61f03eee31e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:28:57 +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 688b03f82..e4debdb4d 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -132,7 +132,7 @@ dependencies { implementation group: 'com.github.hmcts.ccfr-fees-register-app', name: 'fees-register-model', version: '2.3.1' //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') }