<?xml version="1.0" encoding="UTF-8"?>
<bom serialNumber="urn:uuid:893b5d5f-b828-3865-9ef2-f433d4996d34" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
  <metadata>
    <timestamp>2025-10-24T11:49:12Z</timestamp>
    <lifecycles>
      <lifecycle>
        <phase>build</phase>
      </lifecycle>
    </lifecycles>
    <tools>
      <components>
        <component type="library">
          <author>OWASP Foundation</author>
          <group>org.cyclonedx</group>
          <name>cyclonedx-maven-plugin</name>
          <version>2.9.1</version>
          <description>CycloneDX Maven plugin</description>
          <hashes>
            <hash alg="MD5">9c7a565cf28cce58557d0c621c5ea4b1</hash>
            <hash alg="SHA-1">be882d5a22050bfa9d19090b1420c188617d0e1c</hash>
            <hash alg="SHA-256">698e0f37184a5b28c245c4065fd036dfce253b52f82fbb7113d81d36326cc249</hash>
            <hash alg="SHA-512">c0f0b11026858166f872a2eb54719492e5cecaa0bc9cd6b30b3ecb4a174eed220f4a1b5829d18d6734128e778d3cb3db7ffed177c92866133129cb29081814a0</hash>
            <hash alg="SHA-384">d80964707dfe5caca8c70521d5066f57589304c0a657e6fbc7c0614ea0fc7b3b3dbe7778361eee0f54ba111e9cb0ffcb</hash>
          </hashes>
        </component>
      </components>
    </tools>
    <component type="library" bom-ref="pkg:maven/org.xmlunit/xmlunit-matchers@2.11.0?type=jar">
      <publisher>XMLUnit</publisher>
      <group>org.xmlunit</group>
      <name>xmlunit-matchers</name>
      <version>2.11.0</version>
      <description>XMLUnit for Java Hamcrest Matchers</description>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.xmlunit/xmlunit-matchers@2.11.0?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://www.xmlunit.org/</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/xmlunit/xmlunit/issues</url>
        </reference>
        <reference type="mailing-list">
          <url>https://sourceforge.net/p/xmlunit/mailman/xmlunit-general/</url>
        </reference>
      </externalReferences>
    </component>
    <properties>
      <property name="maven.goal">makeBom</property>
      <property name="maven.scopes">compile,provided,runtime,system</property>
    </properties>
  </metadata>
  <components>
    <component type="library" bom-ref="pkg:maven/org.xmlunit/xmlunit-core@2.11.0?type=jar">
      <publisher>XMLUnit</publisher>
      <group>org.xmlunit</group>
      <name>xmlunit-core</name>
      <version>2.11.0</version>
      <description>XMLUnit for Java</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">424a3685f280f3b2f7134c736fa9caca</hash>
        <hash alg="SHA-1">85521d7f60fb599a4ac1bdec0d19628c3a264156</hash>
        <hash alg="SHA-256">50970e6069c21182689eb44ae9f8193970e080b6f37fc13f22aa4201cca2dfe4</hash>
        <hash alg="SHA-512">3d560e509a4d676c594c48be3ea67fad21420448a5849ff217ba29121b4697f9366c41162488c87375596c9c0f53dce7d4f05383940a390ba0f6736c660d8943</hash>
        <hash alg="SHA-384">0c4f9e867c405a0bbe64ebacf3d95f07994c784b4e8904b550824605b53bef0ea661380b3332cc39726599ab0ad49654</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.xmlunit/xmlunit-core@2.11.0?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://www.xmlunit.org/</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/xmlunit/xmlunit/issues</url>
        </reference>
        <reference type="mailing-list">
          <url>https://sourceforge.net/p/xmlunit/mailman/xmlunit-general/</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.hamcrest/hamcrest-core@1.3?type=jar">
      <group>org.hamcrest</group>
      <name>hamcrest-core</name>
      <version>1.3</version>
      <description>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">6393363b47ddcbba82321110c3e07519</hash>
        <hash alg="SHA-1">42a25dc3219429f0e5d060061f71acb49bf010a0</hash>
        <hash alg="SHA-256">66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9</hash>
        <hash alg="SHA-512">e237ae735aac4fa5a7253ec693191f42ef7ddce384c11d29fbf605981c0be077d086757409acad53cb5b9e53d86a07cc428d459ff0f5b00d32a8cbbca390be49</hash>
        <hash alg="SHA-384">4b5297d2a12cc32b824153afc83f1ba9f1869ca288330f0a2f759659d09e4c420eb6ba4a1efbfa0657b625edd41293d5</hash>
      </hashes>
      <licenses>
        <license>
          <id>BSD-3-Clause</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.hamcrest/hamcrest-core@1.3?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://github.com/hamcrest/JavaHamcrest/hamcrest-core</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/hamcrest/JavaHamcrest/hamcrest-core</url>
        </reference>
      </externalReferences>
    </component>
  </components>
  <dependencies>
    <dependency ref="pkg:maven/org.xmlunit/xmlunit-matchers@2.11.0?type=jar">
      <dependency ref="pkg:maven/org.xmlunit/xmlunit-core@2.11.0?type=jar"/>
      <dependency ref="pkg:maven/org.hamcrest/hamcrest-core@1.3?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/org.xmlunit/xmlunit-core@2.11.0?type=jar"/>
    <dependency ref="pkg:maven/org.hamcrest/hamcrest-core@1.3?type=jar"/>
  </dependencies>
</bom>
