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 9fc599e479 Improved: Update commons-text to 1.10.0 (OFBIZ-12700) 9fc599e479 is described below commit 9fc599e479798c93567c5269a54125b89fcaa082 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Oct 7 15:10:26 2022 +0200 Improved: Update commons-text to 1.10.0 (OFBIZ-12700) See https://lists.apache.org/thread/rqrdmp7mg6kz2hrl8gdwp0yw6qzokq3r for details. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 677150c13f..91b01fd666 100644 --- a/build.gradle +++ b/build.gradle @@ -222,7 +222,7 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.9.0' implementation 'org.apache.commons:commons-dbcp2:2.9.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.9' + implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5' implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'