This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.25.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a1e0b94249f683b41b8c331847b05e11f160fcba Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jun 24 05:40:51 2025 +0000 Update `org.xmlunit:xmlunit-core` to version `2.10.3` (#3767) Co-authored-by: ASF Logging Services RM <priv...@logging.apache.org> --- log4j-parent/pom.xml | 2 +- src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index c8aa805c8d..a0b8f4b019 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -138,7 +138,7 @@ <system-stubs.version>2.0.3</system-stubs.version> <velocity.version>1.7</velocity.version> <wiremock.version>2.35.2</wiremock.version> - <xmlunit.version>2.10.2</xmlunit.version> + <xmlunit.version>2.10.3</xmlunit.version> <xz.version>1.10</xz.version> <zstd.version>1.5.7-3</zstd.version> diff --git a/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml b/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml new file mode 100644 index 0000000000..e00bd7e154 --- /dev/null +++ b/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="https://logging.apache.org/xml/ns" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="updated"> + <issue id="3767" link="https://github.com/apache/logging-log4j2/pull/3767"/> + <description format="asciidoc">Update `org.xmlunit:xmlunit-core` to version `2.10.3`</description> +</entry>