You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/12/25 15:19:50 UTC

[ofbiz-framework] 01/03: Documented: why not upgrading org.jdom:jdom:1.1.3

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

commit 1cc035db22dff7ddb038c09207d614affacdc589
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Dec 20 17:10:07 2020 +0100

    Documented: why not upgrading org.jdom:jdom:1.1.3
    
    Better comment
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 86b20f8..b6e38b9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -202,7 +202,7 @@ dependencies {
     implementation 'oro:oro:2.0.8'
     implementation 'wsdl4j:wsdl4j:1.6.3'
     implementation 'com.auth0:java-jwt:3.11.0'
-    implementation 'org.jdom:jdom:1.1.3' // don't upgrade above, makes a lot of not obvious and useless complications, see last commit of OFBIZ-12092 for more
+    implementation 'org.jdom:jdom:1.1.3' // don't upgrade above 1.1.3, makes a lot of not obvious and useless complications, see last commits of OFBIZ-12092 for more
 
     testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3
     testImplementation 'org.mockito:mockito-core:3.6.28'