Details
-
Task
-
Status: In Progress
-
Trivial
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
Description
This is an umbrella task for its action subtasks, please do not close, thanks.
We want to check from time to time if we need to update the dependencies.
It's easily done with the gradle-versions-plugin which analyzes the dependencies and checks if there are newer versions available.
Running the check with
gradlew -PenableDependencyUpdates dependencyUpdates -Drevision=release
We get a list of dependencies to update.
We have problems with a number of libs. We keep comments in the main build.gradle for special updating issues. Be sure to check the main build.gradle. Some Java classes need internal versions update too:
Also Solr et Lucene should use the same version, luceneMatchVersion should be updated in solrconfig.xml
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-12171 Handling the JCenter shutdown
- Closed