aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-20 14:12:15 +0000
committerGitHub <noreply@github.com>2025-06-20 14:12:15 +0000
commit72a7a09e1c54d4a170135b95b05ccd1b545f32c4 (patch)
tree6128b21e3c7416a1186508ac28e53e8cc612a3f9
parentc784266438a28d8e1868242bc261961b894fe3c8 (diff)
downloadpoi-dependabot/gradle/org.xmlunit-xmlunit-core-2.10.3.tar.gz
poi-dependabot/gradle/org.xmlunit-xmlunit-core-2.10.3.zip
Bump org.xmlunit:xmlunit-core from 2.10.2 to 2.10.3dependabot/gradle/org.xmlunit-xmlunit-core-2.10.3
--- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--poi-ooxml/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index f90d6a5cb8..a09056cfdb 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -114,7 +114,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.2'
+ testImplementation 'org.xmlunit:xmlunit-core:2.10.3'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'