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 Jul 18, 2024
1 parent 2050387 commit f2ba7d7
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 @@ -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')
}
Expand Down

0 comments on commit f2ba7d7

Please sign in to comment.