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

pgil 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 125f6231db Improved: Update commons-net to 3.9.0 (OFBIZ-12845)
125f6231db is described below

commit 125f6231db485d8e4866317c695f5ab8b68cb7c1
Author: Gil <gil.portensei...@nereide.fr>
AuthorDate: Fri Aug 18 15:49:07 2023 +0200

    Improved: Update commons-net to 3.9.0 (OFBIZ-12845)
    
    Update to last current release fixing CVE-2021-37533 (NET-711)
    
    https://lists.apache.org/thread/vys2q39lrkyqcyr7rhj9308c4rpq8kkm
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 302213317d..08703c2a16 100644
--- a/build.gradle
+++ b/build.gradle
@@ -224,7 +224,7 @@ dependencies {
     implementation 'com.thoughtworks.xstream:xstream:1.4.19'
     implementation 'commons-cli:commons-cli:1.5.0'
     implementation 'commons-fileupload:commons-fileupload:1.5'
-    implementation 'commons-net:commons-net:3.8.0'
+    implementation 'commons-net:commons-net:3.9.0'
     implementation 'commons-validator:commons-validator:1.7'
     implementation 'de.odysseus.juel:juel-impl:2.2.7'
     implementation 'javax.transaction:javax.transaction-api:1.3'

Reply via email to