Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This came up during (the review of) FINERACT-797:
The Spring Boot BOM uses OkHTTP v3, whereas Fineract currently has a fixed 2.0.0.
The goal of this issue would be to drop the version number of OkHTTP in Fineract's Gradle dependencies list, so that we simply inherit whichever (latest) one our use of Spring Boot BOM, introduced in FINERACT-797, gives us.
It's possible that the change from OkHTTP v2 to v3 requires some code changes (not checked).
Attachments
Issue Links
- is blocked by
-
FINERACT-797 Use Spring Boot BOM to avoid maintaining version numbers in dependencies.gradle
- Resolved
- is required by
-
FINERACT-963 Upgrade about 15 of our 3rd-party libraries to their latest versions
- Resolved
- links to