[ https://issues.apache.org/jira/browse/OFBIZ-13194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905674#comment-17905674 ]
ASF subversion and git services commented on OFBIZ-13194: --------------------------------------------------------- Commit 610e2497588f74930a5a67f4f867e9511c00f3be in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=610e249758 ] Improved: Update build.gradle to the latest dependencies (OFBIZ-13194) Thanks to previous precious Danny Trunk's work at OFBIZ-13123, this time the effort was not too hard. There are 2 aspects: 1) In build.gradle: Uses <<version "latest.release">> for plugins following https://docs.gradle.org/7.0/release-notes.html#using-dynamic-versions-in-the-plugins-block Updates junitReport to 'org.apache.ant:ant-junit:1.10.15' checkstyle to toolVersion = '10.20.2' Adds a commented out "useLatestVersions" section. Commented out because I tried to use the recommended useLatestVersions and useLatestVersionsCheck ie gradlew -PenableDependencyUpdates useLatestVersions && gradlew -PenableDependencyUpdates useLatestVersionsCheck and got an issue: Execution failed for task ':useLatestVersionsCheck' Maybe because of: Failed to determine the latest version for the following dependencies - org.apereo.cas:cas-server-support-ldap-core - org.safehaus.jug:jug This said it was useful, could be more if we complete the "useLatestVersions" section 2) In Dependencies the "standard" updates with new comments when needed ie removing or commenting issues in code with the help of useLatestVersions feature > Update build.gradle to the latest dependencies > ---------------------------------------------- > > Key: OFBIZ-13194 > URL: https://issues.apache.org/jira/browse/OFBIZ-13194 > Project: OFBiz > Issue Type: Sub-task > Components: Gradle > Affects Versions: Upcoming Branch > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Upcoming Branch > > -- This message was sent by Atlassian Jira (v8.20.10#820010)