This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 38a726ce2b Bump org.mustangproject:library from 2.22.0 to 2.24.0
38a726ce2b is described below
commit 38a726ce2b89c47d5bac0ed79f585fd1f2cf09df
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 13:36:53 2026 +0000
Bump org.mustangproject:library from 2.22.0 to 2.24.0
Bumps
[org.mustangproject:library](https://github.com/ZUGFeRD/mustangproject) from
2.22.0 to 2.24.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.22.0...core-2.24.0)
---
updated-dependencies:
- dependency-name: org.mustangproject:library
dependency-version: 2.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index a0696c3c23..2afd1bf142 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -88,7 +88,7 @@ dependencies {
implementation 'org.jdom:jdom2:2.0.6.1'
implementation 'com.google.re2j:re2j:1.8'
implementation 'xerces:xercesImpl:2.12.2'
- implementation('org.mustangproject:library:2.22.0') {
+ implementation('org.mustangproject:library:2.24.0') {
exclude group: 'pull-parser', module: 'pull-parser'
exclude group: 'xpp3', module: 'xpp3'
}