[ 
https://issues.apache.org/jira/browse/OFBIZ-10213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471114#comment-17471114
 ] 

ASF subversion and git services commented on OFBIZ-10213:
---------------------------------------------------------

Commit c3a6636e40fb937c66ab82ad1f7169e9440f7397 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c3a6636 ]

Improved: Use gradlew npm_outdated gradle-node-plugin taks to check outdated 
scripts (OFBIZ-12480)

I just tried g npm_outdated undocumented Gradle task and got this result*:

> Task :npm_outdated
Package         Current  Wanted  Latest  Location
dompurify         2.3.3   2.3.4   2.3.4  ofbiz-framework
jquery            3.5.1   3.6.0   3.6.0  ofbiz-framework
jquery-migrate    3.3.1   3.3.2   3.3.2  ofbiz-framework
jquery-ui-dist   1.12.1  1.13.0  1.13.0  ofbiz-framework

This updates accordingly. I keep this task open as an umbrella tasks for similar
subtasks in future like we have OFBIZ-10213


> Update build.gradle to the latest dependencies
> ----------------------------------------------
>
>                 Key: OFBIZ-10213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10213
>             Project: OFBiz
>          Issue Type: Task
>          Components: Gradle
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>         Attachments: OFBIZ-10213.patch, OFBIZ-10213.patch, OFBIZ-10213.patch
>
>
> h2. 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 
> |https://github.com/ben-manes/gradle-versions-plugin] which analyzes the 
> dependencies and checks if there are newer versions available.
> Running the check with
> {code:java}
> gradlew -PenableDependencyUpdates dependencyUpdates -Drevision=release
> {code}
> 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



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to