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 b39996e319f706eba48d289d8e8012d7b1136ced
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Dec 3 09:33:08 2024 +0100

    Improved: Update Apache Commons DBCP to 2.13.0 (OFBIZ-13188)
    
    https://lists.apache.org/thread/zfbsdg6jvc1j5njgk89lvxyzr2nqyxy9
    
    It compiles now, tested with "cleanData loadAll" and UI loading
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 5b80f58aac..ae9e8a39a6 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -44,7 +44,7 @@ dependencies {
     implementation 'org.apache.ant:ant-junit:1.10.14'
     implementation 'org.apache.commons:commons-collections4:4.4'
     implementation 'org.apache.commons:commons-csv:1.10.0'
-    implementation 'org.apache.commons:commons-dbcp2:2.10.0'// 2.11.0 does not 
compile.
+    implementation 'org.apache.commons:commons-dbcp2:2.13.0'
     implementation 'org.apache.commons:commons-imaging:1.0-alpha3' // Alpha 
but OK, "Imaging was working and was used by a number of projects in production 
even before reaching its initial release as an Apache Commons component." Since 
1.0.0-alpha4 (note the use of semver) the API has changed. Better wait an 
"official release" to rewrite OFBiz code...
     implementation 'org.apache.commons:commons-text:1.11.0'
     implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5' 
// 4.0.0 does not compile

Reply via email to