[ofbiz-framework] branch trunk updated: Documented: why not upgrading org.jdom:jdom:1.1.3

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Documented: why not upgrading org.jdom:jdom:1.1.3

jleroux@apache.org
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 12bb748  Documented: why not upgrading org.jdom:jdom:1.1.3
12bb748 is described below

commit 12bb7489e3f9a285818bbd9fa5efb77ba5235beb
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun Dec 20 17:10:07 2020 +0100

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

diff --git a/build.gradle b/build.gradle
index b564a0e..86b20f8 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'
+    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
 
     testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3
     testImplementation 'org.mockito:mockito-core:3.6.28'