{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.4",
  "serialNumber" : "urn:uuid:828c00b3-a3dd-3bbb-b0da-c7f36f42c4d2",
  "version" : 1,
  "metadata" : {
    "tools" : [
      {
        "vendor" : "OWASP Foundation",
        "name" : "CycloneDX Maven plugin",
        "version" : "2.7.11",
        "hashes" : [
          {
            "alg" : "MD5",
            "content" : "a70e8b649ab4a2bb7922d360173c8237"
          },
          {
            "alg" : "SHA-1",
            "content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
          },
          {
            "alg" : "SHA-256",
            "content" : "70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
          },
          {
            "alg" : "SHA-512",
            "content" : "bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
          },
          {
            "alg" : "SHA-384",
            "content" : "3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
          },
          {
            "alg" : "SHA3-384",
            "content" : "ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
          },
          {
            "alg" : "SHA3-256",
            "content" : "b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
          },
          {
            "alg" : "SHA3-512",
            "content" : "935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
          }
        ]
      }
    ],
    "component" : {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd@7.0.0?type=pom",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd@7.0.0?type=pom"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeAggregateBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-core",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-core/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-core"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?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"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "jul-to-slf4j",
      "version" : "1.7.36",
      "description" : "JUL to SLF4J bridge",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2a3fe73e6cafe8f102facaf2dd65353f"
        },
        {
          "alg" : "SHA-1",
          "content" : "ed46d81cef9c412a88caef405b58f93a678ff2ca"
        },
        {
          "alg" : "SHA-256",
          "content" : "9e641fb142c5f0b0623d6222c09ea87523a41bf6bed48ac79940724010b989de"
        },
        {
          "alg" : "SHA-512",
          "content" : "0bb1e7343d07d41bcfb0c1ffeb2db28cbb35e7a80a409b80042f463b082a292976f09d719e319471e31c7bab716121728a16509fd385fc6e3b400b1b214cffea"
        },
        {
          "alg" : "SHA-384",
          "content" : "50e2f326fc00537a5fb3726c7c55556851b3be8b4346f522f27ddecf2fdb44adabae3197b30ccfd854c37d6734adbd8f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4ad0c3870852ac44530a9dcb992d947cd8708ee6f422559da41aaaa8b22d1610fb116b32d2c54df83b110b85487083bf"
        },
        {
          "alg" : "SHA3-256",
          "content" : "8e3f5aaaa27f618b52e610376d2a16c6f9dc8dce5e6c2bbe42131a590626aae6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e3da265406b5e69f02235ed7272a48f71cb8b6f0a696820e28e90fb5eafeeb311abf2a4e779b402f384c6a80470fd41116ee52a526f57040fae3b24cb3b19c01"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/jul-to-slf4j@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/jul-to-slf4j"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?type=jar"
    },
    {
      "publisher" : "ANTLR",
      "group" : "org.antlr",
      "name" : "antlr4-runtime",
      "version" : "4.9.3",
      "description" : "The ANTLR 4 Runtime",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "718f199bafa6574ffa1111fa3e10276a"
        },
        {
          "alg" : "SHA-1",
          "content" : "81befc16ebedb8b8aea3e4c0835dd5ca7e8523a8"
        },
        {
          "alg" : "SHA-256",
          "content" : "131a6594969bc4f321d652ea2a33bc0e378ca312685ef87791b2c60b29d01ea5"
        },
        {
          "alg" : "SHA-512",
          "content" : "2c3763a8fbc7af110df5d6bb57692759b23e8bf961a53694c69bde4cd9d8c3a8eaa55cf376ce34c6c4e2035a99d7abf08c6ffa3b75d18a6d93a9c1ca95927ea8"
        },
        {
          "alg" : "SHA-384",
          "content" : "62a62dab4a27733a810b97fe5544eb1b5b25d2df83ea8d93802cb0e6fd1b4b3ca5a130c51aa9198deefc30cd0f062841"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e2919d471a5b4fa318cd34d4a9fa5a9e1fa4ed37e0ee34c72031f950c447c16df828cbe96635e525859153080b97510b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "70c29f56fa10bfccfd47623ca6e9d3625e1b81da7b0e57269def1d6f84c5cd6e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "1a80c6cc4e5cd8e1455717e6d9fc3ab7937eb23f907e4189358f4b2f3eb14475689c02a8258419f6956feaf6da0c0c5cdcfb9300f91efef2f5bfbabac092386c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.antlr.org/antlr4-runtime"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/antlr/antlr4/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/antlr/antlr4/tree/master/antlr4-runtime"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
    },
    {
      "publisher" : "Saxonica",
      "group" : "net.sf.saxon",
      "name" : "Saxon-HE",
      "version" : "10.9",
      "description" : "The XSLT and XQuery Processor",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "740e4be2bcc850c1dfd6fcd6f98b02e5"
        },
        {
          "alg" : "SHA-1",
          "content" : "6f58027cfb90638c4bd3bb10c8b38eee8d315026"
        },
        {
          "alg" : "SHA-256",
          "content" : "491d8edf4ec811d15c2b2417b007218b9b938f15e4dfbad004025beb4e70e960"
        },
        {
          "alg" : "SHA-512",
          "content" : "b3b2ca11e29140a4ed4ca8fff4e3cfdeeacadf37034a26fb06237e4ecb2a9be58c2209a3f1b5beffbbe78a1a91cb4eb836359c19b56d3040ee90187da6d4a885"
        },
        {
          "alg" : "SHA-384",
          "content" : "cb4d3076857911534b0c0d9caef5fc04fc0169874a7222a85942baac1f4123dee5c631c7605de7424a57455148498e6a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "76571b665ab1099ab7639eea49af41898be34bb56c8e0715eb2823753a3aae43951d1c0653283e295993a83135eae223"
        },
        {
          "alg" : "SHA3-256",
          "content" : "8924bdd777efec06450d8509918767e004bd5c598675624337855ea939bb681b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "61f77333f472a90534d17893a2c8f6ffe9b8907759e0a5f308165a3d5eaaace53b0a298e24c6163745d6825df16f63c65811d59d201f68c5f9758672a9ca59cf"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MPL-2.0-no-copyleft-exception",
            "url" : "https://www.mozilla.org/MPL/2.0/"
          }
        }
      ],
      "purl" : "pkg:maven/net.sf.saxon/Saxon-HE@10.9?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.saxonica.com/"
        },
        {
          "type" : "vcs",
          "url" : "https://saxonica.plan.io/projects/saxonmirrorhe/repository"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sf.saxon/Saxon-HE@10.9?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.commons",
      "name" : "commons-lang3",
      "version" : "3.14.0",
      "description" : "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4e5c3f5e6b0b965ef241d7d72ac8971f"
        },
        {
          "alg" : "SHA-1",
          "content" : "1ed471194b02f2c6cb734a0cd6f6f107c673afae"
        },
        {
          "alg" : "SHA-256",
          "content" : "7b96bf3ee68949abb5bc465559ac270e0551596fa34523fddf890ec418dde13c"
        },
        {
          "alg" : "SHA-512",
          "content" : "0338b50767166e5746ada6d6aa2e071e7221d699323bfb629f7f204b294c1dc4cad140610a129ed751798443b43e74e0818989c7df7d33c5915aa29742be9ba8"
        },
        {
          "alg" : "SHA-384",
          "content" : "908d0a22dc17aaa04caa5104cff7cad5b88b77eecb78dd5b3b3fefa22ff71ac50a4fb9e31c897ac243f9d841e4b3453d"
        },
        {
          "alg" : "SHA3-384",
          "content" : "8a7f2e061b998780870eddd571620fbf3d3c70bcb54e24539d0db504f59d65bc6bda58136284498babe29fcc5eabb7a6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "022bf1f8039fcea717e9e34dd96eb80cfff05b43c9cbb76e9739b2421e2d027c"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0bcbc4edce974ea970c46e2da12ec98d9fd962c2cf64f757ac97136dec5623ca52af0c225895303c17ffabb57090e6772d7bd326d5e7438cef5454f8bbaeecfa"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://commons.apache.org/proper/commons-lang/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/apache/commons-parent/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/jira/browse/LANG"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/commons-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://gitbox.apache.org/repos/asf?p=commons-lang.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
    },
    {
      "publisher" : "OW2",
      "group" : "org.ow2.asm",
      "name" : "asm",
      "version" : "9.6",
      "description" : "ASM, a very small and fast Java bytecode manipulation framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "6f8bccf756f170d4185bb24c8c2d2020"
        },
        {
          "alg" : "SHA-1",
          "content" : "aa205cf0a06dbd8e04ece91c0b37c3f5d567546a"
        },
        {
          "alg" : "SHA-256",
          "content" : "3c6fac2424db3d4a853b669f4e3d1d9c3c552235e19a319673f887083c2303a1"
        },
        {
          "alg" : "SHA-512",
          "content" : "01a5ea6f5b43bf094c52a50e18325a60af7bb02e74d24f9bc2c727d43e514578fd968b30ff22f9d2720caec071458f9ff82d11a21fbb1ebc42d8203e737c4b52"
        },
        {
          "alg" : "SHA-384",
          "content" : "80e0a92442db343baea7bab9bb1d0b7037c98d6aa54172820b21ea45e51dfea42b7670aa39e938d0f88ad4466004a19a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "98a43a49425054d14574e75aa034e3758b8f0ac382c705773cd80be4065df6b198ba106f443d1d389a8d2a027586f122"
        },
        {
          "alg" : "SHA3-256",
          "content" : "df966c1a8edf2f5dc378e60468399b60d9d27481241462b75a61033b06f95578"
        },
        {
          "alg" : "SHA3-512",
          "content" : "5f2cfa6ca6e369f5e94861652da88c12c0554ea4aa0c8472393011aacadeda2309d00d9817417debac5d1c4e01bb9584cb9c438eff63bd10ed89666bb9cffed7"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.ow2.asm/asm@9.6?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://asm.ow2.io/"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.ow2.org/nexus/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://gitlab.ow2.org/asm/asm/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail.ow2.org/wws/arc/asm/"
        },
        {
          "type" : "vcs",
          "url" : "https://gitlab.ow2.org/asm/asm/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.ow2.asm/asm@9.6?type=jar"
    },
    {
      "group" : "com.google.code.gson",
      "name" : "gson",
      "version" : "2.10.1",
      "description" : "Gson JSON library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "df6097815738cb31fc56391553210843"
        },
        {
          "alg" : "SHA-1",
          "content" : "b3add478d4382b78ea20b1671390a858002feb6c"
        },
        {
          "alg" : "SHA-256",
          "content" : "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593"
        },
        {
          "alg" : "SHA-512",
          "content" : "7503e4b8d05c6cc0ecb3a94c5a2e070e049083a441003a79a0cdf474f4286699b4ba1d2a655ddabb8ba10c50e7c36a7045cccdaee465166d4630db647aba2727"
        },
        {
          "alg" : "SHA-384",
          "content" : "48a4786bd6e1867f058ee4fb676fc82d9d9f64a6d7420d4a47ae2398504c9de73222636614aeb4a9fbf10ee143d72226"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3df9a0332c2766124fe7c915cfea665d2e318ccaa7212415fabd9e93e6eb77de538725fd2ef313cde46f6d814c9566ea"
        },
        {
          "alg" : "SHA3-256",
          "content" : "d3374006d76d4f9acdf3d3a1a4f47899570f52442b2188f80c09a74f22139ecb"
        },
        {
          "alg" : "SHA3-512",
          "content" : "2b10c2f4fe39d8712b430ff171823d7172c0a06685c1eb7de511e90159cec0e094fb2a9b50b747c5b039cb10f1fce9edf82ecbf9c47f76a6f31c4e3cb7586cce"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/gson/gson"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/gson/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/gson/gson/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar"
    },
    {
      "group" : "org.checkerframework",
      "name" : "checker-qual",
      "version" : "2.11.1",
      "description" : "Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "936884d7b04ee8f064df137bcdfe470d"
        },
        {
          "alg" : "SHA-1",
          "content" : "8c43bf8f99b841d23aadda6044329dad9b63c185"
        },
        {
          "alg" : "SHA-256",
          "content" : "015224a4b1dc6de6da053273d4da7d39cfea20e63038169fc45ac0d1dc9c5938"
        },
        {
          "alg" : "SHA-512",
          "content" : "aa541c66272d8f5320849cafadaadfa36a9fcf169e103e01fe1e77292e91670e254e405d3ca9aa7ad47ff04894e9474fe388c68e5da24c0638e8b77c0ef880c0"
        },
        {
          "alg" : "SHA-384",
          "content" : "74e08672ea70930e8bcbc3883a8d0732d20324bb6e0c7a58c1be0e305be6133b67f1c5d6fd8ce199948553d05ceafb33"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ff58a3de013daf346fe0453100a720ba43130a7504a08fd50d471302a7578016b1c8a9eb31abf3dbcdfb4ac90ef0be1a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c63adbd5dfc7945fd5ad58d280faf5fc7450eae0297a3f55f5c7b119217c7a9b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "eef7b66164764ec0cf01ad68023f30db98ea4a51cf31df2bf214fbb336032e0b7c19b74d84f0081f4d657c221c67c704db9f373b6f709c9a1d717d3b944619c8"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://checkerframework.org"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/typetools/checker-framework.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar"
    },
    {
      "group" : "org.pcollections",
      "name" : "pcollections",
      "version" : "3.2.0",
      "description" : "A Persistent Java Collections Library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a00862c61fa635831a526e16dad46fe7"
        },
        {
          "alg" : "SHA-1",
          "content" : "b64e12b258ebfbf6e3f43157ef70c3ec420fec33"
        },
        {
          "alg" : "SHA-256",
          "content" : "6c1447309cd47560924dbf4939b37756c53b15febc0191ec52d6e0b53b6cc62a"
        },
        {
          "alg" : "SHA-512",
          "content" : "4135a36c3c298c88df6195e7282670eada3132c4e86b927f3ec7faafe2f2ef0cd6a5866e9dcf0e5538c1b9f46aeb62d9a0e756bfaa386c986642d4a40c393ee2"
        },
        {
          "alg" : "SHA-384",
          "content" : "06dd5c4298c66330b45a1600514f01c6147c3808a8b7d7240790d600e558988f869078765cd0c7e010599d7159a53064"
        },
        {
          "alg" : "SHA3-384",
          "content" : "a337211f9b9b36b5a869656a69baf570a5488f9148efc75005bdb68b9f95e657fe35f838dd6d3d93e170851e8f51dc19"
        },
        {
          "alg" : "SHA3-256",
          "content" : "146a9d35a644d5d9853feb2b84ed58269c21f5546a01a58b5aa6775cdb46e46e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3139a3075c6513038973ac7e88f25f9739e7adfdfce1b5244d1454f5f672db7285fe55a713e15aa7e1f6b88e1066c459819dbcca78c0d85a7ba9ad495e298e9e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.pcollections/pcollections@3.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/hrldcpr/pcollections"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hrldcpr/pcollections"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.pcollections/pcollections@3.2.0?type=jar"
    },
    {
      "group" : "com.github.oowekyala.ooxml",
      "name" : "nice-xml-messages",
      "version" : "3.1",
      "description" : "Associates XML DOM nodes to their position in source, to enrich error messages. This builds on top of the standard org.w3c.dom API. Should probably not be used in performance critical code, but can hopefully cleanup reporting logic in places where user-friendly messages are important.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "39c913451ff2d2ec740c58a77a26fa16"
        },
        {
          "alg" : "SHA-1",
          "content" : "4c3863b0f015af5cfd9abe02fab364fb99867167"
        },
        {
          "alg" : "SHA-256",
          "content" : "0b4ceb5b8362d43c9c6c49b1bd57f1c5da54d3c5c7c305fa39c0a04462bb4799"
        },
        {
          "alg" : "SHA-512",
          "content" : "6b3e7c2f1d4b9a46c8dc113b60deee5e2a70b57f308886074816e0d7e3a5460cfb7c1c547171c0ad125deb551bafbb41b911c52db8bac448be3504b0d407a7fc"
        },
        {
          "alg" : "SHA-384",
          "content" : "c79cd24010cfcfcc712509412dacbfb5bcc4a64e98bfd6a638698350c4f45c1a2c6724491368cc56a4d5947cbe0482e1"
        },
        {
          "alg" : "SHA3-384",
          "content" : "218130aec89a116471d0dd34b9c733f144e36f1cbcd2b705fea4ed2f7fb90e8c6a5386aaff037bc772e180868b13c03f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "02b4007b4ada909e9bb676189310b233c8c2c254e2bdc901928030ef0f96f346"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f2e7883ab42ba31eb380ed9dc7199f3d7d4b0c0c8b06432ebe502c6e117017abdd579f86032a14bf842fb68889a13d1bd504a60a212f889e171e78003c0322a0"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.oowekyala.ooxml/nice-xml-messages@3.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/oowekyala/nice-xml-messages"
        },
        {
          "type" : "distribution",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/oowekyala/nice-xml-messages"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.oowekyala.ooxml/nice-xml-messages@3.1?type=jar"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "slf4j-simple",
      "version" : "1.7.36",
      "description" : "SLF4J Simple binding",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "fd4a5fa54910b5ee561f639c903cf34a"
        },
        {
          "alg" : "SHA-1",
          "content" : "a41f9cfe6faafb2eb83a1c7dd2d0dfd844e2a936"
        },
        {
          "alg" : "SHA-256",
          "content" : "2f39bed943d624dfa8f4102d0571283a10870b6aa36f197a8a506f147010c10f"
        },
        {
          "alg" : "SHA-512",
          "content" : "cdcebe8fa58527a1bc7da0c18e90a9547ce8ac99cccfe5657860c2a25478c030ea758251da3e32a71eab9cbb91360692b5c6c5887a1f1597d1fda07151b27e5f"
        },
        {
          "alg" : "SHA-384",
          "content" : "57eb6d0c778ad9637a819fe64ab6a7b5e291c1c2e5e9a8f536c553e54837fe0e26b9ef5a83ce25c7e3e7e8c5d455ab24"
        },
        {
          "alg" : "SHA3-384",
          "content" : "15809f42dc66ec21d8d931c2e10cbb1c2c7c580678c1946a0e4fc8b5c7cec5ff001a5551979693a59fbfa1420ba0c038"
        },
        {
          "alg" : "SHA3-256",
          "content" : "a313022d52742de983fa574ebaaf3c6fbb173b0d823a6c31b2a22f429e03a428"
        },
        {
          "alg" : "SHA3-512",
          "content" : "335556e92ec298e2db4e2aa6d4cff0f61fdee178f8889c84db35b9236f08c4c371cc7ff27a77b16699d531111d0eb3ead3696738ed2bd726f75add07f2c51017"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/slf4j-simple@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-simple"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/slf4j-simple@1.7.36?type=jar"
    },
    {
      "group" : "org.hamcrest",
      "name" : "hamcrest",
      "version" : "2.2",
      "description" : "Core API and libraries of hamcrest matcher framework.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "10b47e837f271d0662f28780e60388e8"
        },
        {
          "alg" : "SHA-1",
          "content" : "1820c0968dba3a11a1b30669bb1f01978a91dedc"
        },
        {
          "alg" : "SHA-256",
          "content" : "5e62846a89f05cd78cd9c1a553f340d002458380c320455dd1f8fc5497a8a1c1"
        },
        {
          "alg" : "SHA-512",
          "content" : "6b1141329b83224f69f074cb913dbff6921d6b8693ede8d2599acb626481255dae63de42eb123cbd5f59a261ac32faae012be64e8e90406ae9215543fbca5546"
        },
        {
          "alg" : "SHA-384",
          "content" : "89bdcfdb28da13eaa09a40f5e3fd5667c3cf789cf43e237b8581d1cd814fee392ada66a79cbe77295950e996f485f887"
        },
        {
          "alg" : "SHA3-384",
          "content" : "0d011b75ed22fe456ff683b420875636c4c05b3b837d8819f3f38fd33ec52b3ce2f854acfb7bebffc6659046af8fa204"
        },
        {
          "alg" : "SHA3-256",
          "content" : "92d05019d2aec2c45f0464df5bf29a2e41c1af1ee3de05ec9d8ca82e0ee4f0b0"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4c5cbbe0dcaa9878e1dc6d3caa523c795a96280cb53843577164e5af458572cde0e82310cf5b52c1ea370c434d5631f02e06980d63126843d9b16e357a5f7483"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.hamcrest/hamcrest@2.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://hamcrest.org/JavaHamcrest/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hamcrest/JavaHamcrest"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.hamcrest/hamcrest@2.2?type=jar"
    },
    {
      "group" : "org.junit.jupiter",
      "name" : "junit-jupiter",
      "version" : "5.8.2",
      "description" : "Module \"junit-jupiter\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "1597913594e58c0c75269c51e3b3d6d6"
        },
        {
          "alg" : "SHA-1",
          "content" : "5a817b1e63f1217e5c586090c45e681281f097ad"
        },
        {
          "alg" : "SHA-256",
          "content" : "4f5c1cc6432244cd16e36aa0e02b74bce34a81ff95a13d63d50951ec4ce3f4bd"
        },
        {
          "alg" : "SHA-512",
          "content" : "861c78bcda89c5be7a55e79d6d6dda9ddf5802ec0e62346dd26ab7da97a135955c2ccd12b8ecbada8307e514057f2e652bcb6953c33f2dbf887457197314c328"
        },
        {
          "alg" : "SHA-384",
          "content" : "d2c363b8a5d52baa5c98eac354b7ab5040726006afc677f575dbdaa1e7dcf8f072fa9adfc9cf1b1baa68819b4c0d12de"
        },
        {
          "alg" : "SHA3-384",
          "content" : "7e9689ba86b3c6a63f92d79dfd6ad9dc3832a1cc808c687069e40806edd043efb7539b6578e55bd0354889c825bb69b0"
        },
        {
          "alg" : "SHA3-256",
          "content" : "05bfef8d66da6175ed67b113c7ab1a40d97298d05a85407a50220352b3c11e45"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0e7f38f324caed46815b78abc42a061fe478e9df841e84c33b868af5f17aa03ec9e2d877c08d0a48029b088abca1f6f3a11cf10d7631515135628282ed28827b"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.jupiter/junit-jupiter@5.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.jupiter/junit-jupiter@5.8.2?type=jar"
    },
    {
      "group" : "org.junit.jupiter",
      "name" : "junit-jupiter-api",
      "version" : "5.8.2",
      "description" : "Module \"junit-jupiter-api\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4e2f81d2ad6c031476d784d25c0f67a7"
        },
        {
          "alg" : "SHA-1",
          "content" : "4c21029217adf07e4c0d0c5e192b6bf610c94bdc"
        },
        {
          "alg" : "SHA-256",
          "content" : "1808ee87e0f718cd6e25f3b75afc17956ac8a3edc48c7e9bab9f19f9a79e3801"
        },
        {
          "alg" : "SHA-512",
          "content" : "c304f4d392cee741f5cb75f1e4bdca61a0100d03cd5c79ccdbe61d9452a4e324b3a0c89da5bd92cf562d96fa682bdb2c8a062c6d45dade25f4680696620d58eb"
        },
        {
          "alg" : "SHA-384",
          "content" : "6fe32ba4c6b1234f096fe468185eed92c886481c0c00734e6b5f4d047ca907ba49ebfab2ab4e68bb05af0cdd4bc70142"
        },
        {
          "alg" : "SHA3-384",
          "content" : "231f61896f7ecf6de0532cb67f4fd76fe4f8b5b01fad269b386721d57099fed5377edba83f1900f6d7c7066ba722b7e7"
        },
        {
          "alg" : "SHA3-256",
          "content" : "8b5ccdd9d7c4b8608f9c7af11e9d669a9ca6fa589151afa2ceaf408970b2098e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "092956608f0388b30c97c5864ebf71aae7072e83043be8b069d9b401e02ec1fd3ecbd9a1b09467653eb7d390be5972ad585147f68cb9ca577b490a2d3e981e10"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar"
    },
    {
      "group" : "org.opentest4j",
      "name" : "opentest4j",
      "version" : "1.2.0",
      "description" : "Open Test Alliance for the JVM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "45c9a837c21f68e8c93e85b121e2fb90"
        },
        {
          "alg" : "SHA-1",
          "content" : "28c11eb91f9b6d8e200631d46e20a7f407f2a046"
        },
        {
          "alg" : "SHA-256",
          "content" : "58812de60898d976fb81ef3b62da05c6604c18fd4a249f5044282479fc286af2"
        },
        {
          "alg" : "SHA-512",
          "content" : "17f77797a260eb2bd1666a90e25efc79a5413afa9df1c1cb6c4cd1949d61c38b241e3bb20956396b5f54d144720303d72a2ac00bc5bf245a260a3c3099e01c74"
        },
        {
          "alg" : "SHA-384",
          "content" : "ef25f5dd948c9ab7256e896da994871c1645b22a8d2d83f1e9ff7c6562b62acb70fcf0bb976a9580fb955a8e8b9c43dd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c8ae5d803f34d54150681490afaa595a607e31c15c82765fb24eb7035f3310a4db71832d4ea1840d5281c4fb15e25a91"
        },
        {
          "alg" : "SHA3-256",
          "content" : "874b139216e546b33623c53452aea25f36d6c5ec64446aa27be1e60c6838e5c3"
        },
        {
          "alg" : "SHA3-512",
          "content" : "58368f990cb11d2965129b32986edd007f909b1187f8fe6842306aa5179fa74d7593bca2042776f6deb68921069719ee4f2bc54e609f87b974a885d7aa7fc05f"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/ota4j-team/opentest4j"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/ota4j-team/opentest4j"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar"
    },
    {
      "group" : "org.apiguardian",
      "name" : "apiguardian-api",
      "version" : "1.1.2",
      "description" : "@API Guardian",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8c7de3f82037fa4a2e8be2a2f13092af"
        },
        {
          "alg" : "SHA-1",
          "content" : "a231e0d844d2721b0fa1b238006d15c6ded6842a"
        },
        {
          "alg" : "SHA-256",
          "content" : "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38"
        },
        {
          "alg" : "SHA-512",
          "content" : "d7ccd0e7019f1a997de39d66dc0ad4efe150428fdd7f4c743c93884f1602a3e90135ad34baea96d5b6d925ad6c0c8487c8e78304f0a089a12383d4a62e2c9a61"
        },
        {
          "alg" : "SHA-384",
          "content" : "5ae11cfedcee7da43a506a67946ddc8a7a2622284a924ba78f74541e9a22db6868a15f5d84edb91a541e38afded734ea"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c146116b3dfd969200b2ce52d96b92dd02d6f5a45a86e7e85edf35600ddbc2f3c6e8a1ad7e2db4dcd2c398c09fad0927"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b4b436d7f615fc0b820204e69f83c517d1c1ccc5f6b99e459209ede4482268de"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7b95b7ac68a6891b8901b5507acd2c24a0c1e20effa63cd513764f513eab4eb55f8de5178edbe0a400c11f3a18d3f56243569d6d663100f06dd98288504c09c5"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/apiguardian-team/apiguardian"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apiguardian-team/apiguardian"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
    },
    {
      "group" : "org.junit.jupiter",
      "name" : "junit-jupiter-params",
      "version" : "5.8.2",
      "description" : "Module \"junit-jupiter-params\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ffdb71ffc9967cd073597c2e45d6a898"
        },
        {
          "alg" : "SHA-1",
          "content" : "ddeafe92fc263f895bfb73ffeca7fd56e23c2cce"
        },
        {
          "alg" : "SHA-256",
          "content" : "d1c22d6fe5483568c08c8913f34abd2303490c3480ce6c18a2ea31c65e44102a"
        },
        {
          "alg" : "SHA-512",
          "content" : "5ac108fe9ac59351c1be73f0d3ab8d75ed9ace7cfa65e35a0f5907e73fefcf8773d7e708797adaed55568be6388d02daa4a3eaad57e27052d1cba58deb0440ae"
        },
        {
          "alg" : "SHA-384",
          "content" : "882f9c73de836823b3618103cc7bfe53ebea2f77b991cbfd8ff776930655e750e999918c2e9987910df9a70d20d719fd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "274a71a3e00ec59eae569406f901843175083012bb9048c3635a8ffea0677782df7b792b93c85e01999235722afe5fc4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "785a8ecb3ed41646ebac53ee9dab9245cc8b7a0b81e94b3ec651cc11e61695fb"
        },
        {
          "alg" : "SHA3-512",
          "content" : "8149c0b77602848c318ae31415e589404256bf73aa0b4209066839ac1a97febe4513be169293d38a74203c6e9567580f2c51d270c604ca9c4259a2ec611b14c6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.8.2?type=jar"
    },
    {
      "group" : "org.junit.jupiter",
      "name" : "junit-jupiter-engine",
      "version" : "5.8.2",
      "description" : "Module \"junit-jupiter-engine\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "1bddf5761ce2a60e6d84663e6b79e280"
        },
        {
          "alg" : "SHA-1",
          "content" : "c598b4328d2f397194d11df3b1648d68d7d990e3"
        },
        {
          "alg" : "SHA-256",
          "content" : "753b7726cdd158bb34cedb94c161e2291896f47832a1e9eda53d970020a8184e"
        },
        {
          "alg" : "SHA-512",
          "content" : "f6c8460d6048aab121cbb0153d71517a916dc020be3deec0f7a022c04ad7679c23155cc50167c6191730704a19943b0d1b6209e68f0e5078d8e1fd66ae8fb9f4"
        },
        {
          "alg" : "SHA-384",
          "content" : "adadbd35b1b36de1a71b7129f24a0206f60eeb9af4dc14e6c8859983c6d90ccd3be0f71dd0f8d35597c4db0c55236d64"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4469b473e807db7b0cbc57588ddb5dbdc8c415632993186a796c091f6580fcce52488b50448231cd6deb40035bdc30d8"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1f05134b765bd00b40198d55999291b22f3e6c91e0c63204c18c8af79719f6bc"
        },
        {
          "alg" : "SHA3-512",
          "content" : "c601869f4d4d112ea232afbc54fc900e7562f57e9d6092704421f775d5ed57fcc6299af98abe5d18337b52d38f5cac3127d58406808aa3bff76c569b4e931c3c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.8.2?type=jar"
    },
    {
      "group" : "org.junit.platform",
      "name" : "junit-platform-engine",
      "version" : "1.8.2",
      "description" : "Module \"junit-platform-engine\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a6d209076d8a9fe4029c638cf05e6030"
        },
        {
          "alg" : "SHA-1",
          "content" : "b737de09f19864bd136805c84df7999a142fec29"
        },
        {
          "alg" : "SHA-256",
          "content" : "0b7d000f8c3e8e5f7d6b819649936e7b9938314e87c8f983805218ea57567e59"
        },
        {
          "alg" : "SHA-512",
          "content" : "be82009a1958fc442a789f0515d43fd5e8fcd3767a48b04093a5fb6421d9de06d88c90849b9ad91471eb150b0496c32a69ecfd12dd0c26a891622060a78ed2b8"
        },
        {
          "alg" : "SHA-384",
          "content" : "f91b0be2e15f1710055c959a47c789cccee3733d24e01655a958d80f8e21222f93977220dd8a1b8337142f91ed829d2e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "aedb658ac96d0ccce902a1f048cc30bade111bd0ecc5201c1506287a8baf790d6df9dcd8bdcedd76db52a60f93bb9e00"
        },
        {
          "alg" : "SHA3-256",
          "content" : "25719c5d7b2a18271d8e2c07f2a2b2f19470da5173abe64d620205e5667d35cd"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6a58e355ffea3a0b022a71eb03e048350e2c5c53e1d4100a80e7097e81bbb8535f330e90a4350a40349cdaa8419c72298d9709cef1dd54f092a7a61284dfbb1c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar"
    },
    {
      "group" : "org.junit.platform",
      "name" : "junit-platform-suite-api",
      "version" : "1.8.2",
      "description" : "Module \"junit-platform-suite-api\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8a6265e600b2b1c61354ec8713b9b006"
        },
        {
          "alg" : "SHA-1",
          "content" : "a148ffd359cac121fcba000ad7f5a75b5e2ac2b4"
        },
        {
          "alg" : "SHA-256",
          "content" : "94ef343b05b875bb2e4ef94a7cc62e610e1b9cd78247e2b2ec43ed618a1ed0a7"
        },
        {
          "alg" : "SHA-512",
          "content" : "b8ad9aadfee6015fae3889464ed66cd1ea6a527b59e46a44f212fa892a2ba9b1c2caeb0c4a8a3c1004104fb62c0fdbe0ae9ebfbb9f9e34ad692ae585043580d7"
        },
        {
          "alg" : "SHA-384",
          "content" : "0baad0944751f2f38b2a411a5f50a52373a2e3252b82bc9874366da8f24c4fd6198c77bd3845e4445f561897ef22c970"
        },
        {
          "alg" : "SHA3-384",
          "content" : "63a9c9a8c5f14ad8ab5663edf2142583bcb35220e0dddb641c4e44db42854e1c5054c9b0844c43b405179bed9c868ed7"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ca1851848b097cb61ddb696a58fb6e1d09d6d7f4dc47a81ccbec1199fc3719b6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "da123727a5008fff2b8ab6ea37375a1da71d56eca5ddfd484a7606f725c55b951535ed4c04d034d3dab96909eeb4a4dd612bf5235d3ab4b50f1439916541c98c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.platform/junit-platform-suite-api@1.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.platform/junit-platform-suite-api@1.8.2?type=jar"
    },
    {
      "group" : "org.junit.platform",
      "name" : "junit-platform-launcher",
      "version" : "1.8.2",
      "description" : "Module \"junit-platform-launcher\" of JUnit 5.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "c966c3f1059389a4a3482534b412f77f"
        },
        {
          "alg" : "SHA-1",
          "content" : "c334fcee82b81311ab5c426ec2d52d467c8d0b28"
        },
        {
          "alg" : "SHA-256",
          "content" : "822156409fd83e682e4c5199b3460054299b538a058c2c6d0f5c9b6a5bdb7594"
        },
        {
          "alg" : "SHA-512",
          "content" : "43197a5c497eb2a854ab3d353115f8a1618605168c3dc3584e2a7d5c8a41c3b857ed8a859a7d247bcc60f45e459cecfdd8f671e611562aa88f9aa4a4a9cb5735"
        },
        {
          "alg" : "SHA-384",
          "content" : "a6cd0d2531125a969a83ca43f9f7f282bab92886d53c46db884983b6c10b59ddaf06768c4cadeeec536c955bc2318f00"
        },
        {
          "alg" : "SHA3-384",
          "content" : "bc392df76e2d253d354255e3ce5a65dca4e0fcdadbf24def099d3b8485400f2aabb3cd690e4e3220d0f307a792c3190b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ffb9ccb162bae1ecc8e8515ab87cbc10e9e12124194b2a85dc8e13dd378aadcb"
        },
        {
          "alg" : "SHA3-512",
          "content" : "ceced0d8a419447771870d2bde6d170b19f351128f1744cf61c76b243c1ef3bbab47a9bb6c6bd5878be550831388c715457f4bed4dbebf73f7082018acb1f5ab"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.junit.platform/junit-platform-launcher@1.8.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://junit.org/junit5/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/junit-team/junit5"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.junit.platform/junit-platform-launcher@1.8.2?type=jar"
    },
    {
      "group" : "com.github.stefanbirkner",
      "name" : "system-lambda",
      "version" : "1.2.1",
      "description" : "A collection of functions for testing code which uses java.lang.System.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "0a1f75d225b515581fa514eb904f8acf"
        },
        {
          "alg" : "SHA-1",
          "content" : "c3a1b0665a85dca53a90ab560d71db5cbca5f27e"
        },
        {
          "alg" : "SHA-256",
          "content" : "8c0b3b11e5d8cb3a00640e193db31000b0db838bd81a378efc19d4f3837ca8d1"
        },
        {
          "alg" : "SHA-512",
          "content" : "fc05565de97231defdc4097da3e7abc582993a3b2b0d82e353691c27cfa48a732dd8fe9ed61636feb31b37e5b4712d75deee3058ca7cb47a1db34cc6cec41470"
        },
        {
          "alg" : "SHA-384",
          "content" : "de516c2137a38d96b8707ab7f6b2bbd5f65affe66dcee042faf0bb2bd5a44b1fd452ebf28ae1a518dca810c3bad56076"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1d28157b713576b5f26257b730b6f8c5b708795f4aef5c593f0c2bed8f0dd17750341393d42d6e52f711091ad993ec03"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c9058afefc5470cda96814e2413d9277c9ebd134d64a6ea9094610683982e384"
        },
        {
          "alg" : "SHA3-512",
          "content" : "c716151df60d193a041fa2d65d9d33cfd5ef5e39412329b4b50f1fbfed983df6ed262fbd8dd25a96350f6eaafd5959af8a05de13a8066d022bf68d2dd764f459"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.stefanbirkner/system-lambda@1.2.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/stefanbirkner/system-lambda/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/stefanbirkner/system-lambda/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.stefanbirkner/system-lambda@1.2.1?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-test-schema",
      "version" : "7.0.0",
      "description" : "Parser for the XML test description format. The module has no dependency on junit or other test-only dependencies.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-test-schema@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-test-schema/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-test-schema"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-test-schema@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-ant",
      "version" : "7.0.0",
      "description" : "Apache Ant integration for PMD.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-ant@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-ant/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-ant"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-ant@7.0.0?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.ant",
      "name" : "ant",
      "version" : "1.10.14",
      "description" : "master POM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "263e00d844d0e4efa54440ec5ed6362a"
        },
        {
          "alg" : "SHA-1",
          "content" : "1edce9bbfa60dfd51f010879c78f4421dafae7a7"
        },
        {
          "alg" : "SHA-256",
          "content" : "4cbbd9243de4c1042d61d9a15db4c43c90ff93b16d78b39481da1c956c8e9671"
        },
        {
          "alg" : "SHA-512",
          "content" : "9fa6296d1d224e16e6d0ae270e128098d480f8b54dee3deb13d348bf033fa621498dfdafea61d84f0b4710d12c21a42f05be076ddce385754879c8782a333c4e"
        },
        {
          "alg" : "SHA-384",
          "content" : "0f2bae9975d540c9c01872b1f5ff8f8888c2976e1f75e69c7b34175f3bfa9134605c35146f023d7ef9bcb4d6f136ed58"
        },
        {
          "alg" : "SHA3-384",
          "content" : "280026cf5236e14efcbc64e5d4524d260495061f1f47b1f9d6345d77c74db71d334572a975506e2310e3bead325974d9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "7167898eebe3239ace0f86b116ada1314111741eb69832668827c2e398ccac8a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "c6f7c44dd307a999216e327efa7c001ce4f2c4ea400bd6f5b6be5b09f09d81f51aef67c9bcaa0aea7cf257fcd8de7198b9a5b151c305a9a04ca0f20b5c16c64c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.ant/ant@1.10.14?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://ant.apache.org/"
        },
        {
          "type" : "build-system",
          "url" : "https://builds.apache.org/job/Ant-Build-from-POMs/"
        },
        {
          "type" : "distribution",
          "url" : "https://nowhere.net/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/bugzilla/"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/ant-dev"
        },
        {
          "type" : "vcs",
          "url" : "https://gitbox.apache.org/repos/asf/ant.git/ant"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.ant/ant@1.10.14?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.ant",
      "name" : "ant-launcher",
      "version" : "1.10.14",
      "description" : "master POM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "0e6c71b2f05383e1fb891e99f5267663"
        },
        {
          "alg" : "SHA-1",
          "content" : "8d2268288496b0541a2640f2ee07fe3de1a02301"
        },
        {
          "alg" : "SHA-256",
          "content" : "f0909725a7a24e393888f3fbb558347abf506ce2f7ebc581ff26331b94d951a5"
        },
        {
          "alg" : "SHA-512",
          "content" : "11253b888efb900b34f12288f78136a2ef28c889afdfc12fd2fd5a38ea18b648cfa90dffe283b2c8266a2166cc43dd40a01050e6616ec391c71864b2204d2d88"
        },
        {
          "alg" : "SHA-384",
          "content" : "ef0efd42803c505ae7fbfbe79302c29b99af8c1d5e7bdb022f93a89b5272a2f154d4beb7724effdeea0d6738cb7711b3"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9e21cd11c628201c7b32daac116d8043e207d36cee9e3da668600991e2b6175ee1ef7c74565c659bb69cb8e8860af7ee"
        },
        {
          "alg" : "SHA3-256",
          "content" : "9205c89cf3b4ab21fcfe7fe8f31e0186c8228d39c7b06aace982b6a1ed09213e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "22a891ba3141fc834a28dd07aba3309dff3bf8fa26ea537bfdda06c681847f2c5fcea72c156f839aeba028ec949624992e0e0a9a2320a2c65faf16834bb8ae44"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.ant/ant-launcher@1.10.14?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://ant.apache.org/"
        },
        {
          "type" : "build-system",
          "url" : "https://builds.apache.org/job/Ant-Build-from-POMs/"
        },
        {
          "type" : "distribution",
          "url" : "https://nowhere.net/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/bugzilla/"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/ant-dev"
        },
        {
          "type" : "vcs",
          "url" : "https://gitbox.apache.org/repos/asf/ant.git/ant-launcher"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.ant/ant-launcher@1.10.14?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-test",
      "version" : "7.0.0",
      "description" : "Contains a test framework to test rules.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-test@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-test/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-test"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-test@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-lang-test",
      "version" : "7.0.0",
      "description" : "Module containing utilities to test language implementations, including parsers and ASTs. This module uses Kotlin.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-lang-test@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-lang-test/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-lang-test"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-lang-test@7.0.0?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-assertions-core-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "eef6af94130efb9064e792ff0e13332c"
        },
        {
          "alg" : "SHA-1",
          "content" : "48b55cf589e77fc5b62cbbdff368cef0195c662d"
        },
        {
          "alg" : "SHA-256",
          "content" : "850eeaf6d13b65d6cf1efbd5a172470a0f64f3a53e4a4c382ecac82bc315bdc5"
        },
        {
          "alg" : "SHA-512",
          "content" : "53b967cc6f33e9efafc5d98ae6280c280396ee1f0c3c18c06c47740ebf838efe901cefc0e286cd73c02f635488e72c6a2971397fa734c12ff03a89f6d51942e6"
        },
        {
          "alg" : "SHA-384",
          "content" : "c94b409e3f7b44f5f110c3bf83365ce5b21c26b93fea8ed46276880122f6fa967c46b5b2acd0b1c709e45b3f4391d388"
        },
        {
          "alg" : "SHA3-384",
          "content" : "8cf34ce2d594b4ba78c6838fde9aa2e9fb1ad6f970dc74af357e4179afcd82576167fb13222d5b933cd35710a694950a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6fbbcef56ffe3d4f6804e2062b931aaf85bc0323021a0b5840fd560b2bb86f60"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4f1f7c703f593ad2c7e7b90f0e0459318c00b75591f67e31764c2d42b0e926a1da939f8a73dd73f37f2fdf298231d5c03be4d2dcfff57a937a13032dd4baa57f"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-assertions-core-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-assertions-core-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-assertions-shared-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "46fbd7a9a3140e1c5ac96ae8e48143ff"
        },
        {
          "alg" : "SHA-1",
          "content" : "bae1af4babe59227f6150682a23817c721d900ec"
        },
        {
          "alg" : "SHA-256",
          "content" : "74d282fa2da9b747ce7009bcaffd7c9b5ad1904ef877b02e299e02c1a5d2a3cf"
        },
        {
          "alg" : "SHA-512",
          "content" : "7643fa3a588da98952bed1522a748351ed97585aeca66825b74d6c882cf93ed06d682ce09310875164aed2f132056bc553ffe276eaf258c96791f575649ad466"
        },
        {
          "alg" : "SHA-384",
          "content" : "a56dc36c9bf5c17d47a4d955f1a44d1e72a485e4bcbdb23d325aeedaa6e83dd37dec553a56b9b2bac025c1599f456c8a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ff19a7c6228371a6f837e80c4d13a1dd4e74da05e554e184875e00fc8926d4e7528011e48e929441b894709b6c311af8"
        },
        {
          "alg" : "SHA3-256",
          "content" : "5903564cd15346d611747a9442daa00cea53c48bb71dabeacde5e7310f027f34"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e88b9e98d812e69e30ecd7ba3e9e18ed400e314c780e218236eb7747650141972a0802cb9eb91a09829916368bfe77267be1acb57b75135dd345b9712b6af343"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib-common",
      "version" : "1.6.21",
      "description" : "Kotlin Common Standard Library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ef059f351dbf296d43895872bb5a335f"
        },
        {
          "alg" : "SHA-1",
          "content" : "5e5b55c26dbc80372a920aef60eb774b714559b8"
        },
        {
          "alg" : "SHA-256",
          "content" : "183bec59cd9f3a14957b190e8c879cf1194bd1f106b0a7b6e1cbb8790d242363"
        },
        {
          "alg" : "SHA-512",
          "content" : "f2b36e4fb7bc6dc9606e76e651c2e63c9f81c3c20881ad3ea1000f4020669c26d467a7c686f28550d29a72dd4d2da5e3fe7286d7f4bc4e1c0773d74063246c62"
        },
        {
          "alg" : "SHA-384",
          "content" : "0bc8a5424c570f271a7fc9d7ac43fc7976d3cda7ebd91102c640d55e11cf4186378312143bab3de5f6ca18f92bcfb204"
        },
        {
          "alg" : "SHA3-384",
          "content" : "7c28762f2e20f81bbd3d01499eacc9c7e3a19b140aa58536092046aaffa31598260b0a4c432cf5866531c5d4038bb9a5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b8824bfd54ac5d638675b8771362adabf297cbd1ebc69cd8eefd65fe0fdc9b1f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "ff28e5a0a8640870bdcbad15b72b202e4bbaa43e06d191580e652bd9e38dbb50363bfb4efded34deac4438493dfdeaba460aa77ed8a9d02debf799aff4558ddc"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlinx",
      "name" : "kotlinx-coroutines-jdk8",
      "version" : "1.6.4",
      "description" : "Coroutines support libraries for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9532e16578f95c1f9bb3d199fa1c1039"
        },
        {
          "alg" : "SHA-1",
          "content" : "5bc4b0bf6fd90fc190fd2f17e919c74c6274cb71"
        },
        {
          "alg" : "SHA-256",
          "content" : "88c64b8eea3eb90597d2fb0fd30f3cf782fbcdad06312e5665a618f070f02119"
        },
        {
          "alg" : "SHA-512",
          "content" : "c7e26be1165a0b2e47f45387bbd240c42e09569be97388e1f5036f177d45af2d01ddb08058c4f0eda1442a5f4ee7432ff949675fee4c9de5c11a7fa156601bac"
        },
        {
          "alg" : "SHA-384",
          "content" : "da27877ff4a8557dc600a3542e17454b7f1316ab82db282d11761c71b99bc1e47b86ae87a528a85488346d7da8d8d3a5"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e50726539cd8a7cead80f130b7e53f6c80caf0348fa3c1fc3125e8b250cde7b3d562f492fa51104504c37744e0406f5c"
        },
        {
          "alg" : "SHA3-256",
          "content" : "7285fc2b56f24b4b45ab92564008a47b35d2d00c9ee3463127ad432c2f3bf1c5"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f4d4e21bb67e6f9f18dae481326301aff03d79db8c303c8ae26bec1fa08a87850da825150d7c360671d19ba43c926312ac43a38c83d227937816bf04f33b45b6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8@1.6.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8@1.6.4?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-common-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "b64e13dae3c8bc1b7e96375fadff6a48"
        },
        {
          "alg" : "SHA-1",
          "content" : "ff3b3fab38a567b92ec2569e7ea77271c6ef9dc0"
        },
        {
          "alg" : "SHA-256",
          "content" : "14d01c368a613ee460a4449a5839a6f2b76daf4e5409c9d1f1dd1d97b0d39ee0"
        },
        {
          "alg" : "SHA-512",
          "content" : "970f8faf653954a217f713e847c66510a32f5212e5beb2aa8bd57ba0abfe8f7dccc307cb51c7213b4418bc26865259c51f919a80d37602bb84b2430125eaa546"
        },
        {
          "alg" : "SHA-384",
          "content" : "e975210dfcb1f2dd4aec867dd9cda24dda8261b47bc24bfbee33cf4d4ae2b0391dd6f2263e3e931b9f5d022ddb759098"
        },
        {
          "alg" : "SHA3-384",
          "content" : "6cb2f83ad3185898420e4be3cd4b1661b90aa39704249b0bb390e6f2f12c43ea68ee85240a0ab0e10e5f271ba838eb7a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "44c685594f1b85a8d0d3532fec73ef0ff6bafb6c9ec96d1460773f56823e49cd"
        },
        {
          "alg" : "SHA3-512",
          "content" : "c8a35f45c45992561d9d4f52adc11f899f6fc6e6cf54b02f1df9e4d2da809496dd36da9d2e7898eea3b0197cdab3b656b6fde0a3c75bc506e95a024d5e0dc999"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-assertions-api-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "16bbf843ca7f03ff5f7a34d2908d031e"
        },
        {
          "alg" : "SHA-1",
          "content" : "55efa27582e986facb85abe85b99df9638755da1"
        },
        {
          "alg" : "SHA-256",
          "content" : "ed4462ec1f8f1957673aaa696e3ec82307ab65777e02a3ccb73b4ca5f71317f8"
        },
        {
          "alg" : "SHA-512",
          "content" : "4ae5c5d5e24293f83309c01b0936219f02e36eea21822c0b68861ba2fc70c514d52d48e875fcca8144fdfc2003ae254ecb5e398dbaf894d995990a3866a9676e"
        },
        {
          "alg" : "SHA-384",
          "content" : "2c0d1d9d340c5c29f4799ea8822c4e2ef9e88feb0668e71ea8d7f19bbc214fcc9fed6a534d21767571bd5b198689cd10"
        },
        {
          "alg" : "SHA3-384",
          "content" : "01969768ea9d72f69d78cd6cc67df19feb628ccbdc34e82bbe53e55e52bb6b3353d2b7bfac4f2631ef0fc111919be191"
        },
        {
          "alg" : "SHA3-256",
          "content" : "07ae5cff3b6a23fa0eb710e28f9e26ba43becc07150b2ed228677e0543ef441b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "387a97eeed25a1219679d1331c97822887187606b3f1c25aa5a9c68fcc24016e858003fc62edfbbabc13d6a74dbe6967b1f1ecb4f0f4570608f6456d93796d92"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-assertions-api-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-assertions-api-jvm@5.5.5?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlinx",
      "name" : "kotlinx-coroutines-core-jvm",
      "version" : "1.6.4",
      "description" : "Coroutines support libraries for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9ba1873872fe1406d39bc40683050c45"
        },
        {
          "alg" : "SHA-1",
          "content" : "2c997cd1c0ef33f3e751d3831929aeff1390cb30"
        },
        {
          "alg" : "SHA-256",
          "content" : "c24c8bb27bb320c4a93871501a7e5e0c61607638907b197aef675513d4c820be"
        },
        {
          "alg" : "SHA-512",
          "content" : "a4fb638b7427b4e2a87d750958e6ca66c75eefb64c4f359cbfa2d08c868455aa0ff9091c2f2e61f1e4a7c51a3771c68795e96cf306368945940f172dd324742d"
        },
        {
          "alg" : "SHA-384",
          "content" : "b31a6017e4d83ed1242d677d61e8d9d689cd20963f38eb19270be3f8640cfdb3a8c8a7e746ad2e3b49da3cc5a58cf9d4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "25a110c5c57fc339bf8059bfd40e18f7b00906eb0e34da4fe836523ab076bd07a37f13141cbc21dcfd226fe6fd38fe65"
        },
        {
          "alg" : "SHA3-256",
          "content" : "43ab27c32dd36e89304a827e3e8ca895551e249485a5225b9d01a981b6b6d279"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7c40decc4c82b95486b8a3d1528a24296a6e8ab2fdf8983ad763d514314dbc12e398e42de61a16922aeca7c4471e6c23c5f37f21007582aaecbf1e8cd0686831"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-property-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "17934ea5dcb50ef163751775a05fa1fc"
        },
        {
          "alg" : "SHA-1",
          "content" : "8d9f5937450b20383ca32f4c760f05e97fca85ab"
        },
        {
          "alg" : "SHA-256",
          "content" : "800b7a46f155c8408a99e8a96d92c72ea589153cf42f28505be76209fb4cb168"
        },
        {
          "alg" : "SHA-512",
          "content" : "1a7bf727061e4ec2fb68d2120a3175025e43db78a24a1aa30b2d0bf15cfd41119402de35f120bd6c5f55aee52d85cc4a981e19e635037209514b9bd3334e08f0"
        },
        {
          "alg" : "SHA-384",
          "content" : "2c363206ed06e37f3c1589229c7b5a683a9094d325fb09197e8cdc5190aaca2a1a2a6c5fc9017f6100b2cf00d0750add"
        },
        {
          "alg" : "SHA3-384",
          "content" : "7e2e5fbcab9373579059248905bf4fa82363a48bb0a10133e3f81dd92faac13aee93b7672acf7c50cf9868f67c6763d4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "e0f6d5addd3f821d75a6962f03eb5c6d27332b7d68e76542fb0e20d6b088b488"
        },
        {
          "alg" : "SHA3-512",
          "content" : "a8420bb88d97ccd53da79f2d7888155e9dd28a40341c381f2e8e35bc73a62c9364e64ddf0f9641364a397c275a97b760893c07cc9bf0b036fe20c5102f8d4da4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-property-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-property-jvm@5.5.5?type=jar"
    },
    {
      "group" : "com.github.curious-odd-man",
      "name" : "rgxgen",
      "version" : "1.4",
      "description" : "Strings generator based on the regular expression pattern",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2cfa85479ba0381b695ef4b9e818a270"
        },
        {
          "alg" : "SHA-1",
          "content" : "8d5947bd00bd8e12313c56b5e6f5f9f2f0e34433"
        },
        {
          "alg" : "SHA-256",
          "content" : "b13b074bf04578a39100417087446648a079e2d626cd841f9794e34e68a6e8ec"
        },
        {
          "alg" : "SHA-512",
          "content" : "423d660fd40f5458374cb44f471de26b0844a282f63473ec073079cde4e42e3a1aa05be8b39e4751c0e0302b4bc8c6cf3dfa54fdb5f373e0988e3781619049b5"
        },
        {
          "alg" : "SHA-384",
          "content" : "f652facb6898f593f99465fc21267388b95c1011f2106abc3a694387cb85a043e26560742b393a07c6ad4b468099eb33"
        },
        {
          "alg" : "SHA3-384",
          "content" : "aa2f1b859a59b7fb3ff5f39c32c763fa1ca8b577ff026f858fa588d47f62958939360ce231ab83cbf8d112ef4f9f4f4b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ce1b81528717a71a7c062f074b83b5525d3416a9416616af38922a02c20f45f6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "ccd5555e59c9953300c1414c64a789d71f3465b9d3e85aca1ce103c1179e42f73b9c96aac4edb58464b887f54079defb742afc5e95be1ac74b24283b2c923833"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.curious-odd-man/rgxgen@1.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/curious-odd-man/RgxGen"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/curious-odd-man/RgxGen"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.curious-odd-man/rgxgen@1.4?type=jar"
    },
    {
      "publisher" : "java-diff-utils",
      "group" : "io.github.java-diff-utils",
      "name" : "java-diff-utils",
      "version" : "4.12",
      "description" : "The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2bab3395dcfe2ea5b092ad646ca899d3"
        },
        {
          "alg" : "SHA-1",
          "content" : "1a712a91324d566eef39817fc5c9980eb10c21db"
        },
        {
          "alg" : "SHA-256",
          "content" : "9990a2039778f6b4cc94790141c2868864eacee0620c6c459451121a901cd5b5"
        },
        {
          "alg" : "SHA-512",
          "content" : "df950eaccfc24641ba7957e42e0bd54024bafe07450cfed8404b8e9efb00931bb96b2518c582310f98508ac550c34d38cde49a220fc9d743bbc52d0fd25feb53"
        },
        {
          "alg" : "SHA-384",
          "content" : "2287a30248356425005ecb9f479d2d5ed9c7111cbb825fd248f561dbba1deef5cd4b7d8f5cff5ed69dd23c9d7e40b68f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "34f34edf4a5372feb838831bcc52fd8002ec96d6ea0edec2dc2b296402e1ca3eb7dbe8727229e291884e2f4cb2b91e9f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "572502f94af0ac1fb5a4c5b432ad30da85f7d02eaf5c38fc94cea023a0e613d0"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4fedbb8a44ffbad06f77ce4227f5ff3ddb5acee9b5d3aacb88ed6aa8f8338a24863297deabf26cf834a8db7e87c38a918a54ad55fc751a6d3a97cc1f8838f937"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.github.java-diff-utils/java-diff-utils@4.12?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/java-diff-utils/java-diff-utils/java-diff-utils"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/java-diff-utils/java-diff-utils/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/java-diff-utils/java-diff-utils.git/java-diff-utils"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.github.java-diff-utils/java-diff-utils@4.12?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-runner-junit5-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "6d36080f726ab6bd0ca9d3f23979c947"
        },
        {
          "alg" : "SHA-1",
          "content" : "f71255881f1d169518446c2792ba17d232f38dde"
        },
        {
          "alg" : "SHA-256",
          "content" : "4eee2f72db80d1d132ee37a4e5511bbee9136e0680b7c57ab29666cc3a0d28fd"
        },
        {
          "alg" : "SHA-512",
          "content" : "456213efd4255745a5a5a43cff4223daade065726543a13f5f1570383af5d9ca5c6dffa7119cbf0a45f19479c08741d36e14fa9785616c80ce14924413bc75d4"
        },
        {
          "alg" : "SHA-384",
          "content" : "4b8f6b5766d4efbf88d9a534b99cb6a4738aa158698b6aec43782bb05488286a0fd146c71deec158623417e5ba387fc0"
        },
        {
          "alg" : "SHA3-384",
          "content" : "aec0ef9aed654870378cd37ddcf0af7d79a766bcbb310da0f33919422ae15b7b31d0a0bb5611190e1ee34c9fc62b34a5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "4b624ceebc5094ca5184fa02ec6b5f418c3d31e71c234777243edebdfa68be40"
        },
        {
          "alg" : "SHA3-512",
          "content" : "73462e125758110324da8b4e1c5683c3f8157ce41d7b3759e401f03b3e36afd9af543a78070c013c56c8b501a89d2c32d407629f517e3004394c521f159484f2"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-runner-junit5-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-runner-junit5-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-framework-api-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "016902faea12951016e6415cf2976abf"
        },
        {
          "alg" : "SHA-1",
          "content" : "1ae986c9ed220bbbb5c98059d20126f485cbfebd"
        },
        {
          "alg" : "SHA-256",
          "content" : "354fd97dd0d6628e839a4531dd70b0cdcb716b2dcbd316a882204ae87d8eab74"
        },
        {
          "alg" : "SHA-512",
          "content" : "0874642ac7390c28d87062f155ac31830d085a2ffea8c7590a75a12f4a2a15e9652afba7f26c21beafc869c37dc06125edb0b8436fec27052e849a585b3bdfd6"
        },
        {
          "alg" : "SHA-384",
          "content" : "83d1142d2a6cea1151e65c845b7c9d81144ee1a8ae4093e9ddb7573b13d297507d6d1204dc278facd26be9d4d45184a6"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d0be89fa58242c25f13ed67bc148e0dd552afc2867e1a9ed42c0de6a00a3c27462fc35d5cfa080d67581bb49a96407a9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "2a5a186b03a96a9fd404b11cb9b6becfd93262811d2c064ec9d96f35465f6bea"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0ae6c95d12578fb8673035619f18c7d66ef2abc3ef6ff2d6ddd1790a118a8d119d6ff2c57a2fb101524e5fb8856e62c2dd7cbb3a796ad7cedec6fc84d498c0cb"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlinx",
      "name" : "kotlinx-coroutines-test-jvm",
      "version" : "1.6.4",
      "description" : "Coroutines support libraries for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8da4f5ecc39af7b11272e565ee95287b"
        },
        {
          "alg" : "SHA-1",
          "content" : "27cee4a22d4149a86095bb1b4f4c5f10fbd3be97"
        },
        {
          "alg" : "SHA-256",
          "content" : "69d65e5fea41cbc0bb905d3ef6623a2348b931fd01b9f2c4a1751a372f2e476d"
        },
        {
          "alg" : "SHA-512",
          "content" : "1cfee3788e05f13ecd918da74e370899a61d7b2901738ce4399aea348c05f1e6569a0791e6d54021d9ff7fd01b778dd887bac26fe0109cb4e362722c34b32269"
        },
        {
          "alg" : "SHA-384",
          "content" : "282de9e0a8dd8b3a2ac9afa56261a85e5c19b1760dc93f1e5a54dcef62be7e377b0166df48aa5a96ad0a5bf75f5e6cb7"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4e84d9165151d8b4ca3550536fe504c99a53dc5429c8dfbc803da72a6020165d90b0c4b6a8c38613994eccca37ea0dfc"
        },
        {
          "alg" : "SHA3-256",
          "content" : "474b5931f37b4c22077db70521b8db298a90927f07601c8b97753f59819c8b8e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "86949ebaf183c776f42d1f7eef7da52e75a039ae1ea26c1ca61dfa80bbb574df48b64a1ab575164250087a9e651ac0580508b19f32591134941b3f6419fb04ab"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-test-jvm@1.6.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-test-jvm@1.6.4?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-framework-engine-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ed6ddfcf5c53ef92c2ee969313697ad5"
        },
        {
          "alg" : "SHA-1",
          "content" : "07cf80e3c6ec80ee2476cf2b7ce0c4564485dbfb"
        },
        {
          "alg" : "SHA-256",
          "content" : "f25fa351bf4c7b34a856dfcaa37c3d8fe9b775b65f08d1947e12479fa267ba06"
        },
        {
          "alg" : "SHA-512",
          "content" : "ba700f33a31ac6b5e815268e8e27d4c4bdbea6947621a1ad1b70324ee67dd20db876f3ca2eec2af46cce9410f6a3372a96c2cd8014776aa042cd52f88c5bb83f"
        },
        {
          "alg" : "SHA-384",
          "content" : "3ba66c8c7ec8e6509253618089b5ff20985446a012b3a06e13293c0be71ca92920f7a9c06b0895c0c2ffa42bc96aafdc"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c6afd8c3fd9a6a0fd6d472667babda5ecd4df58564ed4dba3243fea6250bc57e3ef05a17229b429eee2ff13f7c167b53"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6ebbc79d74ca6a5fa7f2c681bf0d3f701609f1574afb1ad79bc9572fa9b8a9a8"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f37aab414edb55f5fb7f4a290af83a825946c24e21fc337b63838e6d65daa29a5e079bba802b63a333b95fd0d7878f95e813ae8eb775e524035ac084c344583c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-framework-engine-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-framework-engine-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.github.classgraph",
      "name" : "classgraph",
      "version" : "4.8.154",
      "description" : "The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "26a1f67d88d7c35c53cd0892ceaab0c6"
        },
        {
          "alg" : "SHA-1",
          "content" : "c778f5a480b71d698b1d98c677315204dc9927f9"
        },
        {
          "alg" : "SHA-256",
          "content" : "f0b04b5d77b18eda30f21f8d1c35cd6e2b8cb2ff0f9ac46e73bd727a4756dfd1"
        },
        {
          "alg" : "SHA-512",
          "content" : "4f8bb38d5757bf66091222d66f70cc3c6d383b58d42c64785ad580352bf65d83af73c127c1c8bee7549badf9d651b74d5a4237565c69631c5aa1e7958255f074"
        },
        {
          "alg" : "SHA-384",
          "content" : "3b667f263a40c29a7e570e7088d534d4ae9f1be0f88c188d2b9d762bc320dbb04066d077cc51ec610ee31792d51dc544"
        },
        {
          "alg" : "SHA3-384",
          "content" : "adbe5136bc9ce5a79a397597b00cf263c32b616c8bfb1494a7482db6c971a558335bde8035eae1c34120e630147bd334"
        },
        {
          "alg" : "SHA3-256",
          "content" : "bb7bb602f99b8acbdbadae9fefa8bde722b4c20dd7368c4282623bcf5cb3d310"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3898501df87753fc90659dbca5efca298e55d8833d708f8d1c264d794bd17fb3a5c295e6d6dbff084865af509b019cd1fd1c89ecc4eb251ec53c3d737932b9a6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/io.github.classgraph/classgraph@4.8.154?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/classgraph/classgraph"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/classgraph/classgraph/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/classgraph/classgraph"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.github.classgraph/classgraph@4.8.154?type=jar"
    },
    {
      "group" : "com.github.ajalt",
      "name" : "mordant",
      "version" : "1.2.1",
      "description" : "Full-featured text styling for Kotlin command-line applications",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "54cc318f8f649f9e9fb0f1781ec2bf86"
        },
        {
          "alg" : "SHA-1",
          "content" : "6cbab1a74ab6dafbf81b7706733d4c2fbaff2e0b"
        },
        {
          "alg" : "SHA-256",
          "content" : "7a714eb8d25b4d9ba7f256a54c7559cca87d85ec90d6943df1913cad43db95d6"
        },
        {
          "alg" : "SHA-512",
          "content" : "bfda5baac0d602d22b2d0595e2874d3cd60ce9912a159fd9c0b3f8d660f1dad1d60f1f2a6290668354bb766d4e977127c0d36bdf772d861914529e5728b21038"
        },
        {
          "alg" : "SHA-384",
          "content" : "555b019e390cb86f04faf96550a31bacbf25a904d0a0f105580898d3980c577794e56231ccdabb23ea81f03c0f2e8e69"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9cec850dee19667ecc9b31f696e4a304e149309d43369e9f0940c8488aa14530ddf26d00531b3809f9390549e48a9b94"
        },
        {
          "alg" : "SHA3-256",
          "content" : "41f4f12fbba6db4695fbbcf46621df87e410cacd428c185155dbedb3f10cf597"
        },
        {
          "alg" : "SHA3-512",
          "content" : "9240da51eb4377382b9fc8c4156c4b079feb2029337e1043cba45a28ab2419dd27962edd8a7fdb6075969a100a4d050ca707f3da141ed55b5ab723b66571771c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.ajalt/mordant@1.2.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/ajalt/mordant"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/ajalt/mordant"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.ajalt/mordant@1.2.1?type=jar"
    },
    {
      "group" : "com.github.ajalt",
      "name" : "colormath",
      "version" : "1.2.0",
      "description" : "Color space conversions for Java and Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "710921faea6d0a8856891908de16dd70"
        },
        {
          "alg" : "SHA-1",
          "content" : "c62f49b31f34588dbbfb477c08fd56bc3026d202"
        },
        {
          "alg" : "SHA-256",
          "content" : "86a51f7dbb32abe410d54331ec61ac0684a543b24ee97967bbac0a4e6729f031"
        },
        {
          "alg" : "SHA-512",
          "content" : "17bbedc9a7cbcc8b4357975ea5b75ae20d729721c74b1bb37493619e26aac1acf8dd3310d3a4bc467ae799c68507c06b0504ef61037e1a517a5d9556a9de254f"
        },
        {
          "alg" : "SHA-384",
          "content" : "fc9811ce2089754f942bbea810b8ae31fb3a094e01c5611497f2a6235a713f4685e248b941523e716f66108441993620"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1bddeea699c4d5cb1669e33e47fe61f78c6488211a4a3c04efc0e75c8557adf39e82c31b970f423961880e0f54661d1e"
        },
        {
          "alg" : "SHA3-256",
          "content" : "bfd097c5edf4cb068c0bfae043be4c71be4451acc3df7bb36d7ca46def4b397e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "511a3d69bd82c7e7e9533488b78c5431e41c9e3aa9ecb93b9c637bfc78b66aae5016e166c705fd6530967c775eae12465e9af96686a842cf3c6cbe0c9530e54a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.ajalt/colormath@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/ajalt/colormath"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/ajalt/colormath"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.ajalt/colormath@1.2.0?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlinx",
      "name" : "kotlinx-coroutines-debug",
      "version" : "1.6.4",
      "description" : "Coroutines support libraries for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9668c637edd0c20ea977d83465d8a5ea"
        },
        {
          "alg" : "SHA-1",
          "content" : "44285dd6fcec4bad505400d075f2783d18a46a11"
        },
        {
          "alg" : "SHA-256",
          "content" : "4dc4c459f6d6264f922ad812b572a4ff92a925110b8339ab222c296980289299"
        },
        {
          "alg" : "SHA-512",
          "content" : "a54c79ff35be74dc827010cc5820fe6e2997469d9279e405a6610e3214e5cbe709cf58e3c0693eab3ebca024c99b1d6349046e52b3b1fd3b8cd4df82bb566046"
        },
        {
          "alg" : "SHA-384",
          "content" : "2f7de9deb1c1350204ad3556be64d63ab98433466057dd9bcf2219caa975868f1160afe07960cd2b28db4c212eb58ab5"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c1b402ce528cb17fe98074aad8cb8735c6e2804b3d2b2debde0fe40a3e7212c09e8bd5b86ad3bb4067a83e2226e2fc4b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "7ceda0db84eee68ce8601767c8bfc48cd671d17ae022164ec8397198b6c714a6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "34356881cf71152ef10604597e5ae4eb5abed565143cffb7718995b9338e65c0e8810a1aaa89a796b7551baa9a4d836e23062c035d0e45ccc9375c9fb6b433c8"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-debug@1.6.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-debug@1.6.4?type=jar"
    },
    {
      "group" : "net.java.dev.jna",
      "name" : "jna",
      "version" : "5.9.0",
      "description" : "Java Native Access",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "bd7ccbc4f374a791fbfc8b79c2de1e72"
        },
        {
          "alg" : "SHA-1",
          "content" : "8f503e6d9b500ceff299052d6be75b38c7257758"
        },
        {
          "alg" : "SHA-256",
          "content" : "eafcc780b445434d3c5ae7fa2fb6665de1a7560d537d2c408a8e80cd14d27161"
        },
        {
          "alg" : "SHA-512",
          "content" : "aca2fc0db125de7a7e92def798a666145d39d572f7b23d8a6a9ac5b4602d3ca222895b839bd846f7043f1ab9c34b0c985388640bc1740993ec55ae91f16b4bd6"
        },
        {
          "alg" : "SHA-384",
          "content" : "ea393b8f76e7333d3c253c6e3a9cd15064a06288bedcf4000c8c69d7e987d7a75deeb8f2d20bb1ea656eb330cfe2dc9a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "bfd8421c5454b55fbc0971647cca8b09a8b6995fb20341e44f154fbd8225e7b38849522899806ed8dd5b7a062838a478"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1e8bfa2ff9240d5a5326b55dbd22fce062f16c5b46b577a16b9db7931b69d35b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f800fed3878737b64b4acc50d7a000096a379f3dcb12a240ef8e1b4928190268f034ac86e0a232341dbd7a6b2650a69f331b59cb871aced0f3889c7e60ed2ad4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "LGPL-2.1-or-later",
            "url" : "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
          }
        },
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/net.java.dev.jna/jna@5.9.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/java-native-access/jna"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/java-native-access/jna"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.java.dev.jna/jna@5.9.0?type=jar"
    },
    {
      "group" : "net.java.dev.jna",
      "name" : "jna-platform",
      "version" : "5.9.0",
      "description" : "Java Native Access Platform",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "6c285485f0fcdb7821c3a06aafb0e665"
        },
        {
          "alg" : "SHA-1",
          "content" : "c535a5bda553d7d7690356c825010da74b2671b5"
        },
        {
          "alg" : "SHA-256",
          "content" : "1903bc6d87f3ab92023957b91f45a9c8eb3515bad030356ce977201e5141b724"
        },
        {
          "alg" : "SHA-512",
          "content" : "65fe7e3bb12ba18f8aaa1134d3f6118b6d987f713c4df2b929b2ccda70c830eb2a3460527d9bf577b24f2a6e4bbd2aa9771552a5a71f3c20b4854da3babb0bf2"
        },
        {
          "alg" : "SHA-384",
          "content" : "e9e5b2fce9cb57a6d8b5797d5611479a3cdf7f7f58901923fc20a79122028d30508dcb0f806ec5f99d419785cf28a4a2"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c87a0bf150347ffdd8d0c2525a2ebafbf941bb27f8e70a48d712de86beacbe5aa0d9a8b46527c02da1e0cfdf21012462"
        },
        {
          "alg" : "SHA3-256",
          "content" : "3236d7292a40fc17cbf3204aaf0f872ccb5074edb5a1a91fa51129033d5abe1b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "37fd6ac1d3f470683a1f35e8ab0592ccc738edcca75a6e2bea280ecc0f3ca60b652e8a100f5fa8b1ff6b03a7f35d9270e88124fbc9aa1746fc517a1275a47f26"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "LGPL-2.1-or-later",
            "url" : "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
          }
        },
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/net.java.dev.jna/jna-platform@5.9.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/java-native-access/jna"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/java-native-access/jna"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.java.dev.jna/jna-platform@5.9.0?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-framework-discovery-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8d824446442b589a35a56414f500cfdd"
        },
        {
          "alg" : "SHA-1",
          "content" : "2a18e6b221cb1280d6e4cb0db9197f9966da1404"
        },
        {
          "alg" : "SHA-256",
          "content" : "f5303bb71bb1172e6c1d4eb13c17911862797def6a8139c23465179063988be2"
        },
        {
          "alg" : "SHA-512",
          "content" : "79a0a63ad981bb51c58b0be60a0d06bb27e4d5b5f02e206ecc0e836164766a8c142c921c8325761882f8ceecad5d4aa915c5f08b1f724754a92715e814cb888c"
        },
        {
          "alg" : "SHA-384",
          "content" : "f3a1d0a5101aab82070c572d44eaddb93635fd2d6b28c18029ead1532d02ed4d9e034282b03394b0404f256bff0b4282"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9ec6e46aba7703132aa00acfb7938856d5f422ee075ee24dc8e03c3897caa86499fdbe2389729df8669900a7ee213f41"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c424ee275682aff2e5237bd7057f5f7eed76d92e5be02e73412ae8b6c5c86241"
        },
        {
          "alg" : "SHA3-512",
          "content" : "1bfa9efc0a07c46e13b2f001c55a5a2ab5426f1267ae517a90a9523290c6e427cf716ac3f09ee580a69c1a31401f985bd4634e6238f77f071bc7b73c65200d9e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-framework-discovery-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-framework-discovery-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-extensions-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "702110456eee538a89e2bee3bb800e06"
        },
        {
          "alg" : "SHA-1",
          "content" : "5f7e56dc92f17b4f44296944b18a9ebc89cc12af"
        },
        {
          "alg" : "SHA-256",
          "content" : "e415d0175ad71bf416860051cbecd466195a01351449bcade67306fb45d0a4c9"
        },
        {
          "alg" : "SHA-512",
          "content" : "cd5e799c51264d081556c48cde96eede5dd39fa2b0c8b2622e953240f0c5a78fd7584d29eb35d0e258a521b95b9a3229cf55facba7a352163accadff72a765f5"
        },
        {
          "alg" : "SHA-384",
          "content" : "a32b3bcd22be3e977b53c778e33456d9e59434d1fd52dea08408db593e8376ebd7ddfc127adf5052effe0f41140546f4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3f30fee29053f2ad07780d5411700a30a552fc39c04eb45e392aab662ab5c32ee88c8611d12e24fb246846b5693425f9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b6e114a30d28dc2b4e43e80a5834d655a7cf03d7ffbd6eb4b3baed0a0270d87f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e0dec8228956a7b31bd4dbb9075b217c57d0c37f3a49088ba00a5a58247fda9b357a22f10ee5de90a25085f38a201a988839cac8bc0801649f5f1efb1774a18b"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-extensions-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-extensions-jvm@5.5.5?type=jar"
    },
    {
      "group" : "io.mockk",
      "name" : "mockk-jvm",
      "version" : "1.13.1",
      "description" : "Mocking library for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a0c7ad9e7ab78b6abdebdc30be719dc5"
        },
        {
          "alg" : "SHA-1",
          "content" : "d39801a79a771f52d8eef3ead1b58ef44b888e02"
        },
        {
          "alg" : "SHA-256",
          "content" : "17fe2fcdbacc18b28b6a3b14ac992c9010c76e370acc2fcb76f45fea1f5b84f0"
        },
        {
          "alg" : "SHA-512",
          "content" : "8551bcd5851a70ceb80fc8295ac546ef074141015a96b6914d9fcdd5cc8c05c3a6cbb1c80a2322b5fc6f7b48f75c125453aaa2db4e4fa3ee69b3ac3b4f9ad8c5"
        },
        {
          "alg" : "SHA-384",
          "content" : "f58e8e74138bf1739ce54e19c3385c0450f0c51f1d537cdf8bd88c8141aa12b6150116811af2e8333e7f021ef5e35744"
        },
        {
          "alg" : "SHA3-384",
          "content" : "cba677c32ee34dd2353f0fd88ce91ba9a4826236dce1ca2758f6b5779f601716f3d81268954a2bf9878acb18e492e68f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "a9dd997b833c7e4ee0cb1c72178c0f64f8c023266d4bd04481e1194192c2734e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "df72fdff2531f79fbca517b4ec95809d0d4354029891411ea3ed03b91c67203a84cfb9ad2a820a6309510d56977e61980ca4ff5d1c86889b5d1665c0216249a6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.mockk/mockk-jvm@1.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mockk.io"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/mockk/mockk/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.mockk/mockk-jvm@1.13.1?type=jar"
    },
    {
      "group" : "io.mockk",
      "name" : "mockk-dsl-jvm",
      "version" : "1.13.1",
      "description" : "MockK DSL providing API for MockK implementation",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "c7b5aaa4598d1a8de35bffc8a8b7d25f"
        },
        {
          "alg" : "SHA-1",
          "content" : "52e8c16ac5171008b1e64e3e4e407f9084565528"
        },
        {
          "alg" : "SHA-256",
          "content" : "7c9914d6d69040dad0f4e4995c853270dd3f818fb7c9b5f5ea2f9d626f4a2edd"
        },
        {
          "alg" : "SHA-512",
          "content" : "3a8bbadaf2bd9590dcd313a65b711f309f328b5062821afd5db716de3c6308c466cd214438563ce9ddea2571fb55c975dc35851409d0a23096a163e6b9c0cce3"
        },
        {
          "alg" : "SHA-384",
          "content" : "4ae2136eefc30cfed647341112257436a77bbc0ca6f0c1abb53f0e4e93584b7e2dfdc0dcc5a7f8f6b50b622cb21194da"
        },
        {
          "alg" : "SHA3-384",
          "content" : "812b1f8ff8c5f1369bd3935d4926b9bfaac73108ab8f0162123552eb58f9e8aa8392d5ce262927fb7a8e9f3d4b56911f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "859a30665eb90b9900ca78aa3de62081c81f0356d18150ec6255af8f8d16f6bb"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d6359db24a414c6acaac562b91e543e37435b21dc2367dbf40190bf5957cbc3c37f5759d52038994ec6232c683867bba5289579a1f865bee6d82b7b885f79cdd"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.mockk/mockk-dsl-jvm@1.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mockk.io"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/mockk/mockk/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.mockk/mockk-dsl-jvm@1.13.1?type=jar"
    },
    {
      "group" : "io.mockk",
      "name" : "mockk-agent-jvm",
      "version" : "1.13.1",
      "description" : "MockK inline mocking agent",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "37d28a5b3373e064fded6406392d4472"
        },
        {
          "alg" : "SHA-1",
          "content" : "b89fb8d19a505827727f8cf5707334a52786bd87"
        },
        {
          "alg" : "SHA-256",
          "content" : "3b06f04f19f2c9b1592d672639f3de387cfa2f10fe3aeb87ac5499837966355a"
        },
        {
          "alg" : "SHA-512",
          "content" : "0eeb1612454a56ff64b422ac8a70bca9ebdd5862bdef48fe1e102f41ad42e8ff7cce2ebd293f0537b36989921d4af9288446856f9f1f02df58061739cc64e264"
        },
        {
          "alg" : "SHA-384",
          "content" : "d6c4a7bc512cb83538785e36c59d51656ac38b968e6d7ee77b4faea11354613b23b0b8df1702a0a4ca41f02098a9d1a9"
        },
        {
          "alg" : "SHA3-384",
          "content" : "175b2b33334df8e817e721b1e5ad10870c093fbf55011c1df245c2b5e271508815069af6d95a89d93f1c4fce8d1164f3"
        },
        {
          "alg" : "SHA3-256",
          "content" : "fa68b4175c310358d7cbfd0f28013b10010f7b00f13e4bbf670ab4f0744f11a7"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4ed0b788e4f7d7f4981c71ca4293ca177402e5b41e9e1faa8f43a0e21ad23f84b1628bf9b0aaf3daa1ef6208c1f101daaf7e849bd7a8b2dc4f63128b2cdc60f1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.mockk/mockk-agent-jvm@1.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mockk.io"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/mockk/mockk/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.mockk/mockk-agent-jvm@1.13.1?type=jar"
    },
    {
      "publisher" : "Joe Walnes, Henri Tremblay, Leonardo Mesquita",
      "group" : "org.objenesis",
      "name" : "objenesis",
      "version" : "3.2",
      "description" : "A library for instantiating Java objects",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "5c1ee20481a06561af295034ea89c4b4"
        },
        {
          "alg" : "SHA-1",
          "content" : "7fadf57620c8b8abdf7519533e5527367cb51f09"
        },
        {
          "alg" : "SHA-256",
          "content" : "03d960bd5aef03c653eb000413ada15eb77cdd2b8e4448886edf5692805e35f3"
        },
        {
          "alg" : "SHA-512",
          "content" : "13dbec3062b19c5b9920c0b69e842a9648f2a148c57b6977d90deea22b829cdbce4eaff1ae7763f397f6465ccb35b31e097078de507dc6de25cb95ec796045f7"
        },
        {
          "alg" : "SHA-384",
          "content" : "7d70ab00e728b4233e38729f0eb392d14e828e857421ad66fc678cd162cf22d34958993d5c38fd8a0d8355d3859b763e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "bc65ce0bb9d6a6fcb4ea8fabf1b1c5ae4581f164afc19fc9be0d1f4ca1ab64e05baa1953002ebfd0f416ace5a98082f5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "80d9880e5adfd1c2df997f8797f5bfde646f967e1b3d6e15f5781c2f3176aba7"
        },
        {
          "alg" : "SHA3-512",
          "content" : "cf3b51bbdba064f99ec3574b050b73a575c62cc58ecb00c91d213cce0c3a0ab48007a1a5ba30bfdf3c8e8fb7e87707f804b33b25977867e325eb87cef07b780e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.objenesis/objenesis@3.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://objenesis.org/objenesis"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/easymock/objenesis/objenesis"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.objenesis/objenesis@3.2?type=jar"
    },
    {
      "group" : "io.mockk",
      "name" : "mockk-agent-api-jvm",
      "version" : "1.13.1",
      "description" : "API to build MockK agents",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "bdc01c64fe270d5415015a644b7d05ce"
        },
        {
          "alg" : "SHA-1",
          "content" : "de23b08f4c7a6b593d74225da27352cb8a423e76"
        },
        {
          "alg" : "SHA-256",
          "content" : "e73ff0df72e95a4367a9f4048ce02836b45252128d899a797c8c24da2d4c5816"
        },
        {
          "alg" : "SHA-512",
          "content" : "90531224bd1ab55ab6e383c1b3917ae24b9a6276e618245700c1277e7ca24e9bd09385e571416e0f991be45e5ad2729b47fc811db2d6c31754873a82f4a169e0"
        },
        {
          "alg" : "SHA-384",
          "content" : "111892d389080414f1c7a345422a37e7a62583cb870031a856fb1297f716f0563be55ad2826b690ac843be941da00c0e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "915871a7530b520a8c0d9cf6c430788794547c395a7a0166960d0647ce5b9c01a1c94ace751036bd5a8dc06695b33e30"
        },
        {
          "alg" : "SHA3-256",
          "content" : "a150c52e05605ebf4a2f5be267d274e7237a501c4fd6ef6bf22d2f2655190f09"
        },
        {
          "alg" : "SHA3-512",
          "content" : "444a3269f2cb8a87473040642f55f53d9fdfb523bc610ebde4a7024a76d8276c31f99619f0559050454cd105f91a3167549278aaafa3d82c7ff1d83212224df4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.mockk/mockk-agent-api-jvm@1.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mockk.io"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/mockk/mockk/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.mockk/mockk-agent-api-jvm@1.13.1?type=jar"
    },
    {
      "group" : "io.mockk",
      "name" : "mockk-core-jvm",
      "version" : "1.13.1",
      "description" : "MockK functionality that is used by other MockK modules",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2b2efe45821488a043c86ff77474c8a1"
        },
        {
          "alg" : "SHA-1",
          "content" : "e5f35353fa59a570f04c963dddd6e01815d36d1b"
        },
        {
          "alg" : "SHA-256",
          "content" : "3951eb88159bde18d8f0102408d17f528e2e4cea8e3bdb211570121d52083729"
        },
        {
          "alg" : "SHA-512",
          "content" : "be229440fbf7432eed96fb5d95fabc6e790337f336c0ef6b5dbf6e19cb64efef1a6369223b3a68afa5afc841eaf22bd23b8bf7aa6fb6ce620d4ad1f81c8be6c8"
        },
        {
          "alg" : "SHA-384",
          "content" : "bfbaa462e596e6efd3bd3309450b3598a696ab5cdb63dad3b82f3351c184a5cb100255800dec73cd4c4d60b2d843a5c5"
        },
        {
          "alg" : "SHA3-384",
          "content" : "5fbbd17817c87c2e8eddd53dd26714d3c675fb2702451cda0c30eae1b98f722b2f7b0498985e8878c6ab1976741e5ded"
        },
        {
          "alg" : "SHA3-256",
          "content" : "19e08b39134b47518a2ed3e7a427b7df4cb96d55e721baa0f90491dd23f6ef82"
        },
        {
          "alg" : "SHA3-512",
          "content" : "8e922af51996998016f03f5fe2239acced117167fd36ac2919a6053a369500b38a459a66ad02b52cbbe3d01ee766db0ed03c147bd19a02e7ede6a135116f88a3"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mockk.io"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/mockk/mockk/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlinx",
      "name" : "kotlinx-coroutines-core",
      "version" : "1.6.4",
      "description" : "Coroutines support libraries for Kotlin",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "76fdf72d6a7e8b197d3f748477612311"
        },
        {
          "alg" : "SHA-1",
          "content" : "3107ff8b8130b4c17c0745c82b0ca1c4ff39aed2"
        },
        {
          "alg" : "SHA-256",
          "content" : "778851e73851b502e8366434bc9ec58371431890fb12b89e7edbf1732962c030"
        },
        {
          "alg" : "SHA-512",
          "content" : "7318b6d1a3ffce8d18cd92cd899ba582beeaa5d1010ec97ca3b8eee5e4d83afdda989da76e107792aede84334534938f6b5178ffa003121bd2efb3a835a80371"
        },
        {
          "alg" : "SHA-384",
          "content" : "0c16c1ce0d6ffa41c8b6e62f5af12c27a49002b3e70bc0c65ffebf0a874354a233f49a74584fe09ab055e10d7e9e7b49"
        },
        {
          "alg" : "SHA3-384",
          "content" : "689cbf8bf07d24a54cad0b18fd9c548c852569d6a88ec363e8164e3837aaf9312a17bea6e4e04429b5c90bb42a7a2514"
        },
        {
          "alg" : "SHA3-256",
          "content" : "3978e41e31f60f016b5ca2d1fa8cff3e996e202e6cdd309de3f61a710684526a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4e81ddd353f4bb848d2cdf46ca2e5f24be4155ef5cac5bfa899df243789e32f2e6eaf42422f63501aad9c77b0c8ee06af183f5be8a9a91f69e8af922d25196e2"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.6.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/Kotlin/kotlinx.coroutines"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.6.4?type=jar"
    },
    {
      "group" : "io.kotest",
      "name" : "kotest-framework-concurrency-jvm",
      "version" : "5.5.5",
      "description" : "Kotlin Test Framework",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "daf06f83c878fe12d1084d1e6d54630a"
        },
        {
          "alg" : "SHA-1",
          "content" : "408f68dd8e67871d44a5d4a3d1d1a84a6e127530"
        },
        {
          "alg" : "SHA-256",
          "content" : "396e4e9b1fdd371ad3122a81291c69d63355e57b2152c3ae850d974a4ca05414"
        },
        {
          "alg" : "SHA-512",
          "content" : "34932da02a56de124f380ea317cee36241e01063cb301ad41be2fdb243c82cff6363d49994617d2ab3806ff0ed6d6eabc15e93c864bf445a605950911a46832c"
        },
        {
          "alg" : "SHA-384",
          "content" : "4823754bdcfa82de4f420b25adf8568bbb3762eb23a9e8860a6c36d9d5874d936dc86145913e3dbeae2787a088251049"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b6dd0625b49dcc6190ca1e691fb3c2c268a3fd0230799584c19d5f9c399e5c8df19199bb4d37e4b2b6cc86562acce562"
        },
        {
          "alg" : "SHA3-256",
          "content" : "f6f4bcbaf29ff493584009c136343285f30084cf5bdf4ab92aaae31373f4b01e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "617f4f1636188e7606b43bd0caa368dd22a20afb0994485679287b443c7f28b90ce7d77741910947123c62272a7e6ff8cefe82245773b2ea540d19fbaed966fa"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.kotest/kotest-framework-concurrency-jvm@5.5.5?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/kotest/kotest"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/kotest/kotest/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.kotest/kotest-framework-concurrency-jvm@5.5.5?type=jar"
    },
    {
      "group" : "org.jetbrains",
      "name" : "annotations",
      "version" : "24.1.0",
      "description" : "A set of annotations used for code inspection support and code documentation.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "38673abe87d12508cd05498eff0b9731"
        },
        {
          "alg" : "SHA-1",
          "content" : "7af6a669488450c4a07c2c3254e2151df42d7d04"
        },
        {
          "alg" : "SHA-256",
          "content" : "27a770dc7ce50500918bb8c3c0660c98290630ec796b5e3cf6b90f403b3033c6"
        },
        {
          "alg" : "SHA-512",
          "content" : "663395a885561cc97eed411c67b496c06ec9a54906185a871de8743bf53e92152f4bc7c2a0118b7f3cfe85cc0a6c408ac6d589839b8d25c851637f85880331f2"
        },
        {
          "alg" : "SHA-384",
          "content" : "85779b72d864894f1d3cdd489b0a419c0620281c4fd22a061f4a3fe2aee91015681889573200cd2124c3add48a3216a6"
        },
        {
          "alg" : "SHA3-384",
          "content" : "0cfce80b012ba441be96368fe8af54e805100f7680fdbb7defae4dd07ff3c75cd0f89b993a61bef139a405637a73236f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "f7c5e25c9c16aad9f5482f3853660238db4f32be72c20f40383a1d20e0306f42"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0f74369cdb67a58c0f89033723665320eb535d1c1e66049347f6b3e25cbf7d1f80b8fa3a7b3e0b4fa8eae8d9ec8c30510b65bab581adeaff3f94651fa214105a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/JetBrains/java-annotations"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/java-annotations"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib",
      "version" : "1.7.20",
      "description" : "Kotlin Standard Library for JVM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "7cfb8be308c9a4f783126cd2d5ff004e"
        },
        {
          "alg" : "SHA-1",
          "content" : "726594ea9ba2beb2ee113647fefa9a10f9fabe52"
        },
        {
          "alg" : "SHA-256",
          "content" : "7779ec96b9acbf92ca023858ac04543f9d2c3bdf1722425fff42f25ff3acfc9b"
        },
        {
          "alg" : "SHA-512",
          "content" : "cef14c955671acec83771eeab3a5d2d25d73a81b7eadd7288d702f317f3a3afc1cae74161a7efab8a8b9ecdb3a5ba4cfd6bd7ca88fde126003d4b8a3f09281fd"
        },
        {
          "alg" : "SHA-384",
          "content" : "38eb501f0ea13ab021396f6118fca707ea2375cc6985ece19ac19aa31de3bb96e264a28cff11b8aedfc45f7496715571"
        },
        {
          "alg" : "SHA3-384",
          "content" : "8e1742b1c45bb5b269ab10432541c1ebd45566226007854029eb76108e50fa46169cf3e5cef99979e599e5d642c14a9f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "33cebd9cbeb200967919a0c8f9e78d211a86aa0f71383010237a3c1efb6a5c55"
        },
        {
          "alg" : "SHA3-512",
          "content" : "5ca8dbc314b0461df40488d0c41846c390efa66131660b689300e89ad52eb7f66321f2adcab8fadc756e5295cb7bd88d9dbdc56f9d0af0ff499f92410439e084"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-reflect",
      "version" : "1.7.20",
      "description" : "Kotlin Full Reflection Library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "e3b30c729e245ac20843cca0c44b29bd"
        },
        {
          "alg" : "SHA-1",
          "content" : "12b2501e33bb6373e8e347c86d85481863629381"
        },
        {
          "alg" : "SHA-256",
          "content" : "afe70b6faf6c23f6fedcb0cf88b07cb1778139f4b744ae13b23eb8bbc4ee09f8"
        },
        {
          "alg" : "SHA-512",
          "content" : "f83d14e30653cf0255ad14384a48ac17ee92f1f56c76d9beb9210cea9ecec7d4fddf5482e13fd33743cfb45a6e659c8a2049747143cfaea9f1ce5825f9f58185"
        },
        {
          "alg" : "SHA-384",
          "content" : "e10be84adc4d9aa883be73514b4ad5b46776f12deeef60517cef468fbb241bac49586d5268a73150ca6b8c60a3ac4bf3"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3a5e9448584fdeea0f0c090fbc52873253e477af9031c78b24a0be8a7bd2e78aa873e90343cdcc40a8823847278cf992"
        },
        {
          "alg" : "SHA3-256",
          "content" : "e5ee5998fbd71a7f62cccd37023bebc895afad2a8a19985f4f2145d7a7fdf657"
        },
        {
          "alg" : "SHA3-512",
          "content" : "dc9f1126b1c6cf573175f6c89dd10c27ecb1dfb4aa806a20787901a2ce9b6f3fb8d7b0655e5ed1d48e1dfefa822e21f5a65de83cef0ef404a7c35299e7868ba4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-reflect@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-reflect@1.7.20?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib-jdk8",
      "version" : "1.7.20",
      "description" : "Kotlin Standard Library JDK 8 extension",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "6c5634c67084564766fe5e8cfd2f3aee"
        },
        {
          "alg" : "SHA-1",
          "content" : "0eac6656981d9d7156e838467d2d8d79093b1570"
        },
        {
          "alg" : "SHA-256",
          "content" : "1da0d306c995945e1f807240ef64b5cd2dd5ac58612afb1a8596143d10b7ded5"
        },
        {
          "alg" : "SHA-512",
          "content" : "409356e2988dfd98bfe81301ce5f00ae53a948fe70d4ffa4fd8c58f7cc1409901807a58ce25c7a90767b802e5f9284501ffde947d5d4bd9bb95d00c1797de6ad"
        },
        {
          "alg" : "SHA-384",
          "content" : "6fb71cf0813067b6d05bfcacafcf3cde01effa460d48c908669701d057c56c2abb3aa2bd130359c822de145ae72c458f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ac03168cef23164151110f8b705f773f5b027fbdc6a0367a0d256303b1f01808b9576ac4cc52391980c8b5a84ff1a425"
        },
        {
          "alg" : "SHA3-256",
          "content" : "62983d8fa23067549a0be8ef3de9efb0d8bac52a89a08a181e7e3c034f1a8f08"
        },
        {
          "alg" : "SHA3-512",
          "content" : "b3dd090483d27190d964b52759ae78f6040cd216ace34e5bb26472a36248e5c3a3dfdd252b7590601826a3eccf44cbe28ef82ec199784265bde9da21dc9b8ade"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib-jdk7",
      "version" : "1.7.20",
      "description" : "Kotlin Standard Library JDK 7 extension",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a7c18462c8849ced434abc6254898a07"
        },
        {
          "alg" : "SHA-1",
          "content" : "2a729aa8763306368e665e2b747abd1dfd29b9d5"
        },
        {
          "alg" : "SHA-256",
          "content" : "524da3c1a2ad56fd52c4ae2272ef3de421de8d2047ab1c51fc306d351243f2f5"
        },
        {
          "alg" : "SHA-512",
          "content" : "46c84ecd119f5d2b6d1e34fcd7e69ca92410e807e1e73ae9aab2c555c97c6710c8a65dc2666cbe832520eff90441c1e164b98213941e71bc12d1326d98499886"
        },
        {
          "alg" : "SHA-384",
          "content" : "4b4eb0d4d7d41f45db2cdc102f00e652c36415a8e0aa32dcdfced9f2a368c2121b7374086973ee02a5fce809524659f8"
        },
        {
          "alg" : "SHA3-384",
          "content" : "357817a68255ad5e4e01b032bd9592eb5b9a6ac36eeef82eafed47d0505667ad4bef4816da092671e8b6d64f0a66f275"
        },
        {
          "alg" : "SHA3-256",
          "content" : "9103b07d7de8f2e54de5ee9b20c1abb25004940b372b6a6e8ad535ad3b22760f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "dd72bddf9eda7d98b43dadfcb12c00baeda1d6de402925ff20d3def29483aec16376565460882b8a636909eb3736647ff4591ae92f46bfaa7f4286b85a00cbf1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.7.20?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-test-junit",
      "version" : "1.7.20",
      "description" : "Kotlin Test Support for junit",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2c3fa67810e441b72fdffc3723a1d347"
        },
        {
          "alg" : "SHA-1",
          "content" : "d32c2a8433d4c8bfaa0e75e72cd9f0c365d56045"
        },
        {
          "alg" : "SHA-256",
          "content" : "745932f4351c97f1cb59cdd47db8dc1feaae1c83ab13ead2b0d920f7baef2c64"
        },
        {
          "alg" : "SHA-512",
          "content" : "b0b1000e061e536519efa99a08f8e7c97b83ce3272af6473594a3acb4e7239bef0fc0e26200d3da81180d1b9e7005c6df0070c08ffe9b4cb5b896888628ba0e4"
        },
        {
          "alg" : "SHA-384",
          "content" : "378d198559c406b3ec63f3450d0aa5dec5f79d939bf2556244735896ba282ccf77bd6c2f0c8d2a5cb00ac576afe366d0"
        },
        {
          "alg" : "SHA3-384",
          "content" : "298d1690a3e5ad035cb4b32c6335c87446803e311ecfeadaaf6ac1bc18563a7c12a62bc2026e0616bb1559781b0a378d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "06b3615504133549e6d48098d46fb61b62f889762abe503a92c171a84229216a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "b54ce8489e80dc6530986966f806b876f1c5fce06ce5b89edb1155f61620aa205a1ac262edb08a062461017fdc50f4ea30e0b34bb4083b9cd47d09f065899501"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-test-junit@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-test-junit@1.7.20?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-test",
      "version" : "1.7.20",
      "description" : "Kotlin Test Multiplatform library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "656eb83bdffa1be11dc62d57de7f82b4"
        },
        {
          "alg" : "SHA-1",
          "content" : "1cfae9a58285c1bafb4ad0bd1b27406d97a2623c"
        },
        {
          "alg" : "SHA-256",
          "content" : "57f82549c1ff9cb0cd40eebffad9342bbec4d868269bee3fcdd109be91581f5c"
        },
        {
          "alg" : "SHA-512",
          "content" : "068f0a39dd54c75e3843afc12e2498a9aa6960d957e9798d9c7603f73b0089f8c2e94bbdd914de11b471a9636a99965a9a49b5024ebb7d66f32b035db2f76e7f"
        },
        {
          "alg" : "SHA-384",
          "content" : "80d2caf9c27dc957b2e14c3f26106dbd2f5d0949eefe623a9798e005c13a3beeacdf62f99ecf5c87978c842426087332"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c4eb1a1954b9beb185fa161c1ecf13c6ed66e206eeee4dec8d9fc44ba473d67d49550fff908584f6c5dc30275bc6e483"
        },
        {
          "alg" : "SHA3-256",
          "content" : "e9beb05dbe030e19462a3976b875ffa5377a3409d1f93fdd2f8e3d4e0b6c85cf"
        },
        {
          "alg" : "SHA3-512",
          "content" : "23f28390c1f26c2448bede68a0a94e59e4586eccea2bff35c6a6fc4f7a754d90367c505e30e04dace9c37b3f1e4cb3830958682840b77375de4a426622d901ea"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-test@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-test@1.7.20?type=jar"
    },
    {
      "group" : "com.github.oowekyala.treeutils",
      "name" : "tree-matchers",
      "version" : "2.1.0",
      "description" : "A testing DSL to specify the structure of a tree in a concise and readable way.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "3eb49b5a5b2a7fc135a18dece18c7017"
        },
        {
          "alg" : "SHA-1",
          "content" : "867ecf620f8168b3086e86aa7dd980b1bda9ddbb"
        },
        {
          "alg" : "SHA-256",
          "content" : "5f887c5c5b39a30bdae8837e3b097a0c4826a2dd6d4419d673982134aa97c110"
        },
        {
          "alg" : "SHA-512",
          "content" : "dde599cbe18aed25c14224589e7663e3565be4adf5379bc16acfad4a1468f941454db3c4d1a1d9790215e75431d09e90985ecd95dd8ce9010399dbeefe6f8ff1"
        },
        {
          "alg" : "SHA-384",
          "content" : "4f7cc1b6c478d0d4a8b6c19b01a14d61e7ad53a56e20c6693cfe8bf57681798544aa1f538295af79cec3660e880ace9b"
        },
        {
          "alg" : "SHA3-384",
          "content" : "18d82038e92f737529204bac74e8ebf1421b1afddcecc1f0e080df5cdf1b20ff15edf184ecdfe5b403de6026c764af76"
        },
        {
          "alg" : "SHA3-256",
          "content" : "d1194572bb482453688520104352e9dad75d2004c3d6668fb821c2c63f3054b7"
        },
        {
          "alg" : "SHA3-512",
          "content" : "71293868cb6124aa989f0ebf17a6d9e017e5fd0f82e9a8e0c92a8cf0ee737f5832cb17c0cce776ce772e9006207015489d1043f13cea2a5cbae96be98fbbcb1a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Unlicense",
            "url" : "https://unlicense.org/"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.oowekyala.treeutils/tree-matchers@2.1.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/oowekyala/kt-tree-matchers"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/oowekyala/kt-tree-matchers"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.oowekyala.treeutils/tree-matchers@2.1.0?type=jar"
    },
    {
      "group" : "com.github.oowekyala.treeutils",
      "name" : "tree-printers",
      "version" : "2.1.0",
      "description" : "A set of pretty printers for trees, any trees.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "157347d82ff8a1c816d15282e38880f1"
        },
        {
          "alg" : "SHA-1",
          "content" : "e43fe0d38666173058b12220b88ce291fbe2e479"
        },
        {
          "alg" : "SHA-256",
          "content" : "24b074d4b9035ac0203a7e9d59df46831ccf4edbb839f829117cdfa75495824d"
        },
        {
          "alg" : "SHA-512",
          "content" : "1259fe7b69a5643de841a6aa98635b3b18171f3d9034ccadd4968a0f51a8424ec5537c86121ee7bbb631a46843c57c7fb0ca3531458d1d369dc1d6f061512875"
        },
        {
          "alg" : "SHA-384",
          "content" : "c0451bb577ecacad41c2854b091887e180520363d0de1870b81f33bdb8181bd2c7e7172c1079700d8d5a95547b300b07"
        },
        {
          "alg" : "SHA3-384",
          "content" : "fd8aa58bba9395521352c897af00f889a657fc2a61724adec112bc8b66a5e8852e2ab05724f263985086ec1a7bd3a273"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c0ee77791a82814e598aec8515610a4c306703c4dd4a92f99894663d55d07853"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d6ec9741e453c3609a7d2b98c4b7ecd154bca4378796d57c1f221586a712881ba1511e72d35000ed4a2664176b7c844275ef8ccbd54bbc7adb45f18f0a377515"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Unlicense",
            "url" : "https://unlicense.org/"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.oowekyala.treeutils/tree-printers@2.1.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/oowekyala/kt-tree-matchers"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/oowekyala/kt-tree-matchers"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.oowekyala.treeutils/tree-printers@2.1.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-apex",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-apex/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-apex"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar"
    },
    {
      "group" : "com.google.guava",
      "name" : "guava",
      "version" : "33.0.0-jre",
      "description" : "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "5d8aefac09131c3a74d6dab4b01bcff6"
        },
        {
          "alg" : "SHA-1",
          "content" : "161ba27964a62f241533807a46b8711b13c1d94b"
        },
        {
          "alg" : "SHA-256",
          "content" : "f4d85c3e4d411694337cb873abea09b242b664bb013320be6105327c45991537"
        },
        {
          "alg" : "SHA-512",
          "content" : "bb122b4c6df2ae3282eefdf313f8d4a3d75e363cfb30ae65a5e51f744105e6fb7b5b77c8cc07a1d37fea0947aa22ac3070063174826408b57a44b2f26856ff3b"
        },
        {
          "alg" : "SHA-384",
          "content" : "dd0d01893159e2d734b885386635024c94606d5fe6259951e1f2ce37f026f60a419fefa536aaaa6274fdd2d5505e640a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "a1b5933d73ea9881293e19fab4bbef2b301a88e480f4fcb2d1187e383dba0d5c02c8884997fd3f0d20456ab8c27e3898"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ed01cc65afe540179c8e54dbc09331b679521cc5a6617389814fe2038603c7ba"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6a422f8b319cbc21a87c7e03ff94ac4da0eedd8b9960212fb14446bd21da281afd8140ec7f3d3043e80e8c5b16ce50b5c27a235908f23ae4127e8d925a16886a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/guava"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/google/guava/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/guava/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/guava/guava"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar"
    },
    {
      "group" : "com.google.guava",
      "name" : "failureaccess",
      "version" : "1.0.2",
      "description" : "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "3f75955b49b6758fd6d1e1bd9bf777b3"
        },
        {
          "alg" : "SHA-1",
          "content" : "c4a06a64e650562f30b7bf9aaec1bfed43aca12b"
        },
        {
          "alg" : "SHA-256",
          "content" : "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064"
        },
        {
          "alg" : "SHA-512",
          "content" : "ff4ee76aa661708989d53d45576cff3beea9ebbd86481dbbf2ee8c81bb22f882097b430588312b711025f0e890f22c6799d722ccd422a6a7278de08660fe2f51"
        },
        {
          "alg" : "SHA-384",
          "content" : "85a7bd379da27ad57a4e5c02099fef206083caa52244597ac858a921b48e2912cfa7ef0e7d0c7a10ab2dd8d0f7d6ada0"
        },
        {
          "alg" : "SHA3-384",
          "content" : "652b22d09b297320e62ac254801e7d3a0fd2a8038461c5cbf7a53a27d681f62b768b964aa62c864453c4e7af217c8c4a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "a650b2f7982affc2dbb7e2807fbb0fbf58b74fd8dc111cc6dc5e95a00179b7e3"
        },
        {
          "alg" : "SHA3-512",
          "content" : "2c5ee7629a8fb1c952f437b80fcd1cff86c54ff81de02eda1eb73c0bbfe38d3f072946f8c6396c7f1e46e16a6d44ad393dfe6fd2dd96f75ebb854263d36bb193"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/guava/failureaccess"
        },
        {
          "type" : "build-system",
          "url" : "https://travis-ci.org/google/guava"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/guava/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/guava/failureaccess"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar"
    },
    {
      "group" : "com.google.guava",
      "name" : "listenablefuture",
      "version" : "9999.0-empty-to-avoid-conflict-with-guava",
      "description" : "An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second \"version\" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d094c22570d65e132c19cea5d352e381"
        },
        {
          "alg" : "SHA-1",
          "content" : "b421526c5f297295adef1c886e5246c39d4ac629"
        },
        {
          "alg" : "SHA-256",
          "content" : "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99"
        },
        {
          "alg" : "SHA-512",
          "content" : "c5987a979174cbacae2e78b319f080420cc71bcdbcf7893745731eeb93c23ed13bff8d4599441f373f3a246023d33df03e882de3015ee932a74a774afdd0782f"
        },
        {
          "alg" : "SHA-384",
          "content" : "caff9b74079f95832ca7f6029346b34b606051cc8c5a4389fac263511d277ada0c55f28b0d43011055b268c6eb7184d5"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e939f08df0545847ea0d3e4b04a114b08499ad069ba8ec9461d1779f87a56e0c37273630a0f4c14e78c348d3ac7eb97f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1f0a8b1177773b3a8ace839df5eed63cbf56b24a38714898a6e4ed065c42559f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6b495ecc2a18b17365cb08d124a0da47f04bcdde81927b5245edf3edd8e498c3c3fb92ce6a4127f660bac851bb1d3e4510e5c20d03be47ce99dc296d360db285"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/guava/listenablefuture"
        },
        {
          "type" : "build-system",
          "url" : "https://travis-ci.org/google/guava"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/guava/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/guava/listenablefuture"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar"
    },
    {
      "group" : "com.google.code.findbugs",
      "name" : "jsr305",
      "version" : "3.0.2",
      "description" : "JSR305 Annotations for Findbugs",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "dd83accb899363c32b07d7a1b2e4ce40"
        },
        {
          "alg" : "SHA-1",
          "content" : "25ea2e8b0c338a877313bd4672d3fe056ea78f0d"
        },
        {
          "alg" : "SHA-256",
          "content" : "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7"
        },
        {
          "alg" : "SHA-512",
          "content" : "bb09db62919a50fa5b55906013be6ca4fc7acb2e87455fac5eaf9ede2e41ce8bbafc0e5a385a561264ea4cd71bbbd3ef5a45e02d63277a201d06a0ae1636f804"
        },
        {
          "alg" : "SHA-384",
          "content" : "ca0b169d3eb2d0922dc031133a021f861a043bb3e405a88728215fd6ff00fa52fdc7347842dcc2031472e3726164bdc4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9903fd7505218999f8262efedb3d935d64bcef84aae781064ab5e1b24755466b269517cada562fa140cd1d417ede57a1"
        },
        {
          "alg" : "SHA3-256",
          "content" : "223fda9a89a461afaae73b177a2dc20ed4a90f2f8757f5c65f3241b0510f00ff"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3996b5af57a5d5c6a0cd62b11773360fb051dd86a2ba968476806a2a5d32049b82d69a24a3c694e8fe4d735be6a28e41000cc500cc2a9fb577e058045855d2d6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://findbugs.sourceforge.net/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://code.google.com/p/jsr-305/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"
    },
    {
      "publisher" : "Google LLC",
      "group" : "com.google.errorprone",
      "name" : "error_prone_annotations",
      "version" : "2.23.0",
      "description" : "Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "b3ea764beb68c9b44cf57c1b5a5608b2"
        },
        {
          "alg" : "SHA-1",
          "content" : "43a27853b6c7d54893e0b1997c2c778c347179eb"
        },
        {
          "alg" : "SHA-256",
          "content" : "ec6f39f068b6ff9ac323c68e28b9299f8c0a80ca512dccb1d4a70f40ac3ec054"
        },
        {
          "alg" : "SHA-512",
          "content" : "a71637e21cdd4f236494af2fabe6ddcf3173c53627b9157913195e9f5b4a6b1d000122d7eb10229059f50deb8115d91fd25d2f12a3887936a19238477c623bc7"
        },
        {
          "alg" : "SHA-384",
          "content" : "1301f6229ac0c890bcf1356ef255d97dcebcf6a35f45f3321d7b13b164a4d89a96459fea25c5b0d280d86388eb05cbfb"
        },
        {
          "alg" : "SHA3-384",
          "content" : "31b07b9d8541da42debf6dd119254d1e480c05549ee7ecf4295adc2553130ec5220ae9e5e0da74a55f75044bd2a794b6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "0c3566a22f558ba7bbbcab6b00bef402032f55cb299b949aa947b08db528bd58"
        },
        {
          "alg" : "SHA3-512",
          "content" : "50d8990e8ffcd78e62899cde5790fbde4bdd3e362494d5261aff80bcefc3224c2c1df58bd9d4cda32a893dd8d94c8b0f65e24fda0e6a42d7176c2aed56e50358"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.errorprone/error_prone_annotations@2.23.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://errorprone.info/error_prone_annotations"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/error-prone/error_prone_annotations"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.errorprone/error_prone_annotations@2.23.0?type=jar"
    },
    {
      "group" : "com.google.j2objc",
      "name" : "j2objc-annotations",
      "version" : "2.8",
      "description" : "A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "c50af69b704dc91050efb98e0dff66d1"
        },
        {
          "alg" : "SHA-1",
          "content" : "c85270e307e7b822f1086b93689124b89768e273"
        },
        {
          "alg" : "SHA-256",
          "content" : "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed"
        },
        {
          "alg" : "SHA-512",
          "content" : "f8263868a792b41707c9e7fe6fa5650a14cd93fbeafad20efe3772a3058fc933eb59782ec59e6eb9b9c569aa96da80134ae9fdf7547b69c44a97087efddceeff"
        },
        {
          "alg" : "SHA-384",
          "content" : "e6087ec31fec8289158496ad2ed6ce8472d5d513808a312e0782cedac3b86c37a62a63c0b5ea3839491d109fe9e148a1"
        },
        {
          "alg" : "SHA3-384",
          "content" : "10add34bfeb8612283eef89ac96747a3c9b755acd80ad526e1addaeb7efd6323c52b9bfa1a3d34adb40e1ccb963ee65d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b3336f8abd6b1f73b9f06d306974557000a000073bfbae6b54fda26d17dbb072"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d376c184a6df071c4e93b913d175b5c2e63deac37105dc20342c19bdda62e4e9598ca1e8bfb4f4fd5cdee6dd5ac3b8af49e2c5193e324d59a59ce1f7adeab627"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/j2objc/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "http://svn.sonatype.org/spice/trunk/oss/oss-parent-9/j2objc-annotations"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib-common",
      "version" : "1.7.20",
      "description" : "Kotlin Common Standard Library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9e99345113604b0b2282773bc52f574a"
        },
        {
          "alg" : "SHA-1",
          "content" : "e15351bdaf9fa06f009be5da7a202e4184f00ae3"
        },
        {
          "alg" : "SHA-256",
          "content" : "e0e91962bc0007338bf5b1739f62927ac32d14ba3d827fa608ab4e5351729d5d"
        },
        {
          "alg" : "SHA-512",
          "content" : "5a6185f78fc5b2edde9c2cb0f460e7609552f6577bc6fb0db19429aa27d7b8f4d55b43a16f99a880b8993d9633c3b253dcbbd861ed28afca3fccc927e5e3bc46"
        },
        {
          "alg" : "SHA-384",
          "content" : "95cd54810349ffa607100957e0c3a007557d398f097100520345a508b1d3e71333030cb9eb8e6a5a035d48f2cedb45ef"
        },
        {
          "alg" : "SHA3-384",
          "content" : "69f9f0e184cf8943ea34614877fd946173041604d76d41de49e9413e10c68d7360e02a52a685051a6d472b62c66623d3"
        },
        {
          "alg" : "SHA3-256",
          "content" : "7d03488c027cd20dbece15d4f549702ac562eb19c38ca73330a591dbf58734c7"
        },
        {
          "alg" : "SHA3-512",
          "content" : "dbeca133a5a6bad992a387fff3d7b885c194f59e937c4cb4ce61458747ea75462e132cb435420995b550916845b5aa9aea4032f032405847ab00e2822f704000"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.7.20?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://kotlinlang.org/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/JetBrains/kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.7.20?type=jar"
    },
    {
      "group" : "com.google.summit",
      "name" : "summit-ast",
      "version" : "2.2.0",
      "description" : "Summit - Apex Language Abstract Syntax Tree",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2c7c3f9b32889b20896ddde7ebcccbeb"
        },
        {
          "alg" : "SHA-1",
          "content" : "fcaef2333b5f4364ed7a39f95d8fb2958c3eb626"
        },
        {
          "alg" : "SHA-256",
          "content" : "d85ab76e6de43b4259b79361470752856af13b9ed9b1b8d596a8f15b2460f7e1"
        },
        {
          "alg" : "SHA-512",
          "content" : "1724c8dc1db8ef4484edb3c614bedb7dbf8d76ea551f4c6ceffe082b69fef31dc8b429fc158424c40e53df34922dba6583952069955e76124b33a63babc9f4c5"
        },
        {
          "alg" : "SHA-384",
          "content" : "c36092781846689ef27e02ccdb514aa1bb848f9b03623b84063d332438c038548453d8c78423064edaf48dd1a8528720"
        },
        {
          "alg" : "SHA3-384",
          "content" : "a3dbf8ef8149dc3f30b18dd3c729a4e60128fb529874e586fbbd0125fba54f924672a3ceb7b69d01e13c640ade6fa1aa"
        },
        {
          "alg" : "SHA3-256",
          "content" : "e6e5ecd12c9dab8a02ee44a005964e84b2df1d373996d5996ecb5199189802ef"
        },
        {
          "alg" : "SHA3-512",
          "content" : "bddb31355616e31d60a41545301a037e0db1787baddcd1cec9ddae8d3323369b2d02e022d81535462a170d96e33587e1de2cc0d7a543a4fb0777dbe8bb1931f3"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.summit/summit-ast@2.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/summit-ast"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/summit-ast.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.summit/summit-ast@2.2.0?type=jar"
    },
    {
      "group" : "org.checkerframework",
      "name" : "checker-compat-qual",
      "version" : "2.5.3",
      "description" : "Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "dbc262b47142454ec0a88c7b44e3a2ad"
        },
        {
          "alg" : "SHA-1",
          "content" : "045f92d2e0676d05ae9297269b8268f93a875d4a"
        },
        {
          "alg" : "SHA-256",
          "content" : "d76b9afea61c7c082908023f0cbc1427fab9abd2df915c8b8a3e7a509bccbc6d"
        },
        {
          "alg" : "SHA-512",
          "content" : "a0312dc1bd2206bea07097551c53e31ef6536e10ac3cf047464672a30d903e62730a64994f67da1d869645701c3a17e16b715da8cff0d0c7263b0b9dc674f865"
        },
        {
          "alg" : "SHA-384",
          "content" : "166d9a945998fb9b2684e15e679571cb16f06bd1c03100b637e0b97ec3f142265de952babb6af3dfe478c7bfd59795bc"
        },
        {
          "alg" : "SHA3-384",
          "content" : "209465acb99464f255d2f413ac3979c70de5c727ad39e725bb3fd51898a3f2c817b5ee7eee4eca4c04e14752f558cae1"
        },
        {
          "alg" : "SHA3-256",
          "content" : "389fa3da2d5e5f8a66724fe3bf514a28ef418a4284df07decef3ea38db59a54b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "2dca30375c47ffe2e6f23b1aed97f481cb8c8ee7ca4df43324d33e21cdc4bd179f3d8caa17e77f3e528efc72a07d1567425c7133b758ce2bd3899fb53cbb7d5a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "name" : "GNU General Public License, version 2 (GPL2), with the classpath exception",
            "url" : "http://www.gnu.org/software/classpath/license.html"
          }
        },
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://checkerframework.org"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/typetools/checker-framework.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar"
    },
    {
      "publisher" : "Google, Inc.",
      "group" : "com.google.flogger",
      "name" : "flogger",
      "version" : "0.7.4",
      "description" : "A Fluent Logging API for Java",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "f07c1e139283c017b4e8609efc04128b"
        },
        {
          "alg" : "SHA-1",
          "content" : "cec29ed8b58413c2e935d86b12d6b696dc285419"
        },
        {
          "alg" : "SHA-256",
          "content" : "77aac11b3c26e1e184dcfe79c55ac6e27967a6dfe1c04146125176940bc64a55"
        },
        {
          "alg" : "SHA-512",
          "content" : "6abbda137d8649656dd7ab6cb5c5084ff2ee3d363c3a966dd318f443d3e48f771ffb9668289c8c5d4eff1c9c9835b2d8788eb69f19d67ad4a3d5f59bb46026de"
        },
        {
          "alg" : "SHA-384",
          "content" : "fac3bbb0ee3e477833519583a94f98b400bff2ec01419095040d6b4b947adb6528548fb996818419058f14906e412b81"
        },
        {
          "alg" : "SHA3-384",
          "content" : "df71e8144fa34eb39295c5c1e9cfe06fd83cf2ee1b581d3b1c9cb2cf13267ed5e8f619ca2ac063e1e1b9671be19a64ca"
        },
        {
          "alg" : "SHA3-256",
          "content" : "dc4eea0277971962e4debe6c03e7b96c7e06331414c471872c9bac333134934f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0c1386901357e3dec1f1cb3d0be6f156bfed8cd4e45389fe9b5129d32e0d224128fb53f1d8739a3498b01d62a5e8e2a05f3a7308b12579bba34f8ffe329d5295"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.flogger/flogger@0.7.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/flogger"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/flogger/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/flogger/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.flogger/flogger@0.7.4?type=jar"
    },
    {
      "publisher" : "Google, Inc.",
      "group" : "com.google.flogger",
      "name" : "flogger-system-backend",
      "version" : "0.7.4",
      "description" : "A Fluent Logging API for Java",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "912cfded976d71d6372a3bc85832a392"
        },
        {
          "alg" : "SHA-1",
          "content" : "4bee7ebbd97c63ca7fb17529aeb49a57b670d061"
        },
        {
          "alg" : "SHA-256",
          "content" : "fd66f2615a9d8fe1b2274f1b5005a5555a0cd63cdfdab2ca9500e6eb81dc5f63"
        },
        {
          "alg" : "SHA-512",
          "content" : "fcdef83abc9b3a255b8ba054b6280ebe70d06bad7a3f44054ce4d3ce0c9514f1e38d9bb2dba683ccfb1a274a5dd46e43276cfb38449b6e68bfb7129e40fc66e1"
        },
        {
          "alg" : "SHA-384",
          "content" : "89eaceb4cfe29cfc306efd0c95b55c8b4089543e9dcc5820eb8fe5b57911b8fc4eea96193c21a08410e5a0d7bf7d5fdb"
        },
        {
          "alg" : "SHA3-384",
          "content" : "2affc717117dbd8f3ec2b6416d2f4d5fa4268fa0b9c741ee9bb882d36b590154db1e6385da088ec7c1797dc0adfd41e6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "0a9969b0bd9398fe8a089c2d42de1f236c24c28f8bfae08279856d1c6de8261d"
        },
        {
          "alg" : "SHA3-512",
          "content" : "64a25e8c877217c106dc13f0f4326afb88ac1f0f8343bd9475995b37e96a0278d3e3c24c1dbc230f33fbb37416ee57f21f4cd97c61f5fdc4216ba031078b34d1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.flogger/flogger-system-backend@0.7.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/flogger"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/google/flogger/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/google/flogger/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.flogger/flogger-system-backend@0.7.4?type=jar"
    },
    {
      "group" : "io.github.apex-dev-tools",
      "name" : "apex-parser",
      "version" : "3.6.0",
      "description" : "Salesforce Apex parser",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2bdd112264333c2547b72f24b2c562d0"
        },
        {
          "alg" : "SHA-1",
          "content" : "8cca4f410ba851d368a192e5f080c8fedb064eab"
        },
        {
          "alg" : "SHA-256",
          "content" : "690bbc9c37f848cf527d7a2fd3a5e50913529196684ded0115ecf98693d5e64e"
        },
        {
          "alg" : "SHA-512",
          "content" : "161f9ef4858cf73a72273e85f0419f3d3509c0a47480e6b7068c346a96f9e9cd87a9d3dab9db850bb21720a3e53f5e70de00fb8ba060381a9667c9fcdeb29bcc"
        },
        {
          "alg" : "SHA-384",
          "content" : "2ead1900c9aaf5f80dfdf8ed5e8c70662fbe477d4a26e9573f3321d3d0734c80e2260566d70848f0ae2fe4907dfaac39"
        },
        {
          "alg" : "SHA3-384",
          "content" : "f8a9c8db1152f7fd79bdce63138cbf6ae8dbef9c14ec0e587b7c343f6bce8fdeb6dc01d34f215d69639e58c667e18e68"
        },
        {
          "alg" : "SHA3-256",
          "content" : "60b6095b5da8c6a4dae94983a6ad648a902f70ec55dee195392aa3d2175a1dfe"
        },
        {
          "alg" : "SHA3-512",
          "content" : "df301c0ddb135dee8e80688c872f4423a08e31be28148d4357426a114ba728684ea45384fc794eb8b3cdb6b661ce2c89207885d94a470ca9e3ab9c858e847b97"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/apex-dev-tools/apex-parser"
        },
        {
          "type" : "distribution",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/apex-dev-tools/apex-parser.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar"
    },
    {
      "group" : "javax.annotation",
      "name" : "jsr250-api",
      "version" : "1.0",
      "description" : "JSR-250 Reference Implementation by Glassfish",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4cd56b2e4977e541186de69f5126b4a6"
        },
        {
          "alg" : "SHA-1",
          "content" : "5025422767732a1ab45d93abfea846513d742dcf"
        },
        {
          "alg" : "SHA-256",
          "content" : "a1a922d0d9b6d183ed3800dfac01d1e1eb159f0e8c6f94736931c1def54a941f"
        },
        {
          "alg" : "SHA-512",
          "content" : "8b5dd24460e42763f3645205be4b4f80691e217d36bee5fc5b5df6ebc8782ed0f641fb9e2fe918a2d0eede32556656f6b61fe65d2cbec5086e61ef3d91e4d871"
        },
        {
          "alg" : "SHA-384",
          "content" : "33e45a556c20dfd05b0af34e58a651bcb3c79275694bf14b68a1e7a1116b722d5a5d3399f4bb304fef7fc296da61dd5d"
        },
        {
          "alg" : "SHA3-384",
          "content" : "5ab52f8a6f45849398f4a268cf498f7788adf8d0ad6ede2f9287814095051ce8529b05bea0a71c90718ce4c21d4594f5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "623ae141aa22b45010282c862e41eec3ed0dafabd8f1ee5591ba623a242375ab"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d7edd7a76d88d466b310d71fdc10d7b289838391408f8b704620b6683b65e436c0fa411d8dd356b0792e29e2fef8fbb8a6658bb97e7046e1277404a3395a9a53"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "CDDL-1.0"
          }
        }
      ],
      "purl" : "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html"
        },
        {
          "type" : "distribution",
          "url" : "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar"
    },
    {
      "group" : "org.danilopianini",
      "name" : "gson-extras",
      "version" : "1.0.0",
      "description" : "Extra goodies for Gson, available on Google's Github repository, made available on Central",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d372ea2c52b8cc336e8e7b9c2db01fd2"
        },
        {
          "alg" : "SHA-1",
          "content" : "aaa51a51ff2b3a2b9cf48d3571f1eeb7d54cfe1c"
        },
        {
          "alg" : "SHA-256",
          "content" : "4a7bccb5a15f4d2e9af96d15fd4cfab03dd24709754f999e3a0bc734d38d698e"
        },
        {
          "alg" : "SHA-512",
          "content" : "940410135b203b27253642ecbe74fed851178c12ec98733d3c85d87c69648b67b86f50c42e7cea372f92325f23ba35e45e62a857af582dcc9de21e99c9fe7638"
        },
        {
          "alg" : "SHA-384",
          "content" : "4fded6dabbc75957e3d474428c15e8b98d996c15b477779b4d12b72f7fb449c50ef1f2c1d86375a88f8c36b09806382c"
        },
        {
          "alg" : "SHA3-384",
          "content" : "befb724cc4091820621b019697f55d204bd29cdbdeaaec4a66093a082076ad491f6109d4be7c7731fc345580cadb3f44"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ff834b56f8e6744233e789ac98c925b2da2cadadb18b10b36bb9c986a79b1620"
        },
        {
          "alg" : "SHA3-512",
          "content" : "85c240b7477878b14850008c5c08a9c64fe917f032e8878e2a221f6f976020f5003041cfde9d5b4116c23325c34d75a71f776b6684375f39428018316152b4a4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.danilopianini/gson-extras@1.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/DanySK/gson-extras"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/DanySK/gson-extras"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.danilopianini/gson-extras@1.0.0?type=jar"
    },
    {
      "group" : "com.github.nawforce",
      "name" : "apexlink",
      "version" : "2.3.7",
      "description" : "Salesforce Apex static analysis toolkit",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "78e5c803cfd4bd03f5a813e0b1ca97af"
        },
        {
          "alg" : "SHA-1",
          "content" : "23fc30b1a56dc5ba41c78a4430e6c7c8d6640e92"
        },
        {
          "alg" : "SHA-256",
          "content" : "cab7d7972adc257023450efc14c85be19e1034817d9b10537446fccb83493b87"
        },
        {
          "alg" : "SHA-512",
          "content" : "4469dc6c514dc7e14e16cb627dd30758c99aca082c83633ceea186000ad691ab3ce95bd3ce17b09632e5801badc76b120882e73d35a0a1cc4e20ca2adea6641f"
        },
        {
          "alg" : "SHA-384",
          "content" : "dd5bf2c7ff05971cda7ab515db4d55c3fe79f8909e819e5be34cc8644d207b2eb8d2e135034ccadacf49a2b213906a7e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1f22dd88e87cefa01023dd9ce6ada89f581344f90887d170622daa5a42ba346f406b81cc7a6cf20796cdef78956f1fd7"
        },
        {
          "alg" : "SHA3-256",
          "content" : "46a24d492224e9711c8112efb6cf5f08e35b4379544e05222b22a0f286cd940b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "8db0dec272a209feb4691d0886ee1479fd19f6884c690afe278c713dfdf9c1a4fba7dcd04d0748001960397036da3ee16b343ee80488f4919430cf9cdfb2c6ec"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.nawforce/apexlink@2.3.7?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/nawforce/ApexLink"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/nawforce/ApexLink.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.nawforce/apexlink@2.3.7?type=jar"
    },
    {
      "publisher" : "LAMP/EPFL",
      "group" : "org.scala-lang",
      "name" : "scala-library",
      "version" : "2.13.13",
      "description" : "Standard library for the Scala Programming Language",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "0bc6519134e1851efd2816c776b9f775"
        },
        {
          "alg" : "SHA-1",
          "content" : "3b1434403ddb147b8030f98f246153e4ce622c78"
        },
        {
          "alg" : "SHA-256",
          "content" : "b58b223f9b59f88d04c9dc9ec26f4b463e93e6f296de5663dbd710a7dfce2743"
        },
        {
          "alg" : "SHA-512",
          "content" : "d1f282134c800e372e253c3b8a0361339ff0e30e9fdda9baea4af3829c149604287c2c9a1d552a92f77fc88090e386477e69dd02ee306d3c29906892fbe96aad"
        },
        {
          "alg" : "SHA-384",
          "content" : "577fa9bd85b00b5cda5c53a2feec5f9792839fbe999eeebfeda702102f4b66ff4a6e0113996effe947c9d76c5c76c464"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4073268d2828ba9357c836f2cfcfefcc4b99e4d8c02e2494f5e3c9986690a14ddaed1a8d27903bf321b36fc7a1c4f668"
        },
        {
          "alg" : "SHA3-256",
          "content" : "7a9e53c2cef79aa8e44187d092021bddc604c2038d1ce8a6a90e8aa2a24e2e0c"
        },
        {
          "alg" : "SHA3-512",
          "content" : "30093db350f511a5e9116de72211a17dd2277fcebf2e1c31073440094e0d0bbf70909af9b17c8078720063df63d7a863c2650a85619c21885c111a62e97dd3b6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/bug/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
    },
    {
      "publisher" : "org.scala-lang.modules",
      "group" : "org.scala-lang.modules",
      "name" : "scala-parallel-collections_2.13",
      "version" : "1.0.0",
      "description" : "scala-parallel-collections",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "0376375d562ac40d0f998540f82ba1dd"
        },
        {
          "alg" : "SHA-1",
          "content" : "8753206c4604c6c8d58e1229cfc01553ff681404"
        },
        {
          "alg" : "SHA-256",
          "content" : "fc08be49e91db44d7fe5c1ff95a322ad4500805a525cc2c4b1b91693f041c8e4"
        },
        {
          "alg" : "SHA-512",
          "content" : "afc50520869e2e51adacf211a759f7ecdfc62a2645e1689d264c7bc9d2a89a72944c84028e77abb50f344f0399937bebe507d5e476004610e7cfdd1191537ca8"
        },
        {
          "alg" : "SHA-384",
          "content" : "3f196ddf2874837b052de0b4c554da94baa6cea12d2e7fa7bb8938905505e938616379023036df671df1fed36598d9e3"
        },
        {
          "alg" : "SHA3-384",
          "content" : "6f2fe28b9634292c8e22bfc54fb836cc2fb9af1818eb77e90be69c7e6be710e14bbc48929d00f905a0ce00f2934af1fa"
        },
        {
          "alg" : "SHA3-256",
          "content" : "532fd6bc8a3928926294ef6c71cd838349013a1b270e34c651376a117f5ca60e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3003d7dd84457f8d058cf57f48308bc373fe2c0bc34ec2f092ff4fe1a9c07dc100777671248b69c8123d77bcc766f1f68cde47de49720361f3917bfd06ea6f50"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang.modules/scala-parallel-collections_2.13@1.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/scala-parallel-collections/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala-parallel-collections"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang.modules/scala-parallel-collections_2.13@1.0.0?type=jar"
    },
    {
      "group" : "com.github.nawforce",
      "name" : "pkgforce_2.13",
      "version" : "2.3.7",
      "description" : "Salesforce Metadata Analysis Library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d5c40a4fd5d4a7c061fe515eb63bf37a"
        },
        {
          "alg" : "SHA-1",
          "content" : "046ed7912b1000635bc4dec6850506a9066f766c"
        },
        {
          "alg" : "SHA-256",
          "content" : "b1ccf29b9db46df9316899ea83a2d2d712d378f519f5edbb9417517501a5177e"
        },
        {
          "alg" : "SHA-512",
          "content" : "4b0a5ae0779f21792543a940dd0d961ad72715a09f1fe0e0460289ca270c15cd8ed87f2f7ca7ebf1b03c1408cc7eb6c0c643c9d7a8ff6584cd58357c7049fd11"
        },
        {
          "alg" : "SHA-384",
          "content" : "5092c59b2e121db1932567fdf2548ec756cca3e79b91c36dda8225cc54b66df9901785cac55e3bbfa1246f5d7143d9b4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "32d257d8eb47ed8c144c8d2e80d400276a52bbc3acd76cfdb80b54de486e7378b97737d6b3bbb63f6fd0a48ffb45a121"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6aa15409e29b94311c1e1f2956b7696e65823a95500ce03259b14baa6636cd24"
        },
        {
          "alg" : "SHA3-512",
          "content" : "cc738e91ed0ea3d0630cb0c891af665ffcfa5d2c09b4719d424f5a7901542d146ab896eb1d63892923642e688ee70ac6f2e2f7bded18bb5a9019029e6378b7b1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.nawforce/pkgforce_2.13@2.3.7?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/nawforce/apex-link"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/nawforce/apex-link.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.nawforce/pkgforce_2.13@2.3.7?type=jar"
    },
    {
      "publisher" : "org.scala-lang.modules",
      "group" : "org.scala-lang.modules",
      "name" : "scala-xml_2.13",
      "version" : "1.3.0",
      "description" : "scala-xml",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "17d25d9f015a8616e96cef2cdcc8b50d"
        },
        {
          "alg" : "SHA-1",
          "content" : "1db2b0fb6f454a9d34971b47158ee9dbe85d4eca"
        },
        {
          "alg" : "SHA-256",
          "content" : "6d96d45a7fc6fc7ab69bdbac841b48cf67ab109f048c8db375ae4effae524f39"
        },
        {
          "alg" : "SHA-512",
          "content" : "12366053a1a6c5aaf2942a3bf6bb98dfdf5511eff3d42145973fd6e526adde989205a2ff0d8064dd01cc354e9a633a450f41df81353388ebbb6be0ccc5f5ac6a"
        },
        {
          "alg" : "SHA-384",
          "content" : "6c5911d7f9ebd3f33253b205268b7a55c5482f7fa4b38e034f3fbcdf401928b1278d2950487f9e47d872f8d82489a2de"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e485ec6a3cec915a75a39ff347489236f768df5d7279096e9f9e2fd7f7ff9ddc01f80311b85540bd6c48ff80401e3a42"
        },
        {
          "alg" : "SHA3-256",
          "content" : "fb26769d70653ee8460c74737d5d6e497d57236177b4e8e9b61649f59861a102"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0dccaa025dfe107f10b227fd69eda3e9ad96298d4345cefd512f0b0ee191086d0556d97b67a8707eb7172f716a61940e0be935e0d0963645f9867744cc877a2c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang.modules/scala-xml_2.13@1.3.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/scala-xml/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala-xml"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang.modules/scala-xml_2.13@1.3.0?type=jar"
    },
    {
      "group" : "com.github.nawforce",
      "name" : "runforce",
      "version" : "55.5.0",
      "description" : "Salesforce platform type stubs",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ffc80d3e8e833d174493dac3159989b7"
        },
        {
          "alg" : "SHA-1",
          "content" : "dd5de789b88c06d0d93e9b6ad82ec280fa0bdce2"
        },
        {
          "alg" : "SHA-256",
          "content" : "bb30f8f8be119963dcf631e8a547442014d1f559a6ea1d07f413a56a438ae2be"
        },
        {
          "alg" : "SHA-512",
          "content" : "5646031b8a35a4b5db25bafa6762291458fb917923ed54a7226d7471eec7267bc941cfc868ed42f7c2355a94a58c88b833528014f3e6665570294148d819c7c8"
        },
        {
          "alg" : "SHA-384",
          "content" : "4d31938ec6867ea8114d2b0b180d669ed826b48676bf45beabb8d755cf20a3936b9737df1e6341438a7127c8a40667de"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d39fbc4c3052abbe7a462a88dc7a7696fbcc7d18e39da5ec65e5246783b6f413a981ed6e76e300dcf32f92a9c596088f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b37ece0c68880bb0957e529b8695355f605d0289b51575268124ae1d3b579e91"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f7deba7c15a4e16c0336a16fc5ed5cf26089a81587c90ccd65b3e4e4068d784b50ba6f9210b86d2e1abe36520964bc0821b8aab347022509522fc9191be6ef99"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.nawforce/runforce@55.5.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/nawforce/runforce"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/nawforce/runforce.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.nawforce/runforce@55.5.0?type=jar"
    },
    {
      "publisher" : "com.github.nawforce",
      "group" : "com.github.nawforce",
      "name" : "scala-json-rpc_2.13",
      "version" : "1.0.1",
      "description" : "scala-json-rpc",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "491f1937041664ea31a9bcdc1802d713"
        },
        {
          "alg" : "SHA-1",
          "content" : "947aa4dd5ec766861455076ded38ab56ab56ffd6"
        },
        {
          "alg" : "SHA-256",
          "content" : "8cf74f4ed56ca38056bc42c31670538e8f9c67b682097febb1094f8e2db13cc8"
        },
        {
          "alg" : "SHA-512",
          "content" : "6361267b10d3761620534b08cf39e5073f9b8c9389d86e4b03f582fcdba0870fb1f1110feb539075c3882af6c7de2f62b9fa6c6ca7123ab6f339ce8b650f1b5d"
        },
        {
          "alg" : "SHA-384",
          "content" : "fd8420523ab71da4b2ee77400e8f791f5e6d96418fa73bac705172c92198f15d08cdebe7d7a2bdc07729426788b29ecf"
        },
        {
          "alg" : "SHA3-384",
          "content" : "eba7c43385642b1336dde725f7ff846cf4d32bf2c3f596ffc1ec705578da21d4d24306cec4981e3f42f4700360f7ba4f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "23e1a79bd3d7e19ef95de087ff9f57eff8b3722facea7d4d2e581de779bd6926"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d10af7f4fd0f14e263d91e88ae811ff0c6ab075d408630f1bac415f803db2f31e36dcc12b01b3f3bb0f09effad19da7cfd8f389d508ac543cfa98433f1db5af3"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/nawforce/scala-json-rpc"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar"
    },
    {
      "publisher" : "LAMP/EPFL",
      "group" : "org.scala-lang",
      "name" : "scala-reflect",
      "version" : "2.13.13",
      "description" : "Reflection Library for the Scala Programming Language",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "e0aee1a67c85a37be6185db1ca6aa764"
        },
        {
          "alg" : "SHA-1",
          "content" : "46866f0e2cf6168322dc11f0f721c2db78d52ac7"
        },
        {
          "alg" : "SHA-256",
          "content" : "8e7fa6fd2f9682035bfeae45160afa38ca67aec7dfc614146a758efdeb2ffafc"
        },
        {
          "alg" : "SHA-512",
          "content" : "4aec8f26c2ce05edbb1fad4e4a545ba8ee5a072a3e02df3f6609277c255cd54e65c364f371a7fb6fb9b20aeedd37101b3110298376623c3d61388cc3128118a7"
        },
        {
          "alg" : "SHA-384",
          "content" : "178d95271baea42a4dd1f553438fd8caab39ecaba6b085e1fe2c15b942e972a7d750032eebffe1820340d52cdb585678"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4e5516075015ee05ca97c939685dce9d33f7bcd166e297c2cbd0bfd31abcc39c49cbcfe92827c97a91ee34879e56ea1a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "239ddd943b81521ce8f9a849f326b6353364d953ac8eeee20f7b0c7d14a83f12"
        },
        {
          "alg" : "SHA3-512",
          "content" : "788341764844e925c83b8f5d6c4583f382d50e62dbd4e120bb526945ed32d9c79c24910d85c9ee10a903e442e8d44df299af504d7eb9729cee6681f53a271db5"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang/scala-reflect@2.13.13?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/bug/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang/scala-reflect@2.13.13?type=jar"
    },
    {
      "publisher" : "com.github.nawforce",
      "group" : "com.github.nawforce",
      "name" : "scala-json-rpc-upickle-json-serializer_2.13",
      "version" : "1.0.1",
      "description" : "scala-json-rpc-upickle-json-serializer",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "1573bacc4869fca2e9b4190c5286eeb4"
        },
        {
          "alg" : "SHA-1",
          "content" : "5cd19669deda2b6284ef1f94e9cc8c8e59bdb979"
        },
        {
          "alg" : "SHA-256",
          "content" : "1c9c0663336825eeadb9cec2857c41ccf800047d80c2544f134eeac2fa7bc749"
        },
        {
          "alg" : "SHA-512",
          "content" : "79389844bc2f3f5d0a2f673db59024479e2b57c940809e04658fbb165c985de9677becbb8f55779d6c9fa719718a7f1ac68d4128f87cfd0b8cc590ce9cf3cba5"
        },
        {
          "alg" : "SHA-384",
          "content" : "af46d4b68c4abc23c4b55e0fdb70462be61ea27097d639dad800c372ecdf43c897192c22eabc8bb1d72cbbb30a20a16a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3d58a2e44f12db44f49b15306201d6c2322ee99d8e3f57a3d841822826d22f15d53c812332a657c8b5070d79cd16f7c6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "562048b1701ae16eb70fc5e467edbd5d2244b8621b9e049a347c0029dc7a8f64"
        },
        {
          "alg" : "SHA3-512",
          "content" : "9a30c8f2f4c2b3a7b14b92777209c07e58a0c18f2c021e5ad9247f852bf9297506a8f34856bfd5290e0c5dfa8b484030dc0d2b9642041b79415aa50b079b9820"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.nawforce/scala-json-rpc-upickle-json-serializer_2.13@1.0.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/nawforce/scala-json-rpc"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.nawforce/scala-json-rpc-upickle-json-serializer_2.13@1.0.1?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "upickle_2.13",
      "version" : "1.2.0",
      "description" : "upickle",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "abcf824fcfa8631eef37567f8fc0af00"
        },
        {
          "alg" : "SHA-1",
          "content" : "6a9fdc473b8f86be977d0b02d0a036d448315b36"
        },
        {
          "alg" : "SHA-256",
          "content" : "eba8ec18d8284cfcb10395842c254280b46f97ea2aca7f48b2b3db20205bae6f"
        },
        {
          "alg" : "SHA-512",
          "content" : "53c8cc9806a49eb747c0359c661cf5c739e33e873901665c88cda8bb494b6f0aca8e142ad8682bf9f11eaccd3da0763a4d9e06ec1417383a155ff2be60b6ed32"
        },
        {
          "alg" : "SHA-384",
          "content" : "4c3b848cd29f6855bf62cefd1c7bf2e40345ddf2bb0a37c8bcda6c2cce09120064364162d2d313e17fbd4d6fe76c8862"
        },
        {
          "alg" : "SHA3-384",
          "content" : "314f802e61c2a628d4ff7f716627307280e139e1c22f00043588c6316529d58b1e9bd0c062f5033fc1685be2172daa2d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "3b712ba360059804ea48270c4a1d1617c7bd6fe0bbfa25f9f72d4f70e6c73bd0"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7d068f6800c36d8af69178c24d13874af61f647c27ac9b508ed81bebce4fef343583de632df6ca45d136ce975dfbec336e1e305f195efbd7ef61b4000f746b5a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/upickle"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/upickle.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "ujson_2.13",
      "version" : "1.2.0",
      "description" : "ujson",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "f8e773dc5a5dd4fb08c1a0f3e2ea9e3c"
        },
        {
          "alg" : "SHA-1",
          "content" : "c813e752db936cfecfd708e2051522645f287645"
        },
        {
          "alg" : "SHA-256",
          "content" : "68474183a6ff657f97a91488e294cbe977b2a439fec216d5167700c72471f358"
        },
        {
          "alg" : "SHA-512",
          "content" : "88b3d92831cba8c292be4c7e427f7fbaafe6b4f6e18fe98a0c2d41358ac5db122761dae721fd820e4e6cae64ff1f78f70af88a2f3d4cbafc61f3c0f65148c83a"
        },
        {
          "alg" : "SHA-384",
          "content" : "b950a993d22e95a1a86d7b2f4da65da4617c4ea65488113792cb54df944f05fe225a686cb19b9255a49ca048c7562bfd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "2fd85348a62ef50c042c69be3d23fb2332637643abbb4be9cee0fb794cbdedc76080bcf08cf7f1f8f4f892bbbf133771"
        },
        {
          "alg" : "SHA3-256",
          "content" : "cd7b701042c7758010974462707d6ecb92fef78603b3150c39216a3f7237cb7f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "dae2ff7fcc4fa2046f5a8ca8468c4ec030dafe293340bd0cc84cd814824129446cc4e7a27361d4883982ee6f214a5b745e854af93d54b9d7de48f883608398db"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/ujson_2.13@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/upickle"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/upickle.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/ujson_2.13@1.2.0?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "upickle-core_2.13",
      "version" : "1.2.0",
      "description" : "upickle-core",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "e2f6077d352e3c1d608a85789dc98ee4"
        },
        {
          "alg" : "SHA-1",
          "content" : "6da71e8114b7668bef7fa6b3387a31f64b13e853"
        },
        {
          "alg" : "SHA-256",
          "content" : "503d9d2687053a401f974e902ed095e7534f11f9b06448e03543f72c02f4e6bd"
        },
        {
          "alg" : "SHA-512",
          "content" : "fe0420c0a789be7d86e5c29ce8f49054959b7b2997ab5bb0f5b342e148ab46ec11fdcc924e399122d01a998a709c280793fb5f0eeb6c6b03df41c0aae3999338"
        },
        {
          "alg" : "SHA-384",
          "content" : "23b4a46a4ea8e2d75de20f231164ffb4e7ed060d2aea1202a737ce38c9bdbca3a8780e9cf224f7ebe032d9101de6f06f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c9f0ea02b7736591218e90cdadf5faec2df2f5ada590fec3668c5f1d50cdb08583f0b3518c5bc7dc8a0e29e0ece07b78"
        },
        {
          "alg" : "SHA3-256",
          "content" : "215503d8a54b0b3f568544a49ee8bd733142eb9b9421ec19b64b16e8ec8a1802"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3d6ee8b4b7422169fb002b652150de34cca7dc52dc2eb266f6eddcf3564a31958386f953b0d316b271dde4b6ad48b8127470d5e7d702147d400e269faf6ce1c9"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/upickle"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/upickle.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar"
    },
    {
      "publisher" : "org.scala-lang.modules",
      "group" : "org.scala-lang.modules",
      "name" : "scala-collection-compat_2.13",
      "version" : "2.1.4",
      "description" : "scala-collection-compat",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "471842a3e9585e0e17126c2493b2a1a2"
        },
        {
          "alg" : "SHA-1",
          "content" : "1f14d9b6314547b44e6a9c5daf3efcadc1e4e955"
        },
        {
          "alg" : "SHA-256",
          "content" : "576127ad3fa1449461c05d7c2cd943170b8644fb2248db8a1131a8ca21026db6"
        },
        {
          "alg" : "SHA-512",
          "content" : "e762c93eb6b0b1ee8e9890dbcd5b20ba344713fb796e22e87d0a0969ca64130d55be325279e51ec11027ead01083ee2e855f74f2f19a01f8ec8603557e41e799"
        },
        {
          "alg" : "SHA-384",
          "content" : "181e35f855743ff58eec9db3857c6d92ddb80aa8c275363060e9f442a6fb256078d117c580e54108eca8da6fc3932c28"
        },
        {
          "alg" : "SHA3-384",
          "content" : "214c78b1101c896457425042ea9c7527b34bc88f2e02c1f4f4d6ef7364d81b130036789ba7a7fe0ddc10818cacd24cd0"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c0a6a48997cb9cf9d44eb641bbb4291706ce06df95342be7226e09da46060c97"
        },
        {
          "alg" : "SHA3-512",
          "content" : "83c52afe0d215f622a96a59e21c3f1768e2e908e4aa9d0a9d03e938c5e5b3ee16d17fb0fe88a3d96a9b6c59a5be48103aca052ebaedd0b7efa3a6eb17f502771"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.1.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/scala-collection-compat/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala-collection-compat"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.1.4?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "geny_2.13",
      "version" : "0.6.2",
      "description" : "geny",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "468745e3f41ee0377d211099ddcdbd9d"
        },
        {
          "alg" : "SHA-1",
          "content" : "4dc065ddd1e7860dde10ca3cd23b0574a412b9e6"
        },
        {
          "alg" : "SHA-256",
          "content" : "26017fa73ec7fa3cd2d44a4f5d3462c58cd6ddebf7d42d40123768edf7dee43c"
        },
        {
          "alg" : "SHA-512",
          "content" : "0f3e20309f7513aefac47f468bdbeb5e98d6c8271686a9d50dd907a8827e7bac0ae79e81cee19ad96f70ffd74e7cec05decb6a98c48816d799bbc2cd0cf781b2"
        },
        {
          "alg" : "SHA-384",
          "content" : "3adc818ffdafb5e7f5353f29922c36f079e7c5c2cab5ba11e6ccdc9e74907b60d15f505e4cb42f473013d5c3a6a12d7f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1e958cd12d1af2d81c6c5855dc54e31b39dfb7b4ad1f2bfafac5dace024d29264970c93f90e75d1eeefda9ad9409aeec"
        },
        {
          "alg" : "SHA3-256",
          "content" : "cf874f005f3e5d67d5f4bd075a60f79a8dcd7c228a5af1c14c0ab28810367cf5"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6b9ac590fc11b33db775c0494182ea9f39457a619996b1169326283367f21228d72307799f8c5e75e4e034ed8f57e4331e9bd052e2f9b591803f3396776e09e1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/geny_2.13@0.6.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/geny"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/geny.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/geny_2.13@0.6.2?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "upack_2.13",
      "version" : "1.2.0",
      "description" : "upack",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "6922e8a65b313a9af56d31f31345fa45"
        },
        {
          "alg" : "SHA-1",
          "content" : "c1e224e9c9b3eed105ded5e102224acf548ddff6"
        },
        {
          "alg" : "SHA-256",
          "content" : "1ed89d975c11ca0c87398f57e29ace72ff00835ba87b504a83c4190d17416c26"
        },
        {
          "alg" : "SHA-512",
          "content" : "be9acc43f29e2fed408b584dfd326c26f023428837c7e4478abd76da1fb57cfcb550ef9d41733df79454910591c15c3daaba3757a92419d0d474cadbc4a11fca"
        },
        {
          "alg" : "SHA-384",
          "content" : "c2b4dbae6ea083747649e0d0984fe599f72ef8897453023a642b1073c96f57ba11103b7ef4faf20e272c49088415e653"
        },
        {
          "alg" : "SHA3-384",
          "content" : "31a26ed9cc75bb8ad0a592849185539da33d438b58ed016f8cdd737d1da954ac8c2ea938ff40ec5b4a62065483dc4997"
        },
        {
          "alg" : "SHA3-256",
          "content" : "83381aef5564d0d74fdecaac1805446336d375144f8c7bc4e16e036fff48c142"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0ca62eaea87ff90128dd2987d78e899628be60f472851bed53c9e39e6aaabbe1cdc59452e008e70837b97bf8d9f2edda21313816529fd04eee2c4183d9689ce4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/upack_2.13@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/upickle"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/upickle.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/upack_2.13@1.2.0?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "upickle-implicits_2.13",
      "version" : "1.2.0",
      "description" : "upickle-implicits",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a780d8970446a81f2e8f8ec967a94908"
        },
        {
          "alg" : "SHA-1",
          "content" : "3113da7c0f648121ff2504532cec1fc9daf726f8"
        },
        {
          "alg" : "SHA-256",
          "content" : "31d16e260f6eae6c4172f430f2c0711f669cd9dff576aadd1370b8bc5472f8d4"
        },
        {
          "alg" : "SHA-512",
          "content" : "12d08ef3c3414013515028c1c766fe8d58991e50d8b4e65cc9616cd5f35a2a360767176f0520e0d216262627ab57612237c3de3b0bee916829ba0a8af722d5bf"
        },
        {
          "alg" : "SHA-384",
          "content" : "d66118927474ec7a0f3618422d086db2756f20c0f69a5cfd2b81ed0618db5e1627969cd9bcad5e7274f1de225af33957"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9dce5d3a28bb7a91f3638fc9df522611470b7cf9388c7c9c8ab8f72cc27ba3adcfade83e82175836054d30de19be9af1"
        },
        {
          "alg" : "SHA3-256",
          "content" : "48fc68f98c307ce10ef49dd3d808d315e11e3ac4f0a799aec9759bef127323d6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "390defa14f93cd6a461c1a5e8924e1839a524d9ed63daec73bb8c9f45555cb96061754345b3872bfe3882b041dbd15cd39cae1cbcc8fa2e924a02664afa46218"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/upickle-implicits_2.13@1.2.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/lihaoyi/upickle"
        },
        {
          "type" : "vcs",
          "url" : "git://github.com/lihaoyi/upickle.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/upickle-implicits_2.13@1.2.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-coco",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-coco@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-coco/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-coco"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-coco@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-cpp",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-cpp@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-cpp/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-cpp"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-cpp@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-cs",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-cs/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-cs"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-dart",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-dart@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-dart/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-dart"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-dart@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-fortran",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-fortran@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-fortran/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-fortran"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-fortran@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-gherkin",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-gherkin@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-gherkin/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-gherkin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-gherkin@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-go",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-go@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-go/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-go"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-go@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-groovy",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-groovy@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-groovy/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-groovy"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-groovy@7.0.0?type=jar"
    },
    {
      "publisher" : "Apache Software Foundation",
      "group" : "org.apache.groovy",
      "name" : "groovy",
      "version" : "4.0.19",
      "description" : "Groovy: A powerful multi-faceted language for the JVM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "940d085fe501344be5d29f84c1da9110"
        },
        {
          "alg" : "SHA-1",
          "content" : "936e0efd6860e846fd2cc4b5ed9e1c153210c957"
        },
        {
          "alg" : "SHA-256",
          "content" : "96c650051f44cb6cdaff9d389d06eb881966d1c13d0067f69b39022cda926112"
        },
        {
          "alg" : "SHA-512",
          "content" : "ceda7f9403a89aa9db909c726097d9ad3194220657d0e8e689deb312b23413718a42aeadba43e469922b5e1854d9239d6f5c10f1808c55ce846566dced3eb65a"
        },
        {
          "alg" : "SHA-384",
          "content" : "ae05b70c66aec0579c2923e4a00c36a7982122f56de841c92a6c69953ed677143ff489f688585c70569243dfd9e5283b"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d02864852ad75d1cbf113a200917d53972aeb10f904f50c168ee501c8408e981b3279418924a8ce1f48b749d647886bc"
        },
        {
          "alg" : "SHA3-256",
          "content" : "59a5ca0aa430677430beac938d4d66d7ffd9668036d6fd243064f8688b24520c"
        },
        {
          "alg" : "SHA3-512",
          "content" : "5b97a362809b849d518ca0cff68ea75bdb267306920aa0893420c20dc06624bc1f0f29ffb2efbe453573bb0f8d42b9044a28bd706096c0101a2d7a68186b6835"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.groovy/groovy@4.0.19?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://groovy-lang.org"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/jira/browse/GROOVY"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/groovy-dev/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/groovy.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.groovy/groovy@4.0.19?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-html",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-html@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-html/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-html"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-html@7.0.0?type=jar"
    },
    {
      "publisher" : "Jonathan Hedley",
      "group" : "org.jsoup",
      "name" : "jsoup",
      "version" : "1.17.2",
      "description" : "jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d9dd58c3f8a09f45e57d85e78993be6e"
        },
        {
          "alg" : "SHA-1",
          "content" : "1e75b08d7019546a954f1e359477f916f537a34d"
        },
        {
          "alg" : "SHA-256",
          "content" : "f60b33b38e9d7ac93eaaa68a6c70f706bb99036494b2e2add2bfee11d09ac6f5"
        },
        {
          "alg" : "SHA-512",
          "content" : "a36e1b9f52ef61963a7d80f3bc13d62d9a513576d031fa4bb244b6155565d53d54527ae8b3d281815c65712c5a6ad97cf8fa6b4a13e5ca43c5233f6c1858e710"
        },
        {
          "alg" : "SHA-384",
          "content" : "6a6c77987f726f7b2e152f85f8e1a0eb839bbf9dade8e86a245c92ee94a208f413d8eeba2cd1efe46c09daf4b1bff3be"
        },
        {
          "alg" : "SHA3-384",
          "content" : "040b6dd19d53fe1a06060f8257111696b074fae1c2b7353cd4c48d71abe3ea4a61777937a04ea1bc93509b3c00d729e6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "f6ceb561f903f5d48b576ff82e52bb2b85017b57b7f5a0c6ccf25d31b5cfa33b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "fe66606e7f77dcf5dc82f82943c0f168456e53fed79a296c4f961ec80b0b3f4e3c684713e5a62d83e8526e69f80058cc0fcf1929537befcd4fd59cb2ac2961c8"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.jsoup/jsoup@1.17.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://jsoup.org/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/jhy/jsoup/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/jhy/jsoup"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jsoup/jsoup@1.17.2?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-java",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-java/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-java"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-javascript",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-javascript/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-javascript"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar"
    },
    {
      "publisher" : "The Mozilla Foundation",
      "group" : "org.mozilla",
      "name" : "rhino",
      "version" : "1.7.14",
      "description" : "Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. Full jar including tools, excluding the JSR-223 Script Engine wrapper.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "447e2bfd28fc15ecc185944db37dc9d8"
        },
        {
          "alg" : "SHA-1",
          "content" : "24d091b80d513846293c00350f46d85f71797aff"
        },
        {
          "alg" : "SHA-256",
          "content" : "c9290b0d801bf0dbbbc44338e0f769b7650a0c5d04e6bb1aeb85775c0211b003"
        },
        {
          "alg" : "SHA-512",
          "content" : "eed999e2b4e8dead5715818a11c8e9e978e1b073412688c8a7b0715b66e4a2c1ddd892d31ee253ca22b0b372e56dc9035c4a41ac7aa2ee4771cc10dfcf9bc356"
        },
        {
          "alg" : "SHA-384",
          "content" : "b136589e2815971618e8ecb605ec2b23c585f8762e732db0ff186074ebf86312ddd0416ae9c431f83992fd394cb2e17e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e08a6e4d760b19349df95f028d3a017f95ff65540386aa2eac7678f744e6dcb634e493f42071fd9239f56a2eb5c75ceb"
        },
        {
          "alg" : "SHA3-256",
          "content" : "8ce0b7ee8b928af9631d241ba1e8236fdf8953bb51aeb3e0d7579e15b3a72263"
        },
        {
          "alg" : "SHA3-512",
          "content" : "096eaca5baa53533e1df0d22e4fed4de928189199a9ae05d49fab2e2c6af59c2f4b6e57e34281383e0ca5869cd4f8c555b8e7f297f7735c9ce9a55f5d79e6950"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "name" : "Mozilla Public License, Version 2.0",
            "url" : "http://www.mozilla.org/MPL/2.0/index.txt"
          }
        }
      ],
      "purl" : "pkg:maven/org.mozilla/rhino@1.7.14?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://mozilla.github.io/rhino/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.mozilla/rhino@1.7.14?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-jsp",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-jsp/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-jsp"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-julia",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-julia@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-julia/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-julia"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-julia@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-kotlin",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-kotlin@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-kotlin/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-kotlin"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-kotlin@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-lua",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-lua@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-lua/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-lua"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-lua@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-matlab",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-matlab@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-matlab/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-matlab"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-matlab@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-modelica",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-modelica@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-modelica/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-modelica"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-modelica@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-objectivec",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-objectivec@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-objectivec/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-objectivec"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-objectivec@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-perl",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-perl@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-perl/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-perl"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-perl@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-php",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-php@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-php/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-php"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-php@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-plsql",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-plsql@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-plsql/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-plsql"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-plsql@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-python",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-python@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-python/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-python"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-python@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-ruby",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-ruby@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-ruby/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-ruby"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-ruby@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-scala-common",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-scala-common@7.0.0?type=pom",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-scala-modules/pmd-scala-common/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-scala-modules/pmd-scala-common"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala-common@7.0.0?type=pom"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-scala_2.13",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.13@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-scala-modules/pmd-scala-common/pmd-scala_2.13/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-scala-modules/pmd-scala-common/pmd-scala_2.13"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.13@7.0.0?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "parsers_2.13",
      "version" : "4.9.1",
      "description" : "Scalameta APIs for parsing and their baseline implementation",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "11586fd4eccfbce24418f93b0658976f"
        },
        {
          "alg" : "SHA-1",
          "content" : "d4d6cb413b870a88e93a5cdb99373ac1ac14121c"
        },
        {
          "alg" : "SHA-256",
          "content" : "9240ab9c384572e1aa9cecef91b5a1276498a63b1d0794db7da72615aa0b44de"
        },
        {
          "alg" : "SHA-512",
          "content" : "3dba91923fc9968849902be7f10069f3721a9a36a9fe234e1f9cb8404975e9d27a8ecc9f5f0d9e0932c87ab09ebdbc8203198b2af6af7972c0c20e52cb48823a"
        },
        {
          "alg" : "SHA-384",
          "content" : "c4c515de696515de64cf9434241f2adead4710ad50ed45b10860759bd5e068aaef6dded0b5bdc9a58c8081f212776a62"
        },
        {
          "alg" : "SHA3-384",
          "content" : "4c3a6ca3a63cf9c0bfaf4330ae931cff016bf5bde730347dfafc1793c1c026ba8f7de10bba0c744cb77e00ed30e22c6d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "4e4b007b0d415c6821e7827d8f88e596aa47e4a4d86c94e2ff69bb306d323a70"
        },
        {
          "alg" : "SHA3-512",
          "content" : "c7302c11c6e6403b846d497eeb56e77396d2c0056318e35449af8e075c3031ab63e4c271af111e7ba6bb4459ebadedc44fe112c06cf0e17aaa813b5823b79ffe"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/parsers_2.13@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/parsers_2.13@4.9.1?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "trees_2.13",
      "version" : "4.9.1",
      "description" : "Scalameta abstract syntax trees",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8d4b5bb7d67317c47248cfeda2a61669"
        },
        {
          "alg" : "SHA-1",
          "content" : "d4fc3ffa2a74b1b37b4c70cc21bde2b4ba67f771"
        },
        {
          "alg" : "SHA-256",
          "content" : "d3a86bd56296d39fdf915c5f07629f60261852bd8127e11bef800e3b0c9d3e9e"
        },
        {
          "alg" : "SHA-512",
          "content" : "b63f1ef4ebd0128f464cbe63df4e2b5e06bfec47ef57110c89c1ccdd8b790de39a9845aa077b8f4d0b01eeb0473af4a941eb331fd8e76180204c4b173762b68b"
        },
        {
          "alg" : "SHA-384",
          "content" : "4993968b66ecc1dc1c1eadf8a957fc57c7e940c6812774a15d075ec32f0d017094cd34c8e1541f3942f7204c0d377e07"
        },
        {
          "alg" : "SHA3-384",
          "content" : "2efafee201067a59778ca569292166ae2783e22bc96eddd9db9a91e85bf5064a819f19b3bcb173700cec24abc9cad231"
        },
        {
          "alg" : "SHA3-256",
          "content" : "9f76e16bf11a1ab008df299ec80d8075f2f3d54d9753a3f5d967cedb97621077"
        },
        {
          "alg" : "SHA3-512",
          "content" : "dd78fde43d66f42bf25979100ac9e0ec7bf799e3675c8aa5ce6ed9917b1826b9a58cfcf0a22832f52794edc4429d02be17cc6b25155d19588202167fbf87dfe1"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/trees_2.13@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/trees_2.13@4.9.1?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "common_2.13",
      "version" : "4.9.1",
      "description" : "Bag of private and public helpers used in scalameta APIs and implementations",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d14831136297b9b7667e3ea69c405175"
        },
        {
          "alg" : "SHA-1",
          "content" : "edc3d5565d9a25ca6bc3be9465c8ec8d2dd85a59"
        },
        {
          "alg" : "SHA-256",
          "content" : "223c3dc10561ffe4522bb29b2d5e93d2c3d12bbc81d896b6400a31a292e40ab3"
        },
        {
          "alg" : "SHA-512",
          "content" : "ebe6814e04ceaa1f01a01a8da3817f0659ace46f226c468680fad176c468292dd5cb271858d00c2ff5d34d561e0e44ec001b1f11df2cd0862b70ee3ca5129efe"
        },
        {
          "alg" : "SHA-384",
          "content" : "01be2f36a97493f32b9d09199e516b874ec5facbf49179b6bc3afdc8926706e06ec064cf216d3e235a0672ee4eaf407d"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e0bf502cf1eebea2579bd218e557540c75d24885bad391728e5a1d0ba23afb0e8fa4ec2198eb664b43a17c1f358754c8"
        },
        {
          "alg" : "SHA3-256",
          "content" : "46c41cf94dfdaedbd0ebab36a77d029fa213f4d9fa3e0993aed98245d82f84d8"
        },
        {
          "alg" : "SHA3-512",
          "content" : "409df54e1d064239f92f16e394cad1baa12c054d0b3e05a8ea0c9315fa27085e5ff3fb0b3f0b5ecceab089d707e40192d003ad1886272527a782a6939fad74d7"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/common_2.13@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/common_2.13@4.9.1?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "sourcecode_2.13",
      "version" : "0.3.1",
      "description" : "sourcecode",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "c8001189845020804687ee654121620b"
        },
        {
          "alg" : "SHA-1",
          "content" : "dd126526e346a1bd5b213f1f8850458b0720abaf"
        },
        {
          "alg" : "SHA-256",
          "content" : "0e663be9a6c81e9515bdd07c04831397e38ea648a211e85ad005300fe840a03d"
        },
        {
          "alg" : "SHA-512",
          "content" : "3c01f07b23b5e6fd4146afeb15b41afb31867b7656e6bbe70294cb53bf382a04a5b55d72edf495f185a1456fdafa8126acff5002cdb17f868720dafe702d51d7"
        },
        {
          "alg" : "SHA-384",
          "content" : "e7df2b720487bc1d5fb6ecd43ccd42eec9198b55dd209ce94694538d5de5829c722581ed03c0cf53f357567dde21b261"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c71955da543a5aba86958903d1a931da89b4a71c9656440c2932d21251310e2a627756048b03d9a27ea85591e96c3399"
        },
        {
          "alg" : "SHA3-256",
          "content" : "0498eacde621c97237ebb3aeefd27ea25bccf4864e06f79e459944abf8fc2a2b"
        },
        {
          "alg" : "SHA3-512",
          "content" : "20a7f36821956bfbec76b765d124d4e1849b5e8af5e6545fcf32b1420cc399f71d3b019dd8b81ea1a0111d4059710ade53e42bd71de754f4185a34184d24795f"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/sourcecode_2.13@0.3.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/com-lihaoyi/sourcecode"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/com-lihaoyi/sourcecode"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/sourcecode_2.13@0.3.1?type=jar"
    },
    {
      "publisher" : "com.thesamet.scalapb",
      "group" : "com.thesamet.scalapb",
      "name" : "scalapb-runtime_2.13",
      "version" : "0.11.15",
      "description" : "scalapb-runtime",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "5ab75cfadf47915a5270f595ea2fe8dd"
        },
        {
          "alg" : "SHA-1",
          "content" : "fb6678d0109ed3a5262feaaf84d942eeb1c608d7"
        },
        {
          "alg" : "SHA-256",
          "content" : "7a5e7b4c6945d76bb05eb05905fe99b1fc6b58db3cc632d81ea7fb3879efbb77"
        },
        {
          "alg" : "SHA-512",
          "content" : "5a8f1458a912a3eec842f04de3502d20ec58dee968f480ef19405639faecb35369a0684ea9c75bc76a4ca03d61fd402e1d8189122003507663fb6ab3cf4e2a3a"
        },
        {
          "alg" : "SHA-384",
          "content" : "fa22ca9e4510cacfe92d0b8a1a28c6470280303bd63ee7a81215fd7c5afec5767963bd0afe28fdc891a43948db264022"
        },
        {
          "alg" : "SHA3-384",
          "content" : "70b7090aed84e06d84b9d87ac5e1f077b74654744ee81443c45a84b4c52583a93b02e72d507b49d3c3327f9d81f63989"
        },
        {
          "alg" : "SHA3-256",
          "content" : "59ac91e066dcc4e04c52a2fec63ec4a4178881ff8a609b6dac60f41df48c66b6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3378e3605607c441f9d2202cd30c43425d0b4695b217123b10ab899e302e7d98531bd67da3b7ceced11d33c6ac6206fc0edf64b2eda18874e7b2e21c23eab601"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.13@0.11.15?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalapb/ScalaPB"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalapb/ScalaPB"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.13@0.11.15?type=jar"
    },
    {
      "publisher" : "com.thesamet.scalapb",
      "group" : "com.thesamet.scalapb",
      "name" : "lenses_2.13",
      "version" : "0.11.15",
      "description" : "lenses",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "071d739d6c37f4ce3239363772533cba"
        },
        {
          "alg" : "SHA-1",
          "content" : "00391c5a2cddf23f670cecb81e3a77cec78d60db"
        },
        {
          "alg" : "SHA-256",
          "content" : "cf85c64803b72d2663b352301d292220ecdb86755897eb57054cd734bc3a35e3"
        },
        {
          "alg" : "SHA-512",
          "content" : "7790bb7184fd1c867b21a20b59bda142790a5199164de7c0dd88f8b89a47fb40c903b6676eb22c781a018fa27805bce23b4d7a4a969a98d36e7447a410ef4479"
        },
        {
          "alg" : "SHA-384",
          "content" : "308c1954205f0300ee4a9aaf555ab2b2f6dde3b944758e29a6cd5a98a36d9ba31039fae4c141180cb3ad3c5f106ecac6"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9e89eb3aee04fb56ea1b44b0447ba46628d5b2b2821120bb8ccaf2b85e902819f5b523187791df411462a0b8c07e68c5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "032f5486c68b2da92a870a12168e54d3814068b1caaa707d4b4902bbfb6a331e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e567df923a10c6c8020ec2ce737936323d875407268c9cbd1b26d1e1b8b34828dbc72b6b4b7b24b3dbdf0521e3bc2634b41d647e1cffc5fe853876e9c243030e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.thesamet.scalapb/lenses_2.13@0.11.15?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalapb/ScalaPB"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalapb/ScalaPB"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.thesamet.scalapb/lenses_2.13@0.11.15?type=jar"
    },
    {
      "group" : "com.google.protobuf",
      "name" : "protobuf-java",
      "version" : "3.25.3",
      "description" : "Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8f4aa3786a92e0273854038f98423f18"
        },
        {
          "alg" : "SHA-1",
          "content" : "d3200261955f3298e0d85c9892201e70492ce8eb"
        },
        {
          "alg" : "SHA-256",
          "content" : "e90d8ddb963b20a972a6a59b5093ade2b07cbe546cab3279aaf4383260385f58"
        },
        {
          "alg" : "SHA-512",
          "content" : "07784b20afb291ca4a593815b654779504ab19d3337f55655f2c5bac95f4629cc22dde5c916abb78beb3e049165e9960a38c5919585a07dc30702a2e943f0b06"
        },
        {
          "alg" : "SHA-384",
          "content" : "e7a61ceb9055994d46af6cada4c07cd0e04e77e27d33aae0aaf29595c996f74b63d927f1dae7b7c1052948d500d0943e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "5d1b99e346d6da1694ae5edb441f31918f8c067cfaa860742eb0b59b8b8cd356644b4a3927173689e6aa10207edc3b3b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1514154314dfeaf1ee4f6ed39116f36e506eb7e92f38098d390db85b9e9ff1c9"
        },
        {
          "alg" : "SHA3-512",
          "content" : "1de7181f1402a07070c48eb9a83fb738669dd54738d7b7b0103110d6133806aa7fea5f426ec5bdfa970f9c3fb9dc3a001ec3502aad35d6adf2eb96f9497c64c4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.3?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://developers.google.com/protocol-buffers/protobuf-java/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/protocolbuffers/protobuf/protobuf-java"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.3?type=jar"
    },
    {
      "publisher" : "org.scala-lang.modules",
      "group" : "org.scala-lang.modules",
      "name" : "scala-collection-compat_2.13",
      "version" : "2.11.0",
      "description" : "scala-collection-compat",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "2076ab90ff32338088f01ab8475c6e28"
        },
        {
          "alg" : "SHA-1",
          "content" : "a1d1a4591c59ac01f041762692d81879accd849b"
        },
        {
          "alg" : "SHA-256",
          "content" : "0c1108883b7b97851750e8932f9584346ccb23f1260c197f97295ac2e6c56cec"
        },
        {
          "alg" : "SHA-512",
          "content" : "2a27b916bc49c72c4636a9cae9ea6339fc938ae1f1a1cfd82786587df2bc12134ffde7bb391cd06fbde37594053d7aaf24240f0f192929bdb087449ab12a93ab"
        },
        {
          "alg" : "SHA-384",
          "content" : "91c497b7a78af6b2f944fc82ff9fc152630987ccacf2b0a9d46fca2fcfbcadb6e91efde423a067c75acc8a66035cf1a4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b4089f7f167445fc499820a0426bf338e5213088a5a5f534323c7c7aa1c453b9b42fde884c0155c9ef9bae342439cce9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c3b360164e99cbd38cdd0ae1b7fdab6638e492af95aaaabdd5d2e22b9209a5eb"
        },
        {
          "alg" : "SHA3-512",
          "content" : "5f7d12a50337dfb2197ecf94f69a378dcf4049c2f843a2d59982f09840e08b58704d4a34da1af7f5cd80e7456d5272ffb58d1f535b3a92a91f9eb22a53cf6616"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.11.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/scala-collection-compat/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala-collection-compat"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.11.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-swift",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-swift@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-swift/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-swift"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-swift@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-tsql",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-tsql@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-tsql/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-tsql"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-tsql@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-visualforce",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-visualforce@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-visualforce/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-visualforce"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-visualforce@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-velocity",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-velocity@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-velocity/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-velocity"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-velocity@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-xml",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-xml@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-xml/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-xml"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-xml@7.0.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-languages-deps",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-languages-deps@7.0.0?type=pom",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-languages-deps/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-languages-deps"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-languages-deps@7.0.0?type=pom"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-doc",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-doc@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-doc/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-doc"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-doc@7.0.0?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.commons",
      "name" : "commons-text",
      "version" : "1.11.0",
      "description" : "Apache Commons Text is a library focused on algorithms working on strings.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ebfec4f77cc595c518d655f7e68346be"
        },
        {
          "alg" : "SHA-1",
          "content" : "2bb044b7717ec2eccaf9ea7769c1509054b50e9a"
        },
        {
          "alg" : "SHA-256",
          "content" : "2acf30a070b19163d5a480eae411a281341e870020e3534c6d5d4c8472739e30"
        },
        {
          "alg" : "SHA-512",
          "content" : "486fdff6253c0e837fd838f75f1737176987bd12192c955d98a4aebf6d8e1b14413b5269d53b150ce1536a70f59367ae54c1371a60f53b6f0ed5bba1b9eb6ee4"
        },
        {
          "alg" : "SHA-384",
          "content" : "65bfca9b4f21565689cadfa15bb565ca3f9823316303bfc57a75f4daa5a2a35daf70f373fd08e9692efac2fb013d90b7"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b316d8f7706795520f25d0258b3d42663cea6059dfed3470e50e24892594cbb9a034f5b1677c09fdf85a454430690240"
        },
        {
          "alg" : "SHA3-256",
          "content" : "52c61d3d160045f0add1fa54817670ab752b649d0801fc0d84fe668f6b8f73df"
        },
        {
          "alg" : "SHA3-512",
          "content" : "865302dbc8ca36be2b8d4766d3e677e0e2f7dc80588415379ae6f5af1b143a6e5f9c361834311bb54bfb76368b7818f37ffd31e248a8b4d273200187f74eeb84"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.commons/commons-text@1.11.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://commons.apache.org/proper/commons-text"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/apache/commons-parent/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/jira/browse/TEXT"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/commons-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://gitbox.apache.org/repos/asf?p=commons-text.git"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.commons/commons-text@1.11.0?type=jar"
    },
    {
      "group" : "org.yaml",
      "name" : "snakeyaml",
      "version" : "2.2",
      "description" : "YAML 1.1 parser and emitter for Java",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d78aacf5f2de5b52f1a327470efd1ad7"
        },
        {
          "alg" : "SHA-1",
          "content" : "3af797a25458550a16bf89acc8e4ab2b7f2bfce0"
        },
        {
          "alg" : "SHA-256",
          "content" : "1467931448a0817696ae2805b7b8b20bfb082652bf9c4efaed528930dc49389b"
        },
        {
          "alg" : "SHA-512",
          "content" : "11547e75cc80bee26f532e2598bc6e4ffa802941496dc0d8ce017f1b15e01ebbb80e91ed17d1047916e32bf2fc58da532bc71a1dfe93afccc277a296d86634ba"
        },
        {
          "alg" : "SHA-384",
          "content" : "dae0cb1a7ab9ccc75413f46f18ae160e12e91dfef0c17a07ea547a365e9fb422c071aa01579f2a320f15ce6ee4c29038"
        },
        {
          "alg" : "SHA3-384",
          "content" : "654b418f330fa02f1111a20c27395ec5c7f463907ae44f60057c94da04f81e815cf1c3959f005026381ef79030049694"
        },
        {
          "alg" : "SHA3-256",
          "content" : "2c4deb8d79876b80b210ef72dc5de2b19607e50fbe3abf09a4324576ca0881fc"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0d9be5610b2bcb6bb7562ee8bcc0d68f81d3771958ce9299c5e57e8ec952c96906d711587b7f72936328c72fb41687b4f908c4de3070b78cc1f3e257cf4b715e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.yaml/snakeyaml@2.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://bitbucket.org/snakeyaml/snakeyaml"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://bitbucket.org/snakeyaml/snakeyaml/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://bitbucket.org/snakeyaml/snakeyaml/src"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.yaml/snakeyaml@2.2?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-scala_2.12",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.12@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-scala-modules/pmd-scala-common/pmd-scala_2.12/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-scala-modules/pmd-scala-common/pmd-scala_2.12"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.12@7.0.0?type=jar"
    },
    {
      "publisher" : "LAMP/EPFL",
      "group" : "org.scala-lang",
      "name" : "scala-library",
      "version" : "2.12.19",
      "description" : "Standard library for the Scala Programming Language",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "515d460eebb8e600f5d0c3f0461f2262"
        },
        {
          "alg" : "SHA-1",
          "content" : "719d843f28afd3239726b7aab9c5c9171aae1d80"
        },
        {
          "alg" : "SHA-256",
          "content" : "81e32f8e31236ef84c21287f1fbaa916fc6525b2e63220d4a0f2396e91871d50"
        },
        {
          "alg" : "SHA-512",
          "content" : "5bd0ee125f9a2b2c6ad5ad6aee0df89646cc7ecde3337bb5ecf1ffe622a3905838e1a21258ca1e2e10967951aeefa6d028c8ee71c3f5366ecc1f89932e312f25"
        },
        {
          "alg" : "SHA-384",
          "content" : "0abea91481a2c34eb3b569973798a3063a4050b75c2e60b37ea3cbaf2c7d5dcb997a3852f76f8b39b327d187037eda3f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3e2969c1063824c656a2e23b2c2a601375d1da2d340b441c9f7d5189909d0a99d2d5d6d8aab722c462ab4d01f88ed02a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "a015104c4925f3388a8622c5bc285296be520051297178c86003ebf8cb540dce"
        },
        {
          "alg" : "SHA3-512",
          "content" : "164c51efdf1da6fcdedc12ed93016f393bdd1f7e0c594bee35f217910f965d7c3490421cf4b7de5378b9a4ac2af96308f45a80d6594231f3ecf74e24b71c0b32"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/bug/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "parsers_2.12",
      "version" : "4.9.1",
      "description" : "Scalameta APIs for parsing and their baseline implementation",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "ad28c0c09247fa088976ec11d9aa1050"
        },
        {
          "alg" : "SHA-1",
          "content" : "12a9e784555d344314d44e11dbf28f71e98ec5a6"
        },
        {
          "alg" : "SHA-256",
          "content" : "5f35541206fd97f93b1f3eaa15c39c5e64c95f45baa83a1e3bb343825bde0ebf"
        },
        {
          "alg" : "SHA-512",
          "content" : "b03c16baa2e6efd73450b8c5fb289c3599924adef8ea5f4e4e7e8985d69d3d272febb78fbbc9a99411acfde3b3bbb61e1984196b5913fbe6a55b0f4cf72a026d"
        },
        {
          "alg" : "SHA-384",
          "content" : "c691cecf753f5dfe68d20da1b459bd24f2d0df110d608e99c20ea130903ae806fb03937058d9ed1646378a55403c1f22"
        },
        {
          "alg" : "SHA3-384",
          "content" : "0bef8f401683605ba131692d15b25624a732d275819ed24569b18d3c436319c204d7845d0e7261f9b31ac277490d1db3"
        },
        {
          "alg" : "SHA3-256",
          "content" : "abfe84fc0ebbae9f2fa205e81eeb875a7bc5b4eca17aa5de4a31dcde21bd16ba"
        },
        {
          "alg" : "SHA3-512",
          "content" : "13258e2ee595d3d7beee82e05e67718a65fa04d199dd18ae0a5c896f046baa3fa18544927268674d70381551c19eccd438820a81f367b292e17007b8da6a6c35"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/parsers_2.12@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/parsers_2.12@4.9.1?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "trees_2.12",
      "version" : "4.9.1",
      "description" : "Scalameta abstract syntax trees",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "93b1c0ad8adee89d81c63308be82ab48"
        },
        {
          "alg" : "SHA-1",
          "content" : "c7cea176507012f55d509d25769b474b56c148c1"
        },
        {
          "alg" : "SHA-256",
          "content" : "c8e2c2cf9773dcff42f80bb76ba363e039960cba2793ca11974de97a3f02dbe1"
        },
        {
          "alg" : "SHA-512",
          "content" : "b28b1a3add553b3135a816527be3af2920eb77b57043dc30befcd5bd6c5805bb65a4af373c74bb3dbb8fe3aefe21097aa7d21fd56c3bc331c75e32407b2cbf3c"
        },
        {
          "alg" : "SHA-384",
          "content" : "38f940c7e1b682c4bf0fde318f0c78bc69d1e011d344608dc65f87a920039888df165df71d347ea0c54cfa66c052272f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b93e3c6f0b2ca75449812c5bfdd6a89f152cab406348bbdb4073648ff7a239edaff974ba7587f9d730d49e6522a54af1"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c001afdd73d6165cfe0027ccbaf51ae7544f706273cda37f718a7a49434d1e83"
        },
        {
          "alg" : "SHA3-512",
          "content" : "aec532df34855d537f1e6c6174655803f5acc6d49956b8f6010af1f1a4118e8794a203759adac4b11c5207e9e2ed18199f4f966a9f484e04683f30656b11a0e4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/trees_2.12@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/trees_2.12@4.9.1?type=jar"
    },
    {
      "publisher" : "org.scalameta",
      "group" : "org.scalameta",
      "name" : "common_2.12",
      "version" : "4.9.1",
      "description" : "Bag of private and public helpers used in scalameta APIs and implementations",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "50458676796af32dc5e52de201f594d8"
        },
        {
          "alg" : "SHA-1",
          "content" : "c2f04b698ff5676e3bd4cde7308df71715fc5ddd"
        },
        {
          "alg" : "SHA-256",
          "content" : "f48e0cc903401692f0adfc97fa805781f74d3a350fee6fd3058159583859e708"
        },
        {
          "alg" : "SHA-512",
          "content" : "c66c1486f94d47ddbb11b79e92e247766992431d37330b0315bd7555705b5da2ad78f2109dcb991438c3eaf350c4f89abedd66323e1448e837df9a61543c15b9"
        },
        {
          "alg" : "SHA-384",
          "content" : "1577e0277fd3efa39c4605a8942fa08e7d147b0051de2b7aee4452ddd575271aa356cb615333390b6acb81a818728199"
        },
        {
          "alg" : "SHA3-384",
          "content" : "7d172fc8b2d24f10c96653a367e679dc99b3db0c78b7ae739d12dbf3720f6737ef910a56eb31bfc5735a2929469a3b15"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b32ceeb0a33c715b67e0daae7b0ec69a42dc4d83bb0b6d87e2e6c28b46cf646f"
        },
        {
          "alg" : "SHA3-512",
          "content" : "ec5e514d6d9e451c6f471042ed741731665da7974b0fccca9d3161100f4727936e15484c00b7da6d6e0b1d4cdeb5b67f2ce30c079c5c79ab96c888695b7a2651"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-4-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.scalameta/common_2.12@4.9.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalameta/scalameta"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scalameta/scalameta/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalameta/scalameta"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scalameta/common_2.12@4.9.1?type=jar"
    },
    {
      "group" : "com.lihaoyi",
      "name" : "sourcecode_2.12",
      "version" : "0.3.1",
      "description" : "sourcecode",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "91a3df4569f1e31999d511d9109634da"
        },
        {
          "alg" : "SHA-1",
          "content" : "11b6feb4794e5363cb98f064721d474866bf324a"
        },
        {
          "alg" : "SHA-256",
          "content" : "9aba101bba6c9df65e2cc38a79dfea02f477f740a69ef90d63607983740290db"
        },
        {
          "alg" : "SHA-512",
          "content" : "2f5f34b683c16e7b6b4c4a85ebefd1659ae54072f7b7fcddc7f54b3480c90dd4185642ba9deb3557c2df07f40713696cc1845beb2f8c69c23f3845d913607555"
        },
        {
          "alg" : "SHA-384",
          "content" : "4a9c88409991a2c0b2b0fb73252cb4ae9ad4f050e3fdf943d67da505ea5c55004acd5815728f117b8531b1626f92ffa0"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c923982f394afb27842b9919b6cf6efcf35fdc15895e099ef7f2ade70e49da9c129eac8291ef87ee12debfac8806cf46"
        },
        {
          "alg" : "SHA3-256",
          "content" : "62686647ef66d7dae911d2ff70de2d054b703d06eeea0344d43a7ebb3d9ca4e6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6ea7a35b77e42d76caaf1824492faf94bff51691cadc14c5d3d0a8272d63062ba9bad0918ba8c493bd27d9111ebcd864089d94306a4ac3c7aba3d3bc6142a8e2"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.lihaoyi/sourcecode_2.12@0.3.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/com-lihaoyi/sourcecode"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/com-lihaoyi/sourcecode"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.lihaoyi/sourcecode_2.12@0.3.1?type=jar"
    },
    {
      "publisher" : "com.thesamet.scalapb",
      "group" : "com.thesamet.scalapb",
      "name" : "scalapb-runtime_2.12",
      "version" : "0.11.15",
      "description" : "scalapb-runtime",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "53b6e142e5dc6fc057e39b5c6e6ab85f"
        },
        {
          "alg" : "SHA-1",
          "content" : "ddcdd83613d80e84872b01e967e923fb32577bcc"
        },
        {
          "alg" : "SHA-256",
          "content" : "2f04126fde41b0c4baf1d543d57ca990bb85b81483ca0cbe039c4087f6d3cfa3"
        },
        {
          "alg" : "SHA-512",
          "content" : "f635dd3669b3c72c59627c8637513df8fa6562ebdff733a8c3bde69d66dfd4c95074e50fa8912999b175c1c67f36c14d79a6dff1e058cde4e81f9309580fdbea"
        },
        {
          "alg" : "SHA-384",
          "content" : "c3c75dbcb80e1f449bdfd824d6fac9ced2d0c98e0b77478d10a550c4ddd7f5eac030b362aa6de84e9dd2127c133c3678"
        },
        {
          "alg" : "SHA3-384",
          "content" : "6eff1bed9c4816a670f3e304f8f35a8837593b70e95e9b461d33d55cb7649be293a3c72ffcfa6f7610c8b48bff32eef7"
        },
        {
          "alg" : "SHA3-256",
          "content" : "e2e7fc82b5ba62114163b3f8a8e5bf413e6330f0e2569191c3e91dcf2b493361"
        },
        {
          "alg" : "SHA3-512",
          "content" : "39687c06203594327ae8ee77ba40d83a83ed90ed825f0fc6fd345e2c1acf58e71736f1990bcad6231ef54aa4a2a72c8af9cfc180bddd5bd4a15eb190c6f87dcb"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.12@0.11.15?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalapb/ScalaPB"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalapb/ScalaPB"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.12@0.11.15?type=jar"
    },
    {
      "publisher" : "com.thesamet.scalapb",
      "group" : "com.thesamet.scalapb",
      "name" : "lenses_2.12",
      "version" : "0.11.15",
      "description" : "lenses",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "00217930d72558e0643ee22872be2e0f"
        },
        {
          "alg" : "SHA-1",
          "content" : "bebecc705672cfeb1825e8be152b98d38819fb86"
        },
        {
          "alg" : "SHA-256",
          "content" : "1d9cfb3790a7da35afff6b4a0995afd1fbe321f971f2f17a8c312bc4cd950c16"
        },
        {
          "alg" : "SHA-512",
          "content" : "77678502f752bd9708d259ee63dece779514ddbb88a29fda67b434db67a1a3c64bd2ff309b71407677a5a9dc8e39775d5af44d771c618711cc489643e88b4f9e"
        },
        {
          "alg" : "SHA-384",
          "content" : "6c750bbeff58468f92891550a457795f8c0fb6aa17fa6cac93f3e1926f59014e058184fa43c1382aded97b8f3dd1dcbd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "e5730dabe18e3c39231a161496e5370dcc9c92f7393e36e909edf53be638b99484376e8d66ccfee633c782c71093f1a4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "db6d739a39fe4b2b9b112bdc5d6802adb3fc2648440d4da2da36327e37709ae9"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4fbf605d3755927a551b8d12258e98f4fecb908bf5c903edfcb2cea50d77f8da6a8075599622f2c06d659a6e00ae24892c671905ded0accff5edd0fa8649b360"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.thesamet.scalapb/lenses_2.12@0.11.15?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/scalapb/ScalaPB"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scalapb/ScalaPB"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.thesamet.scalapb/lenses_2.12@0.11.15?type=jar"
    },
    {
      "publisher" : "org.scala-lang.modules",
      "group" : "org.scala-lang.modules",
      "name" : "scala-collection-compat_2.12",
      "version" : "2.11.0",
      "description" : "scala-collection-compat",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "52c19e21cb235c93aeebecc9a47c8221"
        },
        {
          "alg" : "SHA-1",
          "content" : "965bfcb4ca7f821113b4877154457f9a4fae2328"
        },
        {
          "alg" : "SHA-256",
          "content" : "7bf170604a148a342c7d1b1c7d181dd41e9c60b7b459dd49b2bcf12be69ea675"
        },
        {
          "alg" : "SHA-512",
          "content" : "e82fbfaf54ed347130db79ac0eba7d3c5989b200d5f6dedfe1d80d7041d9a149a33fe62817617ebecc09a2e12f5735b5c9cbd3448f8ae3ab3a445624ce5030b1"
        },
        {
          "alg" : "SHA-384",
          "content" : "0d41c50471b7c747be8bb45293b8c4d6c13d68209700c9e0d56c3b27635e63d596103026b8cebfe20b470a74dc3e6780"
        },
        {
          "alg" : "SHA3-384",
          "content" : "207242beaef2258bb979c315ae9a3e0f807276270207edcb396e4ff1c0c5c978f5753d1759df66c1aab1ae9fae4c3a60"
        },
        {
          "alg" : "SHA3-256",
          "content" : "662346736391092677ab18a136284da4e1354b0d0c77a456fe77438918699387"
        },
        {
          "alg" : "SHA3-512",
          "content" : "ef340cd54eed4154eedb5360f3110f878ccff3550592380c2c148d09cd0b99121470b571a4b8a30f8b19b9ad043804bb885c049497edb188be471bb4177a4e1e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.12@2.11.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.scala-lang.org/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/scala/scala-collection-compat/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/scala/scala-collection-compat"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.12@2.11.0?type=jar"
    },
    {
      "publisher" : "PMD",
      "group" : "net.sourceforge.pmd",
      "name" : "pmd-compat6",
      "version" : "7.0.0",
      "description" : "PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports many languages. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Kotlin, Swift, Modelica, PLSQL, Apache Velocity, JSP, WSDL, HTML, XML and XSL. Scala is supported, but there are currently no Scala rules available. Additionally, it includes CPD, the copy-paste-detector. CPD finds duplicated code in Coco, C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Julia, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex and Visualforce, Scala, Swift, T-SQL, Typescript and XML.",
      "licenses" : [
        {
          "license" : {
            "name" : "BSD-style",
            "url" : "http://pmd.sourceforge.net/license.html"
          }
        }
      ],
      "purl" : "pkg:maven/net.sourceforge.pmd/pmd-compat6@7.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://pmd.github.io/pmd-compat6/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/pmd/pmd/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/pmd/pmd/issues"
        },
        {
          "type" : "mailing-list",
          "url" : "https://sourceforge.net/p/pmd/mailman/pmd-devel"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/pmd/pmd/pmd-compat6"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sourceforge.pmd/pmd-compat6@7.0.0?type=jar"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd@7.0.0?type=pom",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-test-schema@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-ant@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-test@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-lang-test@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-coco@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-cpp@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-dart@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-fortran@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-gherkin@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-go@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-groovy@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-html@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-julia@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-kotlin@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-lua@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-matlab@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-modelica@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-objectivec@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-perl@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-php@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-plsql@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-python@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-ruby@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-scala-common@7.0.0?type=pom",
        "pkg:maven/net.sourceforge.pmd/pmd-swift@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-tsql@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-visualforce@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-velocity@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-xml@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-languages-deps@7.0.0?type=pom",
        "pkg:maven/net.sourceforge.pmd/pmd-doc@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-compat6@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
        "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar",
        "pkg:maven/net.sf.saxon/Saxon-HE@10.9?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
        "pkg:maven/org.ow2.asm/asm@9.6?type=jar",
        "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar",
        "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
        "pkg:maven/org.pcollections/pcollections@3.2.0?type=jar",
        "pkg:maven/com.github.oowekyala.ooxml/nice-xml-messages@3.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/jul-to-slf4j@1.7.36?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sf.saxon/Saxon-HE@10.9?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.ow2.asm/asm@9.6?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.pcollections/pcollections@3.2.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.github.oowekyala.ooxml/nice-xml-messages@3.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-test-schema@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/com.github.oowekyala.ooxml/nice-xml-messages@3.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-ant@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.ant/ant@1.10.14?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.ant/ant@1.10.14?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apache.ant/ant-launcher@1.10.14?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.ant/ant-launcher@1.10.14?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-test@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.hamcrest/hamcrest@2.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.8.2?type=jar",
        "pkg:maven/com.github.stefanbirkner/system-lambda@1.2.1?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-test-schema@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-ant@7.0.0?type=jar",
        "pkg:maven/org.apache.ant/ant@1.10.14?type=jar",
        "pkg:maven/org.slf4j/slf4j-simple@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.hamcrest/hamcrest@2.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar",
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.stefanbirkner/system-lambda@1.2.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-simple@1.7.36?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-lang-test@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-core-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-property-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-runner-junit5-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar",
        "pkg:maven/org.hamcrest/hamcrest@2.2?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-reflect@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-test-junit@1.7.20?type=jar",
        "pkg:maven/com.github.oowekyala.treeutils/tree-matchers@2.1.0?type=jar",
        "pkg:maven/com.github.oowekyala.treeutils/tree-printers@2.1.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-assertions-core-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8@1.6.4?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-api-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/io.kotest/kotest-assertions-api-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8@1.6.4?type=jar",
        "pkg:maven/io.github.java-diff-utils/java-diff-utils@4.12?type=jar",
        "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-assertions-api-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8@1.6.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.github.java-diff-utils/java-diff-utils@4.12?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-property-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/com.github.curious-odd-man/rgxgen@1.4?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/io.github.java-diff-utils/java-diff-utils@4.12?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.curious-odd-man/rgxgen@1.4?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-runner-junit5-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-engine-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-discovery-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-extensions-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-concurrency-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar",
        "pkg:maven/org.junit.platform/junit-platform-suite-api@1.8.2?type=jar",
        "pkg:maven/org.junit.platform/junit-platform-launcher@1.8.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-test-jvm@1.6.4?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-test-jvm@1.6.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-framework-engine-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/io.github.classgraph/classgraph@4.8.154?type=jar",
        "pkg:maven/io.kotest/kotest-framework-discovery-jvm@5.5.5?type=jar",
        "pkg:maven/com.github.ajalt/mordant@1.2.1?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.kotest/kotest-assertions-shared-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-test-jvm@1.6.4?type=jar",
        "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-debug@1.6.4?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.github.classgraph/classgraph@4.8.154?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-framework-discovery-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.github.classgraph/classgraph@4.8.154?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.ajalt/mordant@1.2.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
        "pkg:maven/com.github.ajalt/colormath@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.ajalt/colormath@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-debug@1.6.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/net.java.dev.jna/jna@5.9.0?type=jar",
        "pkg:maven/net.java.dev.jna/jna-platform@5.9.0?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.java.dev.jna/jna@5.9.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.java.dev.jna/jna-platform@5.9.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.java.dev.jna/jna@5.9.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-extensions-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-engine-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.mockk/mockk-jvm@1.13.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.mockk/mockk-jvm@1.13.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.mockk/mockk-dsl-jvm@1.13.1?type=jar",
        "pkg:maven/io.mockk/mockk-agent-jvm@1.13.1?type=jar",
        "pkg:maven/io.mockk/mockk-agent-api-jvm@1.13.1?type=jar",
        "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar",
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter@5.8.2?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.6.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.mockk/mockk-dsl-jvm@1.13.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.6.4?type=jar",
        "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core@1.6.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.mockk/mockk-agent-jvm@1.13.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.objenesis/objenesis@3.2?type=jar",
        "pkg:maven/io.mockk/mockk-agent-api-jvm@1.13.1?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/io.mockk/mockk-core-jvm@1.13.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.objenesis/objenesis@3.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.mockk/mockk-agent-api-jvm@1.13.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.junit.jupiter/junit-jupiter@5.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-params@5.8.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.8.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.junit.jupiter/junit-jupiter-engine@5.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar",
        "pkg:maven/org.junit.jupiter/junit-jupiter-api@5.8.2?type=jar",
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.opentest4j/opentest4j@1.2.0?type=jar",
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.kotest/kotest-framework-concurrency-jvm@5.5.5?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm@1.6.4?type=jar",
        "pkg:maven/io.kotest/kotest-common-jvm@5.5.5?type=jar",
        "pkg:maven/io.kotest/kotest-framework-api-jvm@5.5.5?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.junit.platform/junit-platform-suite-api@1.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.junit.platform/junit-platform-launcher@1.8.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.junit.platform/junit-platform-engine@1.8.2?type=jar",
        "pkg:maven/org.apiguardian/apiguardian-api@1.1.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-reflect@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-test-junit@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-test@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-test@1.7.20?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.oowekyala.treeutils/tree-matchers@2.1.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.github.oowekyala.treeutils/tree-printers@2.1.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.7.20?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.7.20?type=jar",
        "pkg:maven/com.google.summit/summit-ast@2.2.0?type=jar",
        "pkg:maven/com.github.nawforce/apexlink@2.3.7?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar",
      "dependsOn" : [
        "pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar",
        "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar",
        "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
        "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
        "pkg:maven/com.google.errorprone/error_prone_annotations@2.23.0?type=jar",
        "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.errorprone/error_prone_annotations@2.23.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.7.20?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.summit/summit-ast@2.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar",
        "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar",
        "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
        "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
        "pkg:maven/com.google.errorprone/error_prone_annotations@2.23.0?type=jar",
        "pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar",
        "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar",
        "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar",
        "pkg:maven/com.google.flogger/flogger@0.7.4?type=jar",
        "pkg:maven/com.google.flogger/flogger-system-backend@0.7.4?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar",
        "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar",
        "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar",
        "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
        "pkg:maven/org.danilopianini/gson-extras@1.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.flogger/flogger@0.7.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.google.flogger/flogger-system-backend@0.7.4?type=jar",
      "dependsOn" : [
        "pkg:maven/com.google.flogger/flogger@0.7.4?type=jar",
        "pkg:maven/org.checkerframework/checker-compat-qual@2.5.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.danilopianini/gson-extras@1.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar",
        "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.nawforce/apexlink@2.3.7?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-parallel-collections_2.13@1.0.0?type=jar",
        "pkg:maven/com.github.nawforce/pkgforce_2.13@2.3.7?type=jar",
        "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar",
        "pkg:maven/com.github.nawforce/runforce@55.5.0?type=jar",
        "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar",
        "pkg:maven/com.github.nawforce/scala-json-rpc-upickle-json-serializer_2.13@1.0.1?type=jar",
        "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang.modules/scala-parallel-collections_2.13@1.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.nawforce/pkgforce_2.13@2.3.7?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-xml_2.13@1.3.0?type=jar",
        "pkg:maven/io.github.apex-dev-tools/apex-parser@3.6.0?type=jar",
        "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar",
        "pkg:maven/com.github.nawforce/scala-json-rpc-upickle-json-serializer_2.13@1.0.1?type=jar",
        "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang.modules/scala-xml_2.13@1.3.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scala-lang/scala-reflect@2.13.13?type=jar",
        "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang/scala-reflect@2.13.13?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.lihaoyi/ujson_2.13@1.2.0?type=jar",
        "pkg:maven/com.lihaoyi/upack_2.13@1.2.0?type=jar",
        "pkg:maven/com.lihaoyi/upickle-implicits_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/ujson_2.13@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.1.4?type=jar",
        "pkg:maven/com.lihaoyi/geny_2.13@0.6.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.1.4?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/geny_2.13@0.6.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/upack_2.13@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/upickle-implicits_2.13@1.2.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.lihaoyi/upickle-core_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.nawforce/scala-json-rpc-upickle-json-serializer_2.13@1.0.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/com.github.nawforce/scala-json-rpc_2.13@1.0.1?type=jar",
        "pkg:maven/org.scala-lang/scala-reflect@2.13.13?type=jar",
        "pkg:maven/com.lihaoyi/upickle_2.13@1.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.github.nawforce/runforce@55.5.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-coco@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-cpp@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-dart@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-fortran@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-gherkin@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-go@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-groovy@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.groovy/groovy@4.0.19?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.groovy/groovy@4.0.19?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-html@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.jsoup/jsoup@1.17.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jsoup/jsoup@1.17.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.ow2.asm/asm@9.6?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
        "pkg:maven/org.checkerframework/checker-qual@2.11.1?type=jar",
        "pkg:maven/net.sf.saxon/Saxon-HE@10.9?type=jar",
        "pkg:maven/org.pcollections/pcollections@3.2.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar",
        "pkg:maven/org.mozilla/rhino@1.7.14?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.mozilla/rhino@1.7.14?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-julia@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-kotlin@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-lua@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-matlab@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-modelica@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-objectivec@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-perl@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-php@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-plsql@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-python@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-ruby@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala-common@7.0.0?type=pom",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-scala_2.13@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-scala_2.12@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.13@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scalameta/parsers_2.13@4.9.1?type=jar",
        "pkg:maven/org.scalameta/trees_2.13@4.9.1?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/parsers_2.13@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scalameta/trees_2.13@4.9.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/trees_2.13@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scalameta/common_2.13@4.9.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/common_2.13@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/com.lihaoyi/sourcecode_2.13@0.3.1?type=jar",
        "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.13@0.11.15?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/sourcecode_2.13@0.3.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.13@0.11.15?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/com.thesamet.scalapb/lenses_2.13@0.11.15?type=jar",
        "pkg:maven/com.google.protobuf/protobuf-java@3.25.3?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.11.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.thesamet.scalapb/lenses_2.13@0.11.15?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.11.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.13@2.11.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.13.13?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.3?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-swift@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-tsql@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-visualforce@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-velocity@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-xml@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.antlr/antlr4-runtime@4.9.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-languages-deps@7.0.0?type=pom",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-apex@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-coco@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-cpp@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-dart@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-fortran@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-gherkin@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-go@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-groovy@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-html@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-julia@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-kotlin@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-lua@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-matlab@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-modelica@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-objectivec@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-perl@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-php@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-plsql@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-python@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-ruby@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-scala_2.13@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-swift@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-tsql@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-visualforce@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-velocity@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-xml@7.0.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-doc@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-languages-deps@7.0.0?type=pom",
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar",
        "pkg:maven/org.apache.commons/commons-text@1.11.0?type=jar",
        "pkg:maven/org.yaml/snakeyaml@2.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.commons/commons-text@1.11.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.yaml/snakeyaml@2.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-scala_2.12@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/org.scalameta/parsers_2.12@4.9.1?type=jar",
        "pkg:maven/org.scalameta/trees_2.12@4.9.1?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/org.apache.commons/commons-lang3@3.14.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/parsers_2.12@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/org.scalameta/trees_2.12@4.9.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/trees_2.12@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/org.scalameta/common_2.12@4.9.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scalameta/common_2.12@4.9.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/com.lihaoyi/sourcecode_2.12@0.3.1?type=jar",
        "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.12@0.11.15?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.lihaoyi/sourcecode_2.12@0.3.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.thesamet.scalapb/scalapb-runtime_2.12@0.11.15?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/com.thesamet.scalapb/lenses_2.12@0.11.15?type=jar",
        "pkg:maven/com.google.protobuf/protobuf-java@3.25.3?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.12@2.11.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.thesamet.scalapb/lenses_2.12@0.11.15?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar",
        "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.12@2.11.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.scala-lang.modules/scala-collection-compat_2.12@2.11.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.scala-lang/scala-library@2.12.19?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/net.sourceforge.pmd/pmd-compat6@7.0.0?type=jar",
      "dependsOn" : [
        "pkg:maven/net.sourceforge.pmd/pmd-core@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-java@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-javascript@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-jsp@7.0.0?type=jar",
        "pkg:maven/net.sourceforge.pmd/pmd-cs@7.0.0?type=jar"
      ]
    }
  ]
}