{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.5",
  "serialNumber" : "urn:uuid:403dd8fb-c2a8-37e1-900c-816fa44052ba",
  "version" : 1,
  "metadata" : {
    "lifecycles" : [
      {
        "phase" : "build"
      }
    ],
    "tools" : [
      {
        "vendor" : "OWASP Foundation",
        "name" : "CycloneDX Maven plugin",
        "version" : "2.8.0",
        "hashes" : [
          {
            "alg" : "MD5",
            "content" : "76ffec6a7ddd46b2b24517411874eb99"
          },
          {
            "alg" : "SHA-1",
            "content" : "5b0d5b41975b53be4799b9621b4af0cfc41d44b6"
          },
          {
            "alg" : "SHA-256",
            "content" : "6852aa0f4e42a2db745bab80e384951a6a65b9215d041081d675780999027e81"
          },
          {
            "alg" : "SHA-512",
            "content" : "417de20fcdcb11c9713bacbd57290d8e68037fdb4553fd31b8cb08bd760ad52dc65ea88ad4be15844ad3fd5a4d3e440d2f70326f2fe1e63ec78e059c9a883f8d"
          },
          {
            "alg" : "SHA-384",
            "content" : "5eb755c6492e7a7385fa9a1e1f4517875bcb834b2df437808a37a2d6f5285df428741762305980315a63fcef1406597d"
          },
          {
            "alg" : "SHA3-384",
            "content" : "0fe16a47cf7aab0b22251dafcc39939b68e8f1778093309d8d2060b51a08df445a8b8ed5a9561669faf2e55f907c76d8"
          },
          {
            "alg" : "SHA3-256",
            "content" : "3e5a1eb5ab7d0797498862794709ff8eaaa071fe4cc9ec77f52db7e2f97ef487"
          },
          {
            "alg" : "SHA3-512",
            "content" : "59281a3e29e76270d7f44b40b5b9f05e55f1ae3ec716d80add806f360940809e3813998ac7c5758043b8e248aed73b86e37dc506cdb4cde03c16bb617d8e5a3a"
          }
        ]
      }
    ],
    "component" : {
      "publisher" : "hazendaz",
      "group" : "com.github.hazendaz.git",
      "name" : "github-desktop",
      "version" : "3.3.13",
      "description" : "Distribution for Github Desktop",
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.hazendaz.git/github-desktop@3.3.13?type=pom",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://hazendaz.github.io/github-desktop/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/hazendaz/base-parent/actions"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/hazendaz/base-parent/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hazendaz/github-desktop"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.hazendaz.git/github-desktop@3.3.13?type=pom"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeAggregateBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "group" : "org.checkerframework",
      "name" : "checker-qual",
      "version" : "3.42.0",
      "description" : "checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4c55448dcbfe9c3702f7758fc8fe0086"
        },
        {
          "alg" : "SHA-1",
          "content" : "638ec33f363a94d41a4f03c3e7d3dcfba64e402d"
        },
        {
          "alg" : "SHA-256",
          "content" : "ccaedd33af0b7894d9f2f3b644f4d19e43928e32902e61ac4d10777830f5aac7"
        },
        {
          "alg" : "SHA-512",
          "content" : "85f66a42a079b4578256b5b6daa4b1ba5aa684614982cab2c9cd83324f2c3fcdde420de6ad51b2f439c4c809be10b376f80f5a45110a1ee6caa59e6298c0ec95"
        },
        {
          "alg" : "SHA-384",
          "content" : "1ee2061f8da04e77b577030edc21904b0700aceb241fcb5a549767d44c9b71267217850dc89aca41e65d188e148f8d58"
        },
        {
          "alg" : "SHA3-384",
          "content" : "5d89ffdcafb432d84503340827bc6fae5f6fc290fde59c1eb491996c15fd92ad00dfd1e781d8c9d6ef4ca9c4f3e5b264"
        },
        {
          "alg" : "SHA3-256",
          "content" : "25c061a632fc0263f974761afad7f4209dd6582a461f3049e39d260640308393"
        },
        {
          "alg" : "SHA3-512",
          "content" : "75a743fb2577bb3252de16a86cf10922626689e75918136c83caa3a26db669f7c770779cfb9b9003ba5b181ffc9f7d871ab250cccfc4ff19e587a0384b448929"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.checkerframework/checker-qual@3.42.0?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@3.42.0?type=jar"
    },
    {
      "publisher" : "Google LLC",
      "group" : "com.google.errorprone",
      "name" : "error_prone_annotations",
      "version" : "2.26.1",
      "description" : "Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "64c623e550068e3b2708e5d901865c56"
        },
        {
          "alg" : "SHA-1",
          "content" : "c1fde57694bdc14e8618899aaa6e857d9465d7de"
        },
        {
          "alg" : "SHA-256",
          "content" : "de25f2d9a2156529bd765f51d8efdfc0dfa7301e04efb9cc75b7f10cf5d0e0fb"
        },
        {
          "alg" : "SHA-512",
          "content" : "b29d69c3f61084f26f23bc7da138519161f3b33584d97b38e7448c303a1c0b42299fa0371552ad7e1f0be65ca1c69f3b6958cc28ff208a4f49c6456a442ab6ee"
        },
        {
          "alg" : "SHA-384",
          "content" : "98c9da460debd77b7f60ad9ec4179913f93137f7116a597bd18bcd5bb7df4473176052e794228145cff2a6fc6c14e6e8"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d1a4c251bc77c1b6dbf164f6776c562453e287a76b5395ed69d514edc585b1f5f3d3924b234731f89e00eab68445f147"
        },
        {
          "alg" : "SHA3-256",
          "content" : "641d97c7aa2cb5e8b3f9bf2cc1f5a88e506eec116bf952563d013b04d4f0789a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "9775c1b1c7303187f5b15bcf129c6d5e047436b9b664713f1fb6deb4abd97e0ea6d1186714d863adc4b3b73f7fb4dbf450459397f6f124957839a25e9cb69092"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.errorprone/error_prone_annotations@2.26.1?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.26.1?type=jar"
    },
    {
      "group" : "com.google.j2objc",
      "name" : "j2objc-annotations",
      "version" : "3.0.0",
      "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" : "f59529b29202a5baf37f491ea5ec8627"
        },
        {
          "alg" : "SHA-1",
          "content" : "7399e65dd7e9ff3404f4535b2f017093bdb134c7"
        },
        {
          "alg" : "SHA-256",
          "content" : "88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64"
        },
        {
          "alg" : "SHA-512",
          "content" : "1406b1aa53b19f8269129d96ce8b64bf36f215eacf7d8f1e0adadee31614e53bb3f7acf4ff97418c5bfc75677a6f3cd637c3d9889d1e85117b6fa12467c91e9f"
        },
        {
          "alg" : "SHA-384",
          "content" : "24373643a4e2f8e1cf919d495e1e79b24dd9dbbbeecb06477be8764313f0b3b465fde74ea2cf5542fc8cba090132052f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "afa264c8d8d946e43438ae728f0ae7a2c12797b56f9ad885d5b3e9a7396eb8481ca6840c2a990a7c5da45968794b36d8"
        },
        {
          "alg" : "SHA3-256",
          "content" : "4df89618b479d5fbede9363c6f914218a44007f48f29c6b6d58243558ced6152"
        },
        {
          "alg" : "SHA3-512",
          "content" : "b25b2ad8dddeed8757ffe22a96cfa7511617d86baa0ed4a25b1850162b54e1132d40dbc2dfca0a6ff0a350b16628a0d2b523418eeb8f986e0f505833da4f7181"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/google/j2objc/"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/google/j2objc"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar"
    },
    {
      "group" : "org.projectlombok",
      "name" : "lombok",
      "version" : "1.18.32",
      "description" : "Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "56e9be7b9a26802ac0c784ad824f3a29"
        },
        {
          "alg" : "SHA-1",
          "content" : "17d46b3e205515e1e8efd3ee4d57ce8018914163"
        },
        {
          "alg" : "SHA-256",
          "content" : "97574674e2a25f567a313736ace00df8787d443de316407d57fc877d9f19a65d"
        },
        {
          "alg" : "SHA-512",
          "content" : "549bbfa836e595adeb7c81911556e1438f6f52882ed35f6d037d0f0c46ca90e753249413c573006e4b127b30e10d3adcd2f84a6e368f9f55be9df018ec5d8756"
        },
        {
          "alg" : "SHA-384",
          "content" : "22f813e1412ef3b52953c263e6e13baa579aa2239522df94205bd17fb902d9a8a7e5f546637b6f53cc4b2fd07686cfe4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "954453f59876d916d109f9ba42d2077e4d0072d25b62afa658af1e50a19701598387d9021b3a158c962844be466b3f04"
        },
        {
          "alg" : "SHA3-256",
          "content" : "10f8683b59165f60f2fc09f4e09c05bf032441b566d9a6f76dbf9684b0cdaa26"
        },
        {
          "alg" : "SHA3-512",
          "content" : "245b097d40d6d01715eb0aca0bedb7dc5fbfee3e008f45df0a2872806ae9192a2b6cefc23f5e4393343dabb8322c3de21e9014912e3474a594ce392c3abdb66a"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.projectlombok/lombok@1.18.32?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://projectlombok.org"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/projectlombok/lombok/issues"
        },
        {
          "type" : "vcs",
          "url" : "http://github.com/projectlombok/lombok"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.projectlombok/lombok@1.18.32?type=jar"
    },
    {
      "publisher" : "Gaul",
      "group" : "org.gaul",
      "name" : "modernizer-maven-annotations",
      "version" : "2.8.0",
      "description" : "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "57078091b544a42461a328cccb46779a"
        },
        {
          "alg" : "SHA-1",
          "content" : "5b1f18c161ae683384b2574cf93084d74d15a715"
        },
        {
          "alg" : "SHA-256",
          "content" : "a7ce2957c2301fdae8bb65f66fe484732fc3efc0f2e584d5e0da64267070da0e"
        },
        {
          "alg" : "SHA-512",
          "content" : "84d41451e0892e58a9dd78c12c43e727cfe13fed31ea0409cf2f5c04e432b673545dcc92d0623264c789db4107cd037a99b8b273be3c79ea26d792bb2faf240b"
        },
        {
          "alg" : "SHA-384",
          "content" : "1866ef00ae3fc246d72163affa72edfb3078b54771a5af122fc4cdb6a3259c774edabd24662c6b62c2cd625802e2f6c1"
        },
        {
          "alg" : "SHA3-384",
          "content" : "06d678befcb9c7c860cc64551fe839513aac6eb6bcc0947874f18f9c65bef6496b1603636d61759a75a5f8bdbf49e7b4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "c9c79c8b174ee6fe2298f8f99fe0b496264732bf8d3516cd8122dcb3cc1b38f1"
        },
        {
          "alg" : "SHA3-512",
          "content" : "77779420d4dd7d53c9e49b6a181cb7e87158c2be9f3bd502270067588ca5f906381ab607d5612af0786344e08253d3eb022e80d5fa346533b2dbe171f5dbddb4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.gaul/modernizer-maven-annotations@2.8.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://nexus.sonatype.org/oss-repository-hosting.html/modernizer-maven-parent/modernizer-maven-annotations"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/gaul/modernizer-maven-plugin/issues"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.gaul/modernizer-maven-annotations@2.8.0?type=jar"
    },
    {
      "group" : "com.github.spotbugs",
      "name" : "spotbugs-annotations",
      "version" : "4.8.3",
      "description" : "Annotations the SpotBugs tool supports",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "cd5917b77643c3a7ba5420aea78f940c"
        },
        {
          "alg" : "SHA-1",
          "content" : "05d2dc4ca5b632976371155252499819aea372ed"
        },
        {
          "alg" : "SHA-256",
          "content" : "e5d4f60be8e57595766ba7f1d4535dc46aebf98dae05e16372a4d4120d3ebb6b"
        },
        {
          "alg" : "SHA-512",
          "content" : "1a64f6911a94654d440ce4918395af0cbdee79696acbcf727af79134b02e6be17956fffa8f39e05fa9e22e336041443eb31165b338164b48a1c70f947e66d68b"
        },
        {
          "alg" : "SHA-384",
          "content" : "6875428ea8454185df4ac50b6551f9d9ba7d9152083eec2ecc5046aa464767982abfe0733c258f2dfed9fc3f2ad68add"
        },
        {
          "alg" : "SHA3-384",
          "content" : "25422667753a299021150558bf094a6bd5a521a0b736d94866f807f3246b11a0574e9e480f85c7a894258979afdaedd4"
        },
        {
          "alg" : "SHA3-256",
          "content" : "116a3c20fdd3253ab1cfc1bdc95c8d4eb3c454b3f7d89af1d2b87bde4b890c88"
        },
        {
          "alg" : "SHA3-512",
          "content" : "0e9ee42600abe9496fedc2d82cd71e51fd05f26c0094c1710025d3931b79507a3502a9f9e83fddefeb6ed784123c7faa7251bd58368e78cdcc218481cd05045d"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "LGPL-2.1-only"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.3?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://spotbugs.github.io/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/spotbugs/spotbugs/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.3?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-intake",
          "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"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/com.github.hazendaz.git/github-desktop@3.3.13?type=pom",
      "dependsOn" : [
        "pkg:maven/org.checkerframework/checker-qual@3.42.0?type=jar",
        "pkg:maven/com.google.errorprone/error_prone_annotations@2.26.1?type=jar",
        "pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar",
        "pkg:maven/org.projectlombok/lombok@1.18.32?type=jar",
        "pkg:maven/org.gaul/modernizer-maven-annotations@2.8.0?type=jar",
        "pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.3?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.checkerframework/checker-qual@3.42.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.errorprone/error_prone_annotations@2.26.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.projectlombok/lombok@1.18.32?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.gaul/modernizer-maven-annotations@2.8.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.3?type=jar",
      "dependsOn" : [
        "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
      "dependsOn" : [ ]
    }
  ]
}