This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7ec11fe8bd Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0 (#1169)
7ec11fe8bd is described below
commit 7ec11fe8bd78c2f91818536b18de7ec552dfbc86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 00:57:18 2026 +0100
Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0 (#1169)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from
2.11.0 to 2.12.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.11.0...v2.12.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poi-ooxml/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 916e630e24..dbc2625c2a 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -126,7 +126,7 @@ dependencies {
testImplementation project(path:':poi-ooxml-lite-agent', configuration:
'archives')
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
testRuntimeOnly "org.jspecify:jspecify:${jspecifyVersion}"
- testImplementation 'org.xmlunit:xmlunit-core:2.11.0'
+ testImplementation 'org.xmlunit:xmlunit-core:2.12.0'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]