hmcts / sscs-case-loader

Loader service for HMCTS Cases
MIT License
4 stars 1 forks source link

Fixup gradle file #1481

Closed timja closed 1 year ago

timja commented 1 year ago

I compared dependency versions between this and https://github.com/hmcts/sscs-tribunals-case-api/blob/master/build.gradle using:

./gradlew -q dependencies --configuration runtimeClasspath

I noticed a lot of inconsistencies across versions. I don't know exactly what fixed it although I suspect it's the dependency management on openfeign. I would rather not look for a minimal fix as all these fixes should be useful I think.