This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new 425d445151 Improved: Update commons-text to 1.10.0 (OFBIZ-12700) 425d445151 is described below commit 425d4451516b289043f3a165c0056c81740e9dd2 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. Conflicts handled by hand in build.gradle To simplify future upgrades of main build.gradle I have decided to also backport geronimo-transaction (minor version) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b1886a3375..e63427fd74 100644 --- a/build.gradle +++ b/build.gradle @@ -215,8 +215,8 @@ 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-alpha2' // 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.geronimo.components:geronimo-transaction:3.1.4' + 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' implementation 'org.apache.logging.log4j:log4j-api:2.17.2' // the API of log4j 2