This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e195f26454 Improved: Upgrade to gradle 7.6 - support jdk 11 -> 17 
(OFBIZ-12400)
e195f26454 is described below

commit e195f26454c366e8355fee0f59c0f8b5598c0fdd
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Nov 30 14:57:49 2022 +0100

    Improved: Upgrade to gradle 7.6 - support jdk 11 -> 17 (OFBIZ-12400)
    
    Upgrades from Groovy from 2.5.18 to 3.0.13 needs an explicit dependency to
    commons-cli, here using last version (1.5.0)
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 87b8b897da..67c3a6d427 100644
--- a/build.gradle
+++ b/build.gradle
@@ -221,6 +221,7 @@ dependencies {
     implementation 'com.sun.mail:javax.mail:1.6.2'
     implementation 'com.rometools:rome:1.18.0'
     implementation 'com.thoughtworks.xstream:xstream:1.4.19'
+    implementation 'commons-cli:commons-cli:1.5.0'
     implementation 'commons-fileupload:commons-fileupload:1.4'
     implementation 'commons-net:commons-net:3.8.0'
     implementation 'commons-validator:commons-validator:1.7'

Reply via email to