From 890c496da66d06bf1ee2d0b8cc6829d815d30b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:38:10 +0000 Subject: [PATCH] Bump org.mustangproject:library from 2.8.0 to 2.23.0 Bumps [org.mustangproject:library](https://github.com/ZUGFeRD/mustangproject) from 2.8.0 to 2.23.0. - [Release notes](https://github.com/ZUGFeRD/mustangproject/releases) - [Changelog](https://github.com/ZUGFeRD/mustangproject/blob/master/History.md) - [Commits](https://github.com/ZUGFeRD/mustangproject/compare/core-2.8.0...core-2.23.0) --- updated-dependencies: - dependency-name: org.mustangproject:library dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 494351b9d4d..e80c4ad5985 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'org.jdom:jdom:1.1.3' // don't upgrade above 1.1.3, makes a lot of not obvious and useless complications, see last commits of OFBIZ-12092 for more implementation 'com.google.re2j:re2j:1.8' implementation 'xerces:xercesImpl:2.12.2' - implementation('org.mustangproject:library:2.8.0') { // 2.10.0 did not work, cf. OFBIZ-12920 (https://github.com/apache/ofbiz-framework/pull/712#issuecomment-1968960963) + implementation('org.mustangproject:library:2.23.0') { // 2.10.0 did not work, cf. OFBIZ-12920 (https://github.com/apache/ofbiz-framework/pull/712#issuecomment-1968960963) exclude group: 'pull-parser', module: 'pull-parser' exclude group: 'xpp3', module: 'xpp3' }