diff --git a/api/build.gradle b/api/build.gradle index 6c6979da4..a73ea5e71 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') }