<?xml version="1.0" encoding="UTF-8"?>
<bom serialNumber="urn:uuid:7f771587-8859-3dd6-bca0-104c586131c6" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
  <metadata>
    <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>
            <hash alg="SHA3-384">80bc3a275d9514bc457461ff52a72add8c7ecbbc01d8912efce57139016c544ee776981851be0a58fa977ab4221f703f</hash>
            <hash alg="SHA3-256">142317d6f245390f4fd2d0c100b16281b8dfc5c0c2cff86943bdcc97039cb699</hash>
            <hash alg="SHA3-512">af0fb9137c90b65d1a07f72e4d51ae509956cdb8800f35c961b037cdda1fe4a14ce3b496cef71ba85f1621affcfe29cd42704ae4191ff0b090a9602087c8997b</hash>
          </hashes>
        </component>
      </components>
    </tools>
    <component type="library" bom-ref="pkg:maven/tools.jackson.dataformat/jackson-dataformat-csv@3.1.3?type=jar">
      <publisher>FasterXML</publisher>
      <group>tools.jackson.dataformat</group>
      <name>jackson-dataformat-csv</name>
      <version>3.1.3</version>
      <description>Support for reading and writing CSV-encoded data via Jackson
abstractions.</description>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/tools.jackson.dataformat/jackson-dataformat-csv@3.1.3?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://github.com/FasterXML/jackson-dataformats-text</url>
        </reference>
        <reference type="distribution-intake">
          <url>https://central.sonatype.com/api/v1/publisher</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/FasterXML/jackson-dataformats-text/jackson-dataformat-csv</url>
        </reference>
      </externalReferences>
    </component>
    <properties>
      <property name="maven.goal">makeBom</property>
      <property name="maven.scopes">compile,provided,runtime,system</property>
      <property name="cdx:reproducible">enabled</property>
    </properties>
  </metadata>
  <components>
    <component type="library" bom-ref="pkg:maven/tools.jackson.core/jackson-databind@3.1.3?type=jar">
      <publisher>FasterXML</publisher>
      <group>tools.jackson.core</group>
      <name>jackson-databind</name>
      <version>3.1.3</version>
      <description>General data-binding functionality for Jackson: works on core streaming API</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">57e08713754997635873d2d96d796bbd</hash>
        <hash alg="SHA-1">469fb509fad328f7207adf2bc09e089d0a1b2633</hash>
        <hash alg="SHA-256">aeddf2462d4783a1b16f6ff1e242582a76edd9ccd69b6b6386905c65a4ec6077</hash>
        <hash alg="SHA-512">42606db627bb5c361110202ff9ca9ddd2fcc5fcb1a80c61822c9a854bec7f8230a7e10124f322cf8dcda8e980d696de1f08cdef9d53110ae7262e103aae80f96</hash>
        <hash alg="SHA-384">c4959794ee1bf086ce1adbcb8be234692b92fd22527729a9c2fe0e42de3d5a91ed733feaec5e372019e88008be99e3d1</hash>
        <hash alg="SHA3-384">c1b4e66ba2d6d4c889fe537065f9b908b56758e8f098ed79ec4cf8ed3a00269f8699b253b2c46537d00af6f958337707</hash>
        <hash alg="SHA3-256">82c412fc0a2e7adc2d2de10837522c40ad16443dab74d6254aac08923cb1fa95</hash>
        <hash alg="SHA3-512">1bf7cd64dbce4b71551014ede264ee70c33fb0bf919ced1fb0f76188b35374579c009becba90c8ab941decc58c3cecd79b3e4633e4c6178f247292e143892305</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/tools.jackson.core/jackson-databind@3.1.3?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://github.com/FasterXML/jackson</url>
        </reference>
        <reference type="distribution-intake">
          <url>https://central.sonatype.com/api/v1/publisher</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/FasterXML/jackson-databind/issues</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/FasterXML/jackson-databind</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.21?type=jar">
      <publisher>FasterXML</publisher>
      <group>com.fasterxml.jackson.core</group>
      <name>jackson-annotations</name>
      <version>2.21</version>
      <description>Core annotations used for value types, used by Jackson data binding package.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">e0d0c3e7300954f73e43c67d933aaea4</hash>
        <hash alg="SHA-1">b1bc1868bf02dc0bd6c7836257a036a331005309</hash>
        <hash alg="SHA-256">53ca085f4a150f703f49e1aabd935bd03b43e1ea3d55d135438292af22cef56b</hash>
        <hash alg="SHA-512">d832a99867acc2d5afb2596da760c50e6a6b54c1bbc8e6c4186f267a16e1d55c7a916ef8b034ad6b277c41e3342b91dcdc2e3dcea8bdccfe89e7c147894591be</hash>
        <hash alg="SHA-384">30b15d68f8da6f6c26aa9f6c95d09152b6c1a8092cd976cf600d63d1751509a73865f937e0ad97d8d55bf20f6a749b44</hash>
        <hash alg="SHA3-384">5205b51f6ed689cf31b58b98a61ca9e17a439c15d669dcb408ec4d430e77ac9ac57d39d5ca1f9973e8d184f6dd57ec4f</hash>
        <hash alg="SHA3-256">d6782d188a72b2bb96e4b595343e783012b3f98c30f7b9950244c21739334509</hash>
        <hash alg="SHA3-512">b648f1e9ffe818227d53fbde409e61858ac22d3f78705eaf08065587ed512c9b33b0f5e2222356bfb33fb2973bb5a3184e31d2a7099f8fc8d2fd23eb4612a4bf</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.21?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://github.com/FasterXML/jackson</url>
        </reference>
        <reference type="distribution-intake">
          <url>https://central.sonatype.com/api/v1/publisher</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/FasterXML/jackson-annotations/issues</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/FasterXML/jackson-annotations</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/tools.jackson.core/jackson-core@3.1.3?type=jar">
      <publisher>FasterXML</publisher>
      <group>tools.jackson.core</group>
      <name>jackson-core</name>
      <version>3.1.3</version>
      <description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">628dd1d8c7cc78043d6513bc9e85eea1</hash>
        <hash alg="SHA-1">2f1dbeb81fe57c51e660534d3678003e514c1eb7</hash>
        <hash alg="SHA-256">e85ded25f75d8dabef7aa09fc155ef616f0a97e96bef6615f7a7800c2a76c6ef</hash>
        <hash alg="SHA-512">544f507e138534d68712837a79a97fa53974f41480efb0f900872fb8035f2cf58a5bb9372a5d0ca7232895039fd5fe6632194ddfd25ba541fa3ad0ac56a6e9bf</hash>
        <hash alg="SHA-384">7c3bf4a6b970816249d76c6498f0e63e4d3684b84561012fd719869e3637434275f1490b783611e99cfce8694156d088</hash>
        <hash alg="SHA3-384">8eb67bb143942a7660109971e1fcb569374437ff2c7a5b4225e3a2af6eeb6c6b292111e5c9c99eed31bb78ff05b7622d</hash>
        <hash alg="SHA3-256">7cb8f3f53b5ca4b15c07d55a87262f549ae6bd75e2bb090d149952dbb7264da1</hash>
        <hash alg="SHA3-512">cb0e202ea48d86665e3d7051b553b97303fbd1ad83c2ebb2af23d380e9c55aecdc3d62cf96df4c87421a625b78a92892687d490d8dcdb20193720afa4de5cb38</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/tools.jackson.core/jackson-core@3.1.3?type=jar</purl>
      <externalReferences>
        <reference type="website">
          <url>https://github.com/FasterXML/jackson-core</url>
        </reference>
        <reference type="distribution-intake">
          <url>https://central.sonatype.com/api/v1/publisher</url>
        </reference>
        <reference type="issue-tracker">
          <url>https://github.com/FasterXML/jackson-core/issues</url>
        </reference>
        <reference type="vcs">
          <url>http://github.com/FasterXML/jackson-core</url>
        </reference>
      </externalReferences>
    </component>
  </components>
  <dependencies>
    <dependency ref="pkg:maven/tools.jackson.dataformat/jackson-dataformat-csv@3.1.3?type=jar">
      <dependency ref="pkg:maven/tools.jackson.core/jackson-databind@3.1.3?type=jar"/>
      <dependency ref="pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.21?type=jar"/>
      <dependency ref="pkg:maven/tools.jackson.core/jackson-core@3.1.3?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/tools.jackson.core/jackson-databind@3.1.3?type=jar">
      <dependency ref="pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.21?type=jar"/>
      <dependency ref="pkg:maven/tools.jackson.core/jackson-core@3.1.3?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.21?type=jar"/>
    <dependency ref="pkg:maven/tools.jackson.core/jackson-core@3.1.3?type=jar"/>
  </dependencies>
</bom>
