{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.4",
  "serialNumber" : "urn:uuid:6ea98b68-b60d-3376-8c89-deec47b6df4d",
  "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" : {
      "group" : "org.jdbi",
      "name" : "jdbi3-moshi",
      "version" : "3.45.1",
      "description" : "Use Square Moshi for JSON column serialization/deserialization.",
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jdbi/jdbi3-moshi@3.45.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://jdbi.org/jdbi3-parent/jdbi3-moshi/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/jdbi/jdbi/jdbi3-moshi/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jdbi/jdbi3-moshi@3.45.1?type=jar"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "group" : "org.jdbi",
      "name" : "jdbi3-core",
      "version" : "3.45.1",
      "description" : "The Jdbi core API. Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "cd37ce32e3f21f67c392d94ba91b81c9"
        },
        {
          "alg" : "SHA-1",
          "content" : "a86136fae6a51eec60e61ef78ed20431b0f86bc5"
        },
        {
          "alg" : "SHA-256",
          "content" : "8ef2c3f5e2d33e229d33facd61b718fd1c294e65e4c32a1f3686c8df978a24a2"
        },
        {
          "alg" : "SHA-512",
          "content" : "5483ae79138f192e98abdda2e8283b4134912eb09eac38fd8169857bae33c8f9a455d230171ca0efc8f0b33b66df115b1c2a8693a5377b24b25a19c379fee1a1"
        },
        {
          "alg" : "SHA-384",
          "content" : "7c0d710bd37aece3e9c04460f788f04fd7e80ca83d98098acdbb1d770f0a22def5d8c210327a4913a8355c7b98baa347"
        },
        {
          "alg" : "SHA3-384",
          "content" : "5c5911aa45fbf6990609a337a411670d6f70fabc7fd0bd1d84ef6f21926d20981314a2fb5bd4d5698c2dbe2247abaff6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "fc21765c573804dc33d4d1ebc6811840ccb9715d52b4a4f1e9cd9c298637add1"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d4be2571e10037cfb981a472997741c1f8b5068d4d2b6459ed5e103818c90e837e5b343779b4e827611d3ac8d4410b9bbac291d37a05a2dc06d8aaf8ca3ce101"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jdbi/jdbi3-core@3.45.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://jdbi.org/jdbi3-parent/jdbi3-core/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/jdbi/jdbi/jdbi3-core/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jdbi/jdbi3-core@3.45.1?type=jar"
    },
    {
      "publisher" : "ANTLR",
      "group" : "org.antlr",
      "name" : "antlr4-runtime",
      "version" : "4.13.1",
      "description" : "The ANTLR 4 Runtime",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "dd465ddb2a8dbf69eb6c94e69a0d5f0f"
        },
        {
          "alg" : "SHA-1",
          "content" : "17125bae1d965624e265ef49552f6465a2bfa307"
        },
        {
          "alg" : "SHA-256",
          "content" : "54665d2838cc66458343468efc539e454fc95b46a8a04b13c6ac43fc9be63505"
        },
        {
          "alg" : "SHA-512",
          "content" : "63eb51bfcee49c52848d8b7c3c46d8b4d367d85fb3c3db7175eaacba94e4d0c227b78e5955a0e86e575e1c6206fc2a43e5fa96fb04ad7c16e24ec94015cfc18b"
        },
        {
          "alg" : "SHA-384",
          "content" : "9e5e022d1eff5870f53e0e17d09d737eebb5b859c3403e78308af4616a86cde0830842b81a389ac4a0df871fb1032124"
        },
        {
          "alg" : "SHA3-384",
          "content" : "20f3a927369f6bfd94bd8b244e0e9330d4438736414c403b712098f6aad9a1140bc17333cacf194f1b9e99c0f62ffdfa"
        },
        {
          "alg" : "SHA3-256",
          "content" : "5696b3e757e6135c1aa56452b86ff0456425d13b97b33ace3f4d3dc6c752c4b6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "33251a06eaeaa56f274548e47b405cce279a9e54e34d65bc382d2482887bd470e5080da4f75c221658c3e70aea79e748bd0a3f47e49e37805174e23f71747b92"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.antlr/antlr4-runtime@4.13.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://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.13.1?type=jar"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "slf4j-api",
      "version" : "1.7.36",
      "description" : "The slf4j API",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "872da51f5de7f3923da4de871d57fd85"
        },
        {
          "alg" : "SHA-1",
          "content" : "6c62681a2f655b49963a5983b8b0950a6120ae14"
        },
        {
          "alg" : "SHA-256",
          "content" : "d3ef575e3e4979678dc01bf1dcce51021493b4d11fb7f1be8ad982877c16a1c0"
        },
        {
          "alg" : "SHA-512",
          "content" : "f9b033fc019a44f98b16048da7e2b59edd4a6a527ba60e358f65ab88e0afae03a9340f1b3e8a543d49fa542290f499c5594259affa1ff3e6e7bf3b428d4c610b"
        },
        {
          "alg" : "SHA-384",
          "content" : "2b14ad035877087157e379d3277dcdcd79e58d6bdb147c47d29e377d75ce53ad42cafbf22f5fb7827c7e946ff4876b9a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3bc3110dafb8d5be16a39f3b2671a466463cd99eb39610c0e4719a7bf2d928f2ea213c734887c6926a07c4cca7769e4b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ba2608179fcf46e2291a90b9cbb4aa30d718e481f59c350cc21c73b88d826881"
        },
        {
          "alg" : "SHA3-512",
          "content" : "14c4edcd19702ef607d78826839d8a6d3a39157df54b89a801d3d3cbbe1307131a77671b041c761122730fb1387888c5ec2e46bdd80e1cb07f8f144676441824"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.slf4j.org"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/qos-ch/slf4j/slf4j-api"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
    },
    {
      "group" : "io.leangen.geantyref",
      "name" : "geantyref",
      "version" : "1.3.15",
      "description" : "Generic type reflection library with support for AnnotatedType",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "724a6925325ec8a0ff4f7510b6f41652"
        },
        {
          "alg" : "SHA-1",
          "content" : "1c9a807a35a02c57dae5e6fa13197e6c735bd721"
        },
        {
          "alg" : "SHA-256",
          "content" : "6907affedb63ab3e77c7cd988141f3293cbd847ff3df58eec1e48c7d2990fb89"
        },
        {
          "alg" : "SHA-512",
          "content" : "90bd66cbd8c0b4ef41073abb492bcca7ebedaebfca5dbce4270d30f62e9251ed63a6653f1577552de796364b770d323e0561925e686d5a4a0156b42e1fd8f490"
        },
        {
          "alg" : "SHA-384",
          "content" : "b8a17a0410b52534a16bf713723013679e6d53dfa64854f0b4e58f91ac1950146cb1f975c68fb0cf656bcb95cc573150"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ca17a6da0f1b9e6a3632942f582ce805467c91f9290ec27402be8b9779de3f58995959398265bcccfb36d649fc8df8b0"
        },
        {
          "alg" : "SHA3-256",
          "content" : "3f859c62c37c56067a67c4d8534cfe3a096511d347720f8a9c8453530b82b83e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d8237d3d4c4a294cfe1431ca459c57bf8662a6174e632948ccf607ed54e679bb9a3cc5c3a0933b17f77aae1a9c712515bf7ddcefb82fb2a8ba2c8719ca2f6e28"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.leangen.geantyref/geantyref@1.3.15?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/leangen/geantyref"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/leangen/geantyref/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/leangen/geantyref"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.leangen.geantyref/geantyref@1.3.15?type=jar"
    },
    {
      "group" : "org.jdbi",
      "name" : "jdbi3-json",
      "version" : "3.45.1",
      "description" : "Support for JSON column types. In addition to this module, a serialization module (jackson2, gson2, moshi) is required.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "62a9d03b2a9ca7225cb2d81329dfddd9"
        },
        {
          "alg" : "SHA-1",
          "content" : "f19e0f9eba6c6b00c9ae5a392a881948d6119ffc"
        },
        {
          "alg" : "SHA-256",
          "content" : "1b615131148c0b3a584a4e09db3b7f3fe3cb022e2e6c08c1bb9c892ad2243b22"
        },
        {
          "alg" : "SHA-512",
          "content" : "cfc12a093ebe3a049d19c0fb8cbeaaedb37e60deb982f2db8214bf5a6f986f0a0616084936c9ece5fb60e5e8f34f5efedc095163287337f483f14299b062cdd0"
        },
        {
          "alg" : "SHA-384",
          "content" : "c6729db3699b0b85c6ff491028742d75b4b6f29e9ea8d2b9561fc56e563f9f6facb628bb4a5e4ab1ec7a03ae1ca92658"
        },
        {
          "alg" : "SHA3-384",
          "content" : "fbfa05d3d53e0a5dcd9a2d92e76c2400e779453b7ea987225807721b7aafa079cb4d75d56c9376d06a6a4bb3db2beb66"
        },
        {
          "alg" : "SHA3-256",
          "content" : "0bd8845171cb9cf6bb94077269a2955647a36fe5b133c403a5ffd9f43fab6fe4"
        },
        {
          "alg" : "SHA3-512",
          "content" : "8d5cb4530beb0cbd3a1a1221021a1577513dbbf06a8b7a62c0e9f44933f8166c202183a347a54ddd4d111bdb39fc0299cba7c3ee7d211eec067c26794ed0da7b"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jdbi/jdbi3-json@3.45.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://jdbi.org/jdbi3-parent/jdbi3-json/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/jdbi/jdbi/jdbi3-json/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.jdbi/jdbi3-json@3.45.1?type=jar"
    },
    {
      "group" : "com.squareup.moshi",
      "name" : "moshi",
      "version" : "1.15.0",
      "description" : "A modern JSON API for Android and Java",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "a09b60929219df14dd02c3edc7da6d6b"
        },
        {
          "alg" : "SHA-1",
          "content" : "bfefc77019c04fb3e1ad94abb0a2c141a78bbbd8"
        },
        {
          "alg" : "SHA-256",
          "content" : "350d48c34df4a8ef4f1475aa65ef0e54c4d8302a71efc9f6c09d0e98fd4c63c6"
        },
        {
          "alg" : "SHA-512",
          "content" : "bafa249d969f04a0b0c4aa4078abe8edfdc210bb381316c56e20edc99331eea3c9c5d863ef32fc214e936972399b5d352d92c30ec4e6fe9b0ed4c8ccf7d820e1"
        },
        {
          "alg" : "SHA-384",
          "content" : "43c72f2844e1139b5baa4ef045999575455f4cad4fe26e8f65d725de5fbd5edf1ca42b0d8e2a2f4437e92eaaa281c575"
        },
        {
          "alg" : "SHA3-384",
          "content" : "244fe02d8e6f5877a48056a85b5e17e9db2230888f7e4a1d67ebc39df349cf0b3890bcefcd6a06fb4e15178d4e4a1c33"
        },
        {
          "alg" : "SHA3-256",
          "content" : "5ce3497e1d1081d374d1ca67348f5ea4aabf0522555b0970e480d9613d77f4b9"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7a1189e2bfdc9f452fa93c90c2f2b083e3b243b0a7f583f06ae3442ddd264368e45ac00b003382f904800a84d6c9357562b4e2c16a41c51bdbd1ba73507c1684"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.squareup.moshi/moshi@1.15.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/square/moshi/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/square/moshi/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.squareup.moshi/moshi@1.15.0?type=jar"
    },
    {
      "group" : "com.squareup.okio",
      "name" : "okio",
      "version" : "2.10.0",
      "description" : "A modern I/O API for Java",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "f9ed9f0129af27f6e9ce487467d0f4f1"
        },
        {
          "alg" : "SHA-1",
          "content" : "accaddddbb597fb70290fd40358b1ce66b8c2b3d"
        },
        {
          "alg" : "SHA-256",
          "content" : "a27f091d34aa452e37227e2cfa85809f29012a8ef2501a9b5a125a978e4fcbc1"
        },
        {
          "alg" : "SHA-512",
          "content" : "c338e3307f50ea1982cbce83894c3fb74e388cbc262fe83f81f7b03ef194ed1ed8be12d7fffd047284a18d15ff8fec0654c728176003b6b21ebaefddfee070f4"
        },
        {
          "alg" : "SHA-384",
          "content" : "c8efae582c933dbdf52f5ec5a4c40bbe8afd36c9a3985de3f6ef7859f8dc417e325bb9153c6699d7669e2ae0eb7d0ad1"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ad50ff6cbe2acf8604f72b083b3b22b5ab5c56310a65c8689b87bf7de4508637f2d51a98e1737f339772a759784967f5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "bcc454aa02332f293125d6a427b4f209e38496031bc0c9a6945f364b4871a51a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "59af6b444fd714272070de68a9b668a758fd334a8e75ede932de05fc535a9a02f94f47da2f4649f1d0fbdf80b96ea7a7268eb3aa0b72514c5e12f8d75d2ac715"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.squareup.okio/okio@2.10.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/square/okio/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/square/okio/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.squareup.okio/okio@2.10.0?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib",
      "version" : "1.6.21",
      "description" : "Kotlin Standard Library for JVM",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "df1b133841b2778996355058342c66be"
        },
        {
          "alg" : "SHA-1",
          "content" : "11ef67f1900634fd951bad28c53ec957fabbe5b8"
        },
        {
          "alg" : "SHA-256",
          "content" : "739c526672bb337573b28f63afa8306eb088b0c3a0967f56d6c89f4a3012a492"
        },
        {
          "alg" : "SHA-512",
          "content" : "4083817bb11b983ad9bb7fb28832f1801706f03a04ce7952e5f76cb859b3c1b61d3ec3041eeed5b52fe1e834d67ddd924ea4958e7cdb7269355dfa247e7ede33"
        },
        {
          "alg" : "SHA-384",
          "content" : "187b5042da1117f3eb3d08f1462031faf8586c2d2bda377822b8ba34358bd0de2ea547aae98d8756fb19e06ebc1b2329"
        },
        {
          "alg" : "SHA3-384",
          "content" : "f5cb6b9b55676e8d87de5fd749089187535fbe1c7a7fb8e44dbb4bd61e064f3be38fb68ac6574c672f93b9d0c51a7daa"
        },
        {
          "alg" : "SHA3-256",
          "content" : "35e137fd6afcf908f3aeadaf81a2824001b243c2a94ccf2e3908e2d6836ce826"
        },
        {
          "alg" : "SHA3-512",
          "content" : "b8db1d2409309c36b861cadeb2479cf2bf0f82fa6022de13de21e03ac94820b8c74cd8c592a76d40269673cc6df90f5c3be52ef60bcfffe36c3361452ad24434"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@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@1.6.21?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" : "optional",
      "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-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.kotlin",
      "name" : "kotlin-stdlib-jdk8",
      "version" : "1.6.21",
      "description" : "Kotlin Standard Library JDK 8 extension",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9e7ee18a1a5dd5bf070c7e6f706ccc9c"
        },
        {
          "alg" : "SHA-1",
          "content" : "eeb4d60d75e9ea9c11200d52974e522793b14fba"
        },
        {
          "alg" : "SHA-256",
          "content" : "dab45489b47736d59fce44b80676f1947a9b6bcab10fd60e878a83bd82a6954c"
        },
        {
          "alg" : "SHA-512",
          "content" : "c6055591873996d21f809b7508c8d19371bc832979a563bbfe9d9c7d04c4133708ba16104ee611136618e647f8a9950b1202cb2dfca1af9fa809c6bc276c87ec"
        },
        {
          "alg" : "SHA-384",
          "content" : "754c3d51cbd37cd8610cd14737d2216c22ac0fe5c493c1d32c6f0171c2a0d29b3529f10d760e23aec9aeb6afb17be08d"
        },
        {
          "alg" : "SHA3-384",
          "content" : "95189fa02e132e40ac89e283fbcd96aa0caa12bf6229c7b2b8aee30cfcf99b503b1ef11f8c3054f8be8ffd5e64fd0c5d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b550a252cd80b1d4527358bffe0dcfad2e458a4526858b9c1871b5665312b237"
        },
        {
          "alg" : "SHA3-512",
          "content" : "8de546c9513cbea034cf1e972f7871c8f16ada452e17a1435832ea49bbfb7374d5970d2fa32d9d9782306ee14f16a9471148eaf8500d21d989bc03361490e335"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@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-jdk8@1.6.21?type=jar"
    },
    {
      "group" : "org.jetbrains.kotlin",
      "name" : "kotlin-stdlib-jdk7",
      "version" : "1.6.21",
      "description" : "Kotlin Standard Library JDK 7 extension",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "73d0db6af7445088858d51a1a6843b75"
        },
        {
          "alg" : "SHA-1",
          "content" : "568c1b78a8e17a4f35b31f0a74e2916095ed74c2"
        },
        {
          "alg" : "SHA-256",
          "content" : "f1b0634dbb94172038463020bb2dd45ca26849f8ce29d625acb0f1569d11dbee"
        },
        {
          "alg" : "SHA-512",
          "content" : "0c56a3bd135e31155cf35f7bb1c6d71afd597599db23b587d0231d4b5f5a5e6a62432d33f160eb6e90bbe228bd92a2913370751435e4b95afb6b0a93ff1e3668"
        },
        {
          "alg" : "SHA-384",
          "content" : "6dd281628011c8795886c59d7d99014589faed1019caf85f81acb5fddc283dc00c6cecb74a1ebbb104252094e8ffd7ee"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d6977cdb50b1399502162c9f2c404667402e7d4da779bd92523dbbcddcd0ac1862aa15e44787c788c051e6bb9698fb8f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "4132082cfad00c33e2a4a928fdda7c6a1e32396f67761c65aea6877d143c8fb6"
        },
        {
          "alg" : "SHA3-512",
          "content" : "bd5a1f7e28a8ddfe5368923df9442df0ebfa6971514bd134cac7ba7fd556ff741237502b7ecf881b6a758026b0dd156d44f0204e36a42a46dbd46e8d832be745"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@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-jdk7@1.6.21?type=jar"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/org.jdbi/jdbi3-moshi@3.45.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jdbi/jdbi3-core@3.45.1?type=jar",
        "pkg:maven/org.jdbi/jdbi3-json@3.45.1?type=jar",
        "pkg:maven/com.squareup.moshi/moshi@1.15.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jdbi/jdbi3-core@3.45.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.antlr/antlr4-runtime@4.13.1?type=jar",
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
        "pkg:maven/io.leangen.geantyref/geantyref@1.3.15?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.antlr/antlr4-runtime@4.13.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.leangen.geantyref/geantyref@1.3.15?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jdbi/jdbi3-json@3.45.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jdbi/jdbi3-core@3.45.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.squareup.moshi/moshi@1.15.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.squareup.okio/okio@2.10.0?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.squareup.okio/okio@2.10.0?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.21?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
        "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.21?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains/annotations@24.1.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.6.21?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.21?type=jar",
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.6.21?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.6.21?type=jar",
      "dependsOn" : [
        "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.21?type=jar"
      ]
    }
  ]
}