This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 7a36dfe031 Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#934)
7a36dfe031 is described below
commit 7a36dfe031726c8a0259a3dd016dd14c05d10fcb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 15:25:32 2025 +0100
Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#934)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from
2.10.4 to 2.11.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.10.4...v2.11.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
dependency-version: 2.11.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 43958237e6..f50320e02c 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -125,7 +125,7 @@ dependencies {
testImplementation project(path:':poi', configuration:'tests')
testImplementation project(path:':poi-ooxml-lite-agent', configuration:
'archives')
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
- testImplementation 'org.xmlunit:xmlunit-core:2.10.4'
+ testImplementation 'org.xmlunit:xmlunit-core:2.11.0'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]