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 252ffea5a4 Improved: Updates commons-dbcp2 from 2.9.0 to 2.10.0
252ffea5a4 is described below

commit 252ffea5a4594dbe52e14a5fa06da359a4789562
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Sep 6 18:16:42 2023 +0200

    Improved: Updates commons-dbcp2 from 2.9.0 to 2.10.0
    
    Cf. 
https://commons.apache.org/proper/commons-dbcp/changes-report.html#a2.10.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0111a46362..86ae326e8b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -233,7 +233,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.9.0'
+    implementation 'org.apache.commons:commons-dbcp2:2.10.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."
     implementation 'org.apache.commons:commons-text:1.10.0'
     implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5'

Reply via email to