{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.4",
  "version" : 1,
  "metadata" : {
    "tools" : [
      {
        "vendor" : "OWASP Foundation",
        "name" : "CycloneDX Maven plugin",
        "version" : "2.7.10",
        "hashes" : [
          {
            "alg" : "MD5",
            "content" : "1cc7f6a0382f8bb2f758d6a6ea401d1b"
          },
          {
            "alg" : "SHA-1",
            "content" : "a4297947a1f2d7d453105db542651614bbd37f38"
          },
          {
            "alg" : "SHA-256",
            "content" : "bd0fdd8f2f2116eee5e715aeac1580f19eb7a10ec2b6f805b53567067658e872"
          },
          {
            "alg" : "SHA-512",
            "content" : "9cde8352a427e10b96cae01348fc7cfe5d4aa9cd0a5e5dd93b414ce3bb7d112993c3b3004e53af52567fbfa16de0704ec59a5556a635ad70571fd124ae389f39"
          },
          {
            "alg" : "SHA-384",
            "content" : "93d7bf5b5c735347edfbfbd66810273ca840f9a322b816d22d44c3d8e8255c09e86570bb23712aeb0cade0f478be5aeb"
          },
          {
            "alg" : "SHA3-384",
            "content" : "4467f16e9ca32190a6e49c65339eb28ee5e8c78f4e918fcf95128a4b7648898de56ccb43eacfad0c9391ef8cdb7d629a"
          },
          {
            "alg" : "SHA3-256",
            "content" : "ed2996c99b483e969221d5e9a40f562ea2ab85442d361d72a90e85266a3ed781"
          },
          {
            "alg" : "SHA3-512",
            "content" : "c8e6ea9ddc38edc77e284b3bf541663e84752bdc59ed1935799847a48a14ea2fa531b61008fefcba37d732a56702a11ac112437b9b80d18f4ecc8ef0ecfb32cf"
          }
        ]
      }
    ],
    "component" : {
      "group" : "io.dropwizard.metrics",
      "name" : "metrics-json",
      "version" : "4.2.23",
      "description" : "A set of Jackson modules which provide serializers for most Metrics classes.",
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.dropwizard.metrics/metrics-json@4.2.23?type=bundle",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://metrics.dropwizard.io/metrics-json"
        },
        {
          "type" : "distribution",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/dropwizard/metrics/issues/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/dropwizard/metrics/metrics-json/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.dropwizard.metrics/metrics-json@4.2.23?type=bundle"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "group" : "io.dropwizard.metrics",
      "name" : "metrics-core",
      "version" : "4.2.23",
      "description" : "Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d39055007f183ffbfc629b285ad882fd"
        },
        {
          "alg" : "SHA-1",
          "content" : "c2845d6c982cca81d403b4d2433da8ac250abf83"
        },
        {
          "alg" : "SHA-256",
          "content" : "3d2344250909a2196a36d5172a2c67bd6392bc3b2ee49c04b14c7cc8f8fb1068"
        },
        {
          "alg" : "SHA-512",
          "content" : "a54399a540d7e06cf672bb131790f909b2744a93d7373821535d79df486607cc651c036cb906857445b68f5a8ee1e78e55e16057b8bcba2a7fa42f3b762ee327"
        },
        {
          "alg" : "SHA-384",
          "content" : "0ecc5f1dbc4f0a36955ab0050dfa63648c9eabbc1bbabf8c94b362ee460fb7bcbfaa6358e8d661eb29f096e21a2e00f5"
        },
        {
          "alg" : "SHA3-384",
          "content" : "132ae9cf1a455237c892e3ba9cb43b2bc5230355eb270b62d718316a3140a75c9e6c83ef41d4ba494065ec341e29ade4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "174650f6e72750a6be022df1e6d299cf0a87343deae475f1f77027f158def25d"
        },
        {
          "alg" : "SHA3-512",
          "content" : "57657a02477d6a7e17f16437bd010bb284d89cb2751077ee07e64a27d7be82eeb7c7804a2abf67371ad7876da39cb14eb0809eb96dbc6e3bc0bbc64c681b8109"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.23?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://metrics.dropwizard.io/metrics-core"
        },
        {
          "type" : "distribution",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/dropwizard/metrics/issues/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/dropwizard/metrics/metrics-core/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.23?type=jar"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "slf4j-api",
      "version" : "1.7.36",
      "description" : "The slf4j API",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "872da51f5de7f3923da4de871d57fd85"
        },
        {
          "alg" : "SHA-1",
          "content" : "6c62681a2f655b49963a5983b8b0950a6120ae14"
        },
        {
          "alg" : "SHA-256",
          "content" : "d3ef575e3e4979678dc01bf1dcce51021493b4d11fb7f1be8ad982877c16a1c0"
        },
        {
          "alg" : "SHA-512",
          "content" : "f9b033fc019a44f98b16048da7e2b59edd4a6a527ba60e358f65ab88e0afae03a9340f1b3e8a543d49fa542290f499c5594259affa1ff3e6e7bf3b428d4c610b"
        },
        {
          "alg" : "SHA-384",
          "content" : "2b14ad035877087157e379d3277dcdcd79e58d6bdb147c47d29e377d75ce53ad42cafbf22f5fb7827c7e946ff4876b9a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3bc3110dafb8d5be16a39f3b2671a466463cd99eb39610c0e4719a7bf2d928f2ea213c734887c6926a07c4cca7769e4b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ba2608179fcf46e2291a90b9cbb4aa30d718e481f59c350cc21c73b88d826881"
        },
        {
          "alg" : "SHA3-512",
          "content" : "14c4edcd19702ef607d78826839d8a6d3a39157df54b89a801d3d3cbbe1307131a77671b041c761122730fb1387888c5ec2e46bdd80e1cb07f8f144676441824"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.slf4j.org"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/qos-ch/slf4j/slf4j-api"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
    },
    {
      "group" : "io.dropwizard.metrics",
      "name" : "metrics-healthchecks",
      "version" : "4.2.23",
      "description" : "An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production.",
      "scope" : "optional",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "14c3c00466c9cf623929e34c2df1ee69"
        },
        {
          "alg" : "SHA-1",
          "content" : "4eaceebd951a20aa556d566b139499da72a84c7b"
        },
        {
          "alg" : "SHA-256",
          "content" : "c30c5ea93f28275dab003374f27c73cf58667a252cc4cf1587a09ae2b2526bb2"
        },
        {
          "alg" : "SHA-512",
          "content" : "dd8c3f4807c05c842a218896d7578010c1068c2a504ecc4ecf8094d3cff6b1f62870110eb46963ad1d8c527dd317a087cdecf7c290ff665bcae21d5a341c083b"
        },
        {
          "alg" : "SHA-384",
          "content" : "4131cfed2565f27173c48b29fe382edc5b4325539eecbd90813a4825f401dae0905ea5d82bc6571091150d20b3eceebd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "da8451a5ec10aa601434d0441fc57f88d14595669c1992b04809a7635bc8c2ad56fca44e0dc9c9d1888f7b593a2fe48c"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b240400d702d36f52fa737bac04a53a7aefc270f3d2de06b74286241e5dc85ad"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f7b40bb806ccfb6c6da2b44b178b9e9414e7c11e7d9b88551327e3fc4754b4a1711c1a67f3986a52e58a0a43f6e618e3d25ed36ffff5e810e25dc5db3382c226"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.dropwizard.metrics/metrics-healthchecks@4.2.23?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://metrics.dropwizard.io/metrics-healthchecks"
        },
        {
          "type" : "distribution",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/dropwizard/metrics/issues/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/dropwizard/metrics/metrics-healthchecks/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.dropwizard.metrics/metrics-healthchecks@4.2.23?type=jar"
    },
    {
      "publisher" : "FasterXML",
      "group" : "com.fasterxml.jackson.core",
      "name" : "jackson-core",
      "version" : "2.12.7",
      "description" : "Core Jackson processing abstractions (aka Streaming API), implementation for JSON",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "e90114f7c87c241568606cc9e2c61cb1"
        },
        {
          "alg" : "SHA-1",
          "content" : "04669a54b799c105572aa8de2a1ae0fe64a17745"
        },
        {
          "alg" : "SHA-256",
          "content" : "3987a6a335046e226e56b81d69668fb5a91b155ea7fd96b0851adbb7d4ac1ca6"
        },
        {
          "alg" : "SHA-512",
          "content" : "cd40c6bd75e8901a0bd94a7f7334468addc0622e0ad6ecd93ff0b17acbf8e1e9644a8d065cc5716016aefa97244bc2cdd3c119828d3b55d12a87b375063ce04c"
        },
        {
          "alg" : "SHA-384",
          "content" : "1ae6da6fa9afe18b99c0a14e885e532b68c2666f9dbadb2e24972660a5e020d26b5f0aa40b5099a50e70191e66dfd7d6"
        },
        {
          "alg" : "SHA3-384",
          "content" : "99a1a0b75dfca0953ee3f26e39c9108698fac321d9f9373874eb868fc3e9a9be4a7d016f6ea32e707e9109646ca3dea4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "fd78c90d339163e3b28868610cb5b8f3a45dd999f0b67f79696ae738ca06d357"
        },
        {
          "alg" : "SHA3-512",
          "content" : "b889e7b796db4ffcc153c3a672fe8705be5e02ec8efffd2e99f47e534418bbfbcc03677954ff245ba7c1d11229ff20f8dec0883b6af82c461162868bafee841e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/FasterXML/jackson-core"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/FasterXML/jackson-core/issues"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/FasterXML/jackson-core"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7?type=jar"
    },
    {
      "publisher" : "FasterXML",
      "group" : "com.fasterxml.jackson.core",
      "name" : "jackson-databind",
      "version" : "2.12.7.1",
      "description" : "General data-binding functionality for Jackson: works on core streaming API",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "5c2dab5ceb80bddf3350ecc90bd99314"
        },
        {
          "alg" : "SHA-1",
          "content" : "48d6674adb5a077f2c04b42795e2e7624997b8b9"
        },
        {
          "alg" : "SHA-256",
          "content" : "3f504cac405ce066d5665ff69541484d5322f35ac7a7ec6104cf86a01008e02d"
        },
        {
          "alg" : "SHA-512",
          "content" : "16e718c25929fd608e9d4f59bbd345f8c5269b8f907e926d3312c8ce04298e7e5ee756a7e0ac214f9b181369af78047ff28d10c5ae6541480ff6ac288db92f22"
        },
        {
          "alg" : "SHA-384",
          "content" : "f008ce8248d957dbd249a4add4e4cf30290760915ddb289846779c63e5cd0eed76aaf70ebbcc6df8f2d946bd1063e575"
        },
        {
          "alg" : "SHA3-384",
          "content" : "6d1a4eda38144955fbc8dd914e81e9141057d26326fa474f21f5a2c8cf3da40ee782cdaea6bd8116242aba1e5f1662ab"
        },
        {
          "alg" : "SHA3-256",
          "content" : "f24430199c1760e6c97aa4d6c2f898895696cff33d10e2455273377b05284997"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6a7e1144ee7c540c87d6e5e023dd9980a2eb164c829625d0ae7ce1a2a87c7d366facb3545cf13dfad1ca8131c2d04df3153f018db8470dbf18b70e41bc6e6942"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://github.com/FasterXML/jackson"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/FasterXML/jackson-databind/issues"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/FasterXML/jackson-databind"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.1?type=jar"
    },
    {
      "publisher" : "FasterXML",
      "group" : "com.fasterxml.jackson.core",
      "name" : "jackson-annotations",
      "version" : "2.12.7",
      "description" : "Core annotations used for value types, used by Jackson data binding package.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a9f4e4700f6670614028753302a995ed"
        },
        {
          "alg" : "SHA-1",
          "content" : "2042461b754cd65ab2dd74a9f19f442b54625f19"
        },
        {
          "alg" : "SHA-256",
          "content" : "3cacef714a89f3d68b69fa11263afa55a6aa2fdef1fff93ded22caa16b54687c"
        },
        {
          "alg" : "SHA-512",
          "content" : "732e3b150cbbaf8b898776b5d6213247be30814f2fb587861caf6ae9460896d67522882e414a93b6c2b7390959878608bc7376962460cb8f15ef5fdb5ab086f7"
        },
        {
          "alg" : "SHA-384",
          "content" : "906f1f74d43e3a60f43ee957bafb5bc5750e933b6b71dac0c7125a56f5727a849062bb62f1c6ba789bef20fc5e68b7cb"
        },
        {
          "alg" : "SHA3-384",
          "content" : "dfa43e7f9d933181878ddc0af5f2a1dca00abee03a4d12e209df7ddb575c54fd96aa2e225296f706b7302b880e4efa85"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1b802bc3d40103e20dd970d49433edd2abd5a0698eb2fc75a9fc3f7e0c12f8ec"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e645dd454214afb69229a6fca35c6657c7a3dbf9f392b4505358d47e8352bd8ef074aa741d1a6acf61e269d318f568886a1676165937cdacb5d42f3113767a22"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://github.com/FasterXML/jackson"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/FasterXML/jackson-annotations/issues"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/FasterXML/jackson-annotations"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7?type=jar"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/io.dropwizard.metrics/metrics-json@4.2.23?type=bundle",
      "dependsOn" : [
        "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.23?type=jar",
        "pkg:maven/io.dropwizard.metrics/metrics-healthchecks@4.2.23?type=jar",
        "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7?type=jar",
        "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.23?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.dropwizard.metrics/metrics-healthchecks@4.2.23?type=jar",
      "dependsOn" : [
        "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.23?type=jar",
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.7.1?type=jar",
      "dependsOn" : [
        "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7?type=jar",
        "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.12.7?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.12.7?type=jar",
      "dependsOn" : [ ]
    }
  ]
}