Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovateprs #36

Merged
merged 11 commits into from
Jul 20, 2023
Next Next commit
Update dependency com.github.hmcts:ccd-client to v4.9.2 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2023
commit 2b3efca6c383e553007cdb41a79f3d203303b220
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.6'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core', version: '3.1.6'

implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.1'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.2'

implementation "org.mapstruct:mapstruct:${mapstructVersion}"
implementation "org.projectlombok:lombok:${lombokVersion}"
Expand Down