Skip to content

Commit

Permalink
Update dependency org.springframework.plugin:spring-plugin-core to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent e86d4c6 commit 3c1a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {

implementation group: 'com.github.hmcts', name: 'properties-volume-spring-boot-starter', version: '0.1.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')
}
Expand Down

0 comments on commit 3c1a17b

Please sign in to comment.