From 57761b2cee6ae12f0e6b13761fc31b391e9e3e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:38:35 +0000 Subject: [PATCH] Bump org.apache.commons:commons-imaging from 1.0-alpha3 to 1.0.0-alpha6 Bumps org.apache.commons:commons-imaging from 1.0-alpha3 to 1.0.0-alpha6. --- updated-dependencies: - dependency-name: org.apache.commons:commons-imaging dependency-version: 1.0.0-alpha6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 7f3037acb2..cb3283c8a7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.5.0' implementation 'org.apache.commons:commons-csv:1.14.1' implementation 'org.apache.commons:commons-dbcp2:2.14.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-imaging:1.0.0-alpha6' // 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.15.0' implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5' // 4.0.0 does not compile implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'