)]}'
{
  "log": [
    {
      "commit": "3f7a92dce2de80aef25981c7b95c548416e92b90",
      "tree": "c0d269117c187d8f50953d54b48cdfd181bd5db1",
      "parents": [
        "60d2580b8eb4a3ff4d5284e7061c2f5196256a90"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:28:40 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 22:58:21 2026 +0200"
      },
      "message": "Modernise the download page\n\nThis page was last touched in 2018 and still carried the ASF mirror-selection\nform. The mirror network was retired in favour of a single CDN, so that form\nnow renders a \"choose a mirror\" dropdown offering exactly one entry,\ndlcdn.apache.org. The checksum, signature and KEYS links still pointed at\nwww.apache.org/dist, which has been a 301 to downloads.apache.org for years.\n\nThe page now matches the form the majority of the Maven estate already uses,\nfinishing the sweep started in 2023 that stopped part-way through:\n\n  - the artifact from dlcdn.apache.org\n  - the .sha512, .asc and KEYS from downloads.apache.org\n  - older releases from archive.apache.org\n\nThe ASF licence header is left exactly as it was. The rendered download.html\nkeeps the same headings and the same generated anchors, apart from the mirror\nsection that is being removed.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "60d2580b8eb4a3ff4d5284e7061c2f5196256a90",
      "tree": "a0ad86ef0db54e06ec0761545d71c1a8702acb3b",
      "parents": [
        "5533db73161d79802da4293413abc55927965db6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:43:59 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:57:15 2026 +0200"
      },
      "message": "Keep the FAQ quotation marks straight\n\nThe FML page rendered straight quotation marks, being XML. In Markdown\nflexmark\u0027s smart-punctuation rewrites a bare \" into a typographic pair,\nso the converted page changed what the reader sees:\n\n  \"gpg: signing failed: No pinentry\"  -\u003e  “gpg: signing failed: No pinentry”\n\nThat matters here because both quoted strings are things a reader copies:\none is the literal error message people search for, the other a mode\nname. Writing \u0026quot; in the source keeps them straight, which is the\nconvention the already-converted pages in maven-site-plugin use.\n\nVerified by rebuilding the site and comparing against the FML rendering:\nthe quotation marks match the original again, and no anchor changed.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "5533db73161d79802da4293413abc55927965db6",
      "tree": "881f320c9e21f22f69414efef4caef64b80fcfe3",
      "parents": [
        "cd4e3b302f661f75e0641793ab7d74d49b1a2671"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:09:43 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:25:13 2026 +0200"
      },
      "message": "Convert the FAQ from FML to Markdown\n\ndoxia-converter cannot target FML usefully - the questions come out as\nlink-reference syntax rather than headings, the [top] back-links become\nlinks to a nonexistent \u0027top\u0027 page, and the contents links lose their #\nanchors. The page is written out by hand instead.\n\nExplicit anchors keep the existing deep links working: #question1,\n#site-descriptor, #no-pinentry and #top all still resolve.\n\nThe anchors are written as \u003ca id\u003d\"...\"\u003e\u003c/a\u003e rather than \u003ca name\u003d\"...\"\u003e.\nThis project inherits maven-plugins 48, which resolves maven-site-plugin\n3.21.0, and that version drops the name attribute from inline HTML while\nleaving the element in place - the build stays green and every anchor\nsilently disappears. 3.22.0 keeps it. The id form works on both, and is\nthe correct HTML5 spelling since name on \u003ca\u003e is obsolete.\n\nVerified by building the site before and after with this project\u0027s own\ntoolchain, and comparing the set of anchors the generated faq.html\nactually serves: every anchor present before is still present after, the\n\u003chead\u003e is byte-identical, and every link target is unchanged.\n\nsite.xml needs no edit: src/site/fml/faq.fml and\nsrc/site/markdown/faq.md both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written, which is the only rendering loss.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "cd4e3b302f661f75e0641793ab7d74d49b1a2671",
      "tree": "b1bec7ee36582681dc9333671ff0de192f46688f",
      "parents": [
        "2080d7b2ac98c44299c0d94efb1caeaef96a8274"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:02:07 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:25:13 2026 +0200"
      },
      "message": "Rename the FAQ ahead of converting it\n\nGit records a rename plus a rewrite in one commit as a delete and an\nadd, which stops \u0027git log --follow\u0027. Splitting the rename out keeps the\nhistory. Please merge or rebase rather than squash.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "2080d7b2ac98c44299c0d94efb1caeaef96a8274",
      "tree": "f307b606414a26235370f168fb0f358768407af7",
      "parents": [
        "c57c8b8f68b7d4b9bc7f5f91da095acba7d0f3d2"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 12:38:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 13:22:36 2026 +0200"
      },
      "message": "Keep the licence URL indented as the rest of the project has it\n\nThe per-line form carried three spaces after the comment opener; dropping\nall of them left the URL flush with the surrounding text, while pom.xml and\nevery other header in the tree indent it by two.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "c57c8b8f68b7d4b9bc7f5f91da095acba7d0f3d2",
      "tree": "f7bf101fab087ecaee4d427dcafa3a3a511ae8eb",
      "parents": [
        "b5ebfff323b6c720876d51fe6fff7bdade2841d7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 02:12:00 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 13:22:36 2026 +0200"
      },
      "message": "Restore the plain form of the ASF licence header\n\nAn earlier APT to Markdown conversion left the header as one HTML comment\nper line, and in one page as a Java block comment wrapped in an HTML\ncomment. Both are hard to read and neither matches the header every other\nfile in the project carries.\n\nThey are now the plain block form. RAT still recognises it.\n"
    },
    {
      "commit": "b5ebfff323b6c720876d51fe6fff7bdade2841d7",
      "tree": "eca83ec48497e71cad4ec3bcbd53b946d15ba13f",
      "parents": [
        "17f4de8f2ae7a7f5e2599385841196804df53624"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 22:05:05 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 11:15:46 2026 +0200"
      },
      "message": "Verify the build against Maven 4 as well\n\nAdds maven4-enabled, which appends the Maven 4 version to the existing\nMaven 3 matrix rather than replacing it, so the plugin keeps being built\nand tested with Maven 3 and additionally gets checked against 4.0.0-rc-6.\n\nPart of finding out which Maven 3 plugins already build clean on Maven 4\nahead of the 4.0.0 GA.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "17f4de8f2ae7a7f5e2599385841196804df53624",
      "tree": "7b70957dd3b8dff3c4eb48d8a17a39e60641aecc",
      "parents": [
        "0ee76350592973b046523458c898a77a6d370946"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 10:30:56 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 10:50:07 2026 +0200"
      },
      "message": "Let the excludes IT see the POM pair Maven 4 installs\n\nMaven 4 installs a build POM next to the consumer POM, and gpg signs\nboth, so four POM files land in the local repository instead of two.\nsign-release-with-excludes is the only IT that walks the installed\ndirectory and rejects anything not on its list -- it has to, because it\nsigns twice and its job is to prove the second run creates no .asc.asc\n-- so the two extra names made it fail under Maven 4.\n\nAdd them to the list rather than skipping them, to keep the check\nexhaustive. The names are inert on Maven 3, which installs neither.\n\nThe clause that skipped *consumer.pom had stopped matching anything:\nMaven 4 installs the consumer POM under the plain artifact name these\ndays, and it is the build POM that carries the suffix.\n"
    },
    {
      "commit": "0ee76350592973b046523458c898a77a6d370946",
      "tree": "3d3d6a9881412fb5fe6687375086c69c902c7f62",
      "parents": [
        "e4fbb117c3587fdc30ad91f75f33b76b7859db15"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:57:13 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:19:47 2026 +0200"
      },
      "message": "Drop backslash escapes that Markdown does not need\n\nPages converted from APT with an older doxia-converter carry an escape in front of\npunctuation that is not markup where it stands: a hyphen or underscore inside a word,\na parenthesis, a full stop after a letter. The backslash renders as nothing and only\nmakes the source harder to read and to edit.\n\nOnly positions where the bare character can never be markup are touched. A full stop\nafter a digit keeps its escape, so an ordered list marker cannot appear by accident,\nand angle brackets keep theirs, since \u003cescapeString\u003e would otherwise be read as a tag.\nCode spans, fenced blocks and link destinations are left alone.\n"
    },
    {
      "commit": "e4fbb117c3587fdc30ad91f75f33b76b7859db15",
      "tree": "52d90e250cc9000edda82d6ea72b1847e10155fe",
      "parents": [
        "e40ebf8652badf57f60e849b7b8f66e751011b65"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 18:22:24 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jul 30 00:25:52 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e40ebf8652badf57f60e849b7b8f66e751011b65",
      "tree": "adf4a9ec40515901bf63e327eb9a18b7fa351dba",
      "parents": [
        "643ea6c0910789f6e87cbe2e719b39164f44bfd8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:29:57 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:29:57 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#328)\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "643ea6c0910789f6e87cbe2e719b39164f44bfd8",
      "tree": "332045c196a630f61908d2f2de4ff3e2f5f9dba7",
      "parents": [
        "78b80f84462e27886582306029eea4b8ffd92a04"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:29:38 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:29:38 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#326)\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "78b80f84462e27886582306029eea4b8ffd92a04",
      "tree": "fa8c428ddb72bb6a2a194608951005d3cf11b5ef",
      "parents": [
        "29d821a83bee65d0b9f1d657da354b4a8f9694ee"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:29:24 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:29:24 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#329)\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/stale.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/stale.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "29d821a83bee65d0b9f1d657da354b4a8f9694ee",
      "tree": "c902d3502d923f1e229249d01f54d4652c43e7e7",
      "parents": [
        "8498a7335d28d9e10d0b4c1ca1ceb1253fe91062"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 13 19:06:49 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 13 19:06:49 2026 +0200"
      },
      "message": "Bump bouncycastleVersion from 1.84 to 1.85 (#325)\n\nBumps `bouncycastleVersion` from 1.84 to 1.85.\n\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.84 to 1.85\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.85\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.84 to 1.85\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.bouncycastle:bcpg-jdk18on\n  dependency-version: \u00271.85\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcprov-jdk18on\n  dependency-version: \u00271.85\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcutil-jdk18on\n  dependency-version: \u00271.85\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8498a7335d28d9e10d0b4c1ca1ceb1253fe91062",
      "tree": "84d5e340a480f74b1c5cbd5b6b0649bfcd3db3c3",
      "parents": [
        "6b715d270c163432aa9832b20f673c65ae6bc36a"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sun Jul 12 01:10:38 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 12 01:10:38 2026 +0200"
      },
      "message": "Update to parent 48, Maven 3.9.16 and use version properties in ITS (#321)"
    },
    {
      "commit": "6b715d270c163432aa9832b20f673c65ae6bc36a",
      "tree": "765453be47f6d484723d7419f6ae0bf85e12afd6",
      "parents": [
        "f677738b1866b69626a1a5c7d327371c1fcec76b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 04 03:36:48 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 15:23:33 2026 -0400"
      },
      "message": "Bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1\n\nBumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.6.0 to 3.6.1.\n- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.6.0...plexus-utils-3.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-utils\n  dependency-version: 3.6.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f677738b1866b69626a1a5c7d327371c1fcec76b",
      "tree": "c36b67eca7b5fe9b6b790b09bf9c9c7672c0def9",
      "parents": [
        "033f93152b7992ff7456d3802202e5abd76c3bc4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 15 04:05:20 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 15:23:21 2026 -0400"
      },
      "message": "Bump bouncycastleVersion from 1.83 to 1.84\n\nBumps `bouncycastleVersion` from 1.83 to 1.84.\n\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.83 to 1.84\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.83 to 1.84\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.83 to 1.84\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.bouncycastle:bcpg-jdk18on\n  dependency-version: \u00271.84\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcprov-jdk18on\n  dependency-version: \u00271.84\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcutil-jdk18on\n  dependency-version: \u00271.84\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "033f93152b7992ff7456d3802202e5abd76c3bc4",
      "tree": "dc27fffa8a000c11b3d8b0768d9c752534fe5713",
      "parents": [
        "93e88a80da9c6b6597762b67bcc518b721be0067"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 20:58:15 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 15:23:07 2026 -0400"
      },
      "message": "Update PGP key for commons-io\n"
    },
    {
      "commit": "93e88a80da9c6b6597762b67bcc518b721be0067",
      "tree": "c1037d5b8463cacdd963d15fb639287e48964a11",
      "parents": [
        "71e4b05dfbc8f607114b5b425a011ac2bf7f61fb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 24 04:05:11 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 15:23:07 2026 -0400"
      },
      "message": "Bump commons-io:commons-io from 2.21.0 to 2.22.0\n\nBumps commons-io:commons-io from 2.21.0 to 2.22.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.22.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "71e4b05dfbc8f607114b5b425a011ac2bf7f61fb",
      "tree": "89b6ac32a7ee30353b9e68925d3d64b47253f026",
      "parents": [
        "66e965ad166eeab34993d0f56059986062c5a853"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Fri Jun 05 17:48:27 2026 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Fri Jun 05 17:49:21 2026 +0200"
      },
      "message": "Reformat, no code change\n"
    },
    {
      "commit": "66e965ad166eeab34993d0f56059986062c5a853",
      "tree": "713bdd5bf5a94f5a22d896fa039977efd8a51147",
      "parents": [
        "5821f7fa6b8cbba9fdd70a8f7173ca436a158a53"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jan 15 12:46:18 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 15 12:46:18 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#312)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 46 to 47.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002747\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5821f7fa6b8cbba9fdd70a8f7173ca436a158a53",
      "tree": "cb037b837fa56eb1773482a8e3427bc6273faef9",
      "parents": [
        "5906c372d584c0a405cd22f65d92e0f804f4b43c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:37:20 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:37:20 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#311)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 to 46.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002746\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5906c372d584c0a405cd22f65d92e0f804f4b43c",
      "tree": "e3ce39370886baa13531569e7d64ef04f7a912bb",
      "parents": [
        "6c6873c5f27bf9493249188de271cc0037abd3fb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 21 14:57:18 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 21 14:57:18 2025 +0100"
      },
      "message": "Cleanup tests (#310)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "6c6873c5f27bf9493249188de271cc0037abd3fb",
      "tree": "4d07f9318100dd47a0f0de1cb4edd0b151d91439",
      "parents": [
        "41ae1b836198b84c5a03a2d264b36743152f9263"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 17 05:58:11 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 17 05:58:11 2025 +0100"
      },
      "message": "Bump mavenVersion from 3.9.11 to 3.9.12 (#309)\n\nBumps `mavenVersion` from 3.9.11 to 3.9.12.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.11 to 3.9.12\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.11...maven-3.9.12)\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-core` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-model` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-model-builder` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-settings` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-settings-builder` from 3.9.11 to 3.9.12\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model-builder\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings-builder\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "41ae1b836198b84c5a03a2d264b36743152f9263",
      "tree": "6ef082f47b27d3e966e0f94e39fa7307836f2e3a",
      "parents": [
        "6319ec31b92cad8000fabf78b8cdad8e7f68ac4f"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Dec 02 17:38:46 2025 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Dec 02 19:50:51 2025 +0100"
      },
      "message": "Consolidate documentation in order to reduce redundancy\n\nSplit between features used by both GnuPG and BC signer and signer\nspecific information.\nImprove plugin parameter documentation (also with regards to primary and\nsecondary keys)."
    },
    {
      "commit": "6319ec31b92cad8000fabf78b8cdad8e7f68ac4f",
      "tree": "64fe5b443e96f44bc7b35e60353dd70921858f37",
      "parents": [
        "e9f23a1161af71a9b7e979bdc415a482ce2bb49c"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Dec 01 20:49:07 2025 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Mon Dec 01 23:01:01 2025 +0100"
      },
      "message": "Migrate to Markdown format\n\nUse Site descriptor 2.0"
    },
    {
      "commit": "e9f23a1161af71a9b7e979bdc415a482ce2bb49c",
      "tree": "08d44aa773b980e109dfe7663fcd3efd7ecd5296",
      "parents": [
        "e2ed3557774ecefbc61630a9152fc21b1823e2c0"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Dec 01 19:40:47 2025 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Mon Dec 01 23:01:01 2025 +0100"
      },
      "message": "Move to match target converter format MARKDOWN with doxia-converter\n"
    },
    {
      "commit": "e2ed3557774ecefbc61630a9152fc21b1823e2c0",
      "tree": "c0832124fd84453ba231cdb60221e1cb69e6c509",
      "parents": [
        "5c3cccad4d13201908fb7c2fd543fcfd5dfac5cb"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Dec 01 16:21:57 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 01 16:21:57 2025 +0100"
      },
      "message": "Add test for BC signer leveraging subkeys (#305)\n\nThis relates to #301"
    },
    {
      "commit": "5c3cccad4d13201908fb7c2fd543fcfd5dfac5cb",
      "tree": "a57307aa3ddb0050857d1198844a427f144aaed4",
      "parents": [
        "1cb59c5bf29524e2b001d0ce75bd54287b0de329"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Nov 27 05:25:12 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 27 05:25:12 2025 +0100"
      },
      "message": "Bump bouncycastleVersion from 1.82 to 1.83 (#304)\n\nBumps `bouncycastleVersion` from 1.82 to 1.83.\n\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.82 to 1.83\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.82 to 1.83\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.82 to 1.83\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.bouncycastle:bcpg-jdk18on\n  dependency-version: \u00271.83\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcprov-jdk18on\n  dependency-version: \u00271.83\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcutil-jdk18on\n  dependency-version: \u00271.83\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1cb59c5bf29524e2b001d0ce75bd54287b0de329",
      "tree": "e69e85479d8b8c823f1ab917a73a7116f486f396",
      "parents": [
        "d20eb5d87201ce104cf2062d69d57affefc5f808"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 04:07:42 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 11 01:18:20 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.21.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d20eb5d87201ce104cf2062d69d57affefc5f808",
      "tree": "99c659574e576092eb8d81069ed7125275ec55a1",
      "parents": [
        "31e2fbb93d9b5c71298ec7698a14560d036af56b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 11 00:25:01 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 11 01:18:08 2025 +0100"
      },
      "message": "Bump m-invoker-p to 3.9.1\n"
    },
    {
      "commit": "31e2fbb93d9b5c71298ec7698a14560d036af56b",
      "tree": "ffa622f3dc1e8243f4cd0910b0872483b3bed54f",
      "parents": [
        "efb9531ea1c771abe5137b0d0f76c86c3a904e37"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 18 17:29:38 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 18 17:29:38 2025 +0200"
      },
      "message": "Bump bouncycastleVersion from 1.81 to 1.82 (#297)\n\nBumps `bouncycastleVersion` from 1.81 to 1.82.\n\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.81 to 1.82\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.82\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.81 to 1.82\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.bouncycastle:bcpg-jdk18on\n  dependency-version: \u00271.82\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcprov-jdk18on\n  dependency-version: \u00271.82\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcutil-jdk18on\n  dependency-version: \u00271.82\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "efb9531ea1c771abe5137b0d0f76c86c3a904e37",
      "tree": "9c1bd002b1683c61555f2457a1c65b7a07ab29ee",
      "parents": [
        "4f8ca164be98e69c78902410f3afe48c9a3ae2e5"
      ],
      "author": {
        "name": "sebtiem",
        "email": "setie@mailbox.org",
        "time": "Wed Aug 27 14:53:37 2025 +0200"
      },
      "committer": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Mon Sep 08 14:49:42 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules\n"
    },
    {
      "commit": "4f8ca164be98e69c78902410f3afe48c9a3ae2e5",
      "tree": "5458f2cfa5ff29cbe9548e1a888dd7405500e8b5",
      "parents": [
        "4da58de3dc76823a6f685fac858de2d9d38a6619"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Thu Jul 24 00:42:57 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 24 07:42:57 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#293)\n\n"
    },
    {
      "commit": "4da58de3dc76823a6f685fac858de2d9d38a6619",
      "tree": "21b4d9f654006aa772164ff8868b8a101e475350",
      "parents": [
        "2f300dfb77845d340f4d8c74cf3e1239b945431e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 07:25:25 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 21 07:25:25 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#294)\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.20.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "2f300dfb77845d340f4d8c74cf3e1239b945431e",
      "tree": "52a8aabea74a7fda3eaa638ec0b4f85f4cf2c915",
      "parents": [
        "05f9d2f44dfbe4f896df0d5731aef1590a913cd7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 16 11:34:32 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 16 11:34:32 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.9.10 to 3.9.11 (#292)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model-builder\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings-builder\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "05f9d2f44dfbe4f896df0d5731aef1590a913cd7",
      "tree": "9427778ffcc1f86f3b4ab47400f5325441d43af4",
      "parents": [
        "86f6b9d2423f5a2b4442e2cf05ba82993c7690b9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 25 04:43:01 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:14:14 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.9.9 to 3.9.10\n\nBumps `mavenVersion` from 3.9.9 to 3.9.10.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.9 to 3.9.10\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.9...maven-3.9.10)\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.9 to 3.9.10\n\nUpdates `org.apache.maven:maven-core` from 3.9.9 to 3.9.10\n\nUpdates `org.apache.maven:maven-model` from 3.9.9 to 3.9.10\n\nUpdates `org.apache.maven:maven-model-builder` from 3.9.9 to 3.9.10\n\nUpdates `org.apache.maven:maven-settings` from 3.9.9 to 3.9.10\n\nUpdates `org.apache.maven:maven-settings-builder` from 3.9.9 to 3.9.10\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model-builder\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings-builder\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "86f6b9d2423f5a2b4442e2cf05ba82993c7690b9",
      "tree": "696575b62dea327e3550b6460296af9952ac36ff",
      "parents": [
        "2bb3a7820e5d5e63ce0b7c5e7394e5e9218013c6"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jun 30 10:40:26 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 30 10:40:26 2025 +0000"
      },
      "message": "Remove guaranteed true null check (#289)\n\n"
    },
    {
      "commit": "2bb3a7820e5d5e63ce0b7c5e7394e5e9218013c6",
      "tree": "cc48eb1e6dd8f3a791a99053dca5ab1d00af0e41",
      "parents": [
        "27e19190a587a4ea0084098366c1e685bd17488b"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jun 30 10:39:48 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 30 10:39:48 2025 +0000"
      },
      "message": "Remove unused test dependency (#288)\n\n"
    },
    {
      "commit": "27e19190a587a4ea0084098366c1e685bd17488b",
      "tree": "a762d67d41453f192cb13a21dc160094cb6e55e0",
      "parents": [
        "8a721a037fd3dbc00534a81b308e1eeea062714d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jun 29 22:44:09 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 29 22:44:09 2025 +0000"
      },
      "message": "Copy edit parameter descriptions (#290)\n\n"
    },
    {
      "commit": "8a721a037fd3dbc00534a81b308e1eeea062714d",
      "tree": "ccdfaf8e97a762c116b481ecd5a19caa42e585e2",
      "parents": [
        "8a46455fba7d315ce7fdc9d5bdaddd890753886e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:53:44 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:53:44 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "8a46455fba7d315ce7fdc9d5bdaddd890753886e",
      "tree": "fe6a837995febdfeb7cb7cc23559d07442134c9c",
      "parents": [
        "70128213b1fe0a2226e06d2281a7384fe5265668"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:53:35 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:53:35 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.8\n"
    },
    {
      "commit": "70128213b1fe0a2226e06d2281a7384fe5265668",
      "tree": "3b413e87ff0e5ae1c2ddf62bb1404fa2adeac018",
      "parents": [
        "a9a8c84176e33c715c922457c0a5df97066a8d83"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:41:57 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 28 10:41:57 2025 +0200"
      },
      "message": "Fix issueManagement, ciManagement system and url\n"
    },
    {
      "commit": "a9a8c84176e33c715c922457c0a5df97066a8d83",
      "tree": "69fa44e20834c2f09af2985ab3596c0da3ee5d4e",
      "parents": [
        "a8368b0622529fa3b13457d19e7c7920ef661e66"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Jun 26 18:24:57 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 26 18:24:57 2025 +0200"
      },
      "message": "Make empty classifier null (not empty string) (#287)\n\nAnd be consistent: as some legacy stuff in Maven and around (plugins) perform just nullcheck and not also empty string check, and get confused on empty string classifier. Plugins are (should) not be reused as dependencies, so despite the helper class is `public` I see no harm to alter it.\n\nSupersedes #135 \nFixes #138 "
    },
    {
      "commit": "a8368b0622529fa3b13457d19e7c7920ef661e66",
      "tree": "4e3584532675effa93bfcff5fe82379f9163203f",
      "parents": [
        "f0e45e0a7c3f02a22612b33ff7fcfa8e4540462f"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Jun 26 15:56:28 2025 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Jun 26 15:56:28 2025 +0200"
      },
      "message": "Add .mvn\n"
    },
    {
      "commit": "f0e45e0a7c3f02a22612b33ff7fcfa8e4540462f",
      "tree": "2498a76fed1666d45e44baa9439a585ff9434977",
      "parents": [
        "cb1236c251b458918b5a7b5b7d240315d5ab6430"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Jun 24 20:34:58 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 24 20:34:58 2025 +0200"
      },
      "message": "Update parent POM to 45 (#284)\n\nAnd related fixes:\n* POM add missing deps\n* move to Maven 3 p-u, drop p-x\n* test: checkstyle fixes"
    },
    {
      "commit": "cb1236c251b458918b5a7b5b7d240315d5ab6430",
      "tree": "79dc34651958c914f7ca1b0feef9f6d955dd3321",
      "parents": [
        "5377a1044d364f5b345538ecaeaf39ec1bdbafb5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 24 19:02:49 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 24 19:02:49 2025 +0200"
      },
      "message": "Bump bouncycastleVersion from 1.78.1 to 1.80 (#127)\n\nBumps `bouncycastleVersion` from 1.78.1 to 1.80.\n\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.78.1 to 1.80\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.80\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.78.1 to 1.80\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\n- [Commits](https://github.com/bcgit/bc-java/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.bouncycastle:bcpg-jdk18on\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcprov-jdk18on\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.bouncycastle:bcutil-jdk18on\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5377a1044d364f5b345538ecaeaf39ec1bdbafb5",
      "tree": "a9c8b4651fd59d0fd6cf8025f95565a52ac898de",
      "parents": [
        "8b63932fbe869c8228d5d07527b606ed1da16268"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 24 18:37:47 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 24 18:37:47 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)\n\nBumps commons-io:commons-io from 2.18.0 to 2.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.19.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8b63932fbe869c8228d5d07527b606ed1da16268",
      "tree": "4312e04c39e3ba6eae834d8065ebf21d2e32b6c7",
      "parents": [
        "54ea518a3f5c427e24fbc4cb6271e186b041b375"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 24 18:24:24 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 24 18:24:24 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.9.0.\n- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)\n- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "54ea518a3f5c427e24fbc4cb6271e186b041b375",
      "tree": "c2e2a92f738c143b29cc85079d2dfecb46332b99",
      "parents": [
        "a6a412d68a603b0f180695f2721b71307d926297"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 10 05:02:36 2025 +0000"
      },
      "committer": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 24 16:23:47 2025 +0000"
      },
      "message": "Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1\n\nBumps [org.simplify4u.plugins:pgpverify-maven-plugin](https://github.com/s4u/pgpverify-maven-plugin) from 1.18.2 to 1.19.1.\n- [Release notes](https://github.com/s4u/pgpverify-maven-plugin/releases)\n- [Commits](https://github.com/s4u/pgpverify-maven-plugin/compare/v1.18.2...v1.19.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.simplify4u.plugins:pgpverify-maven-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a6a412d68a603b0f180695f2721b71307d926297",
      "tree": "7a80703f93a009ba5da88f7fe51b68a6b0221727",
      "parents": [
        "490711ac9acc9bf5b2f23fefc7ffc7dc4424468e"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Jun 14 14:10:44 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 14 14:10:44 2025 +0200"
      },
      "message": "Remove old JIRA issue link"
    },
    {
      "commit": "490711ac9acc9bf5b2f23fefc7ffc7dc4424468e",
      "tree": "f15a527cf5dd154dca98794860cbf735a32842f2",
      "parents": [
        "78c14a99f58bbda55f3176f2e74fb190da8ca2fc"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 26 18:08:51 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 26 18:08:51 2025 +0200"
      },
      "message": "Really enable GHissues (#136)\n\n"
    },
    {
      "commit": "78c14a99f58bbda55f3176f2e74fb190da8ca2fc",
      "tree": "2fb7a3decccffd018575d042d249d1b93c5374f6",
      "parents": [
        "69d6fc66f2cbc634ed540e0db8a60501df71dfe8"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 05 21:30:30 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 05 21:30:30 2025 +0200"
      },
      "message": "Enable GitHub issues\n\n"
    },
    {
      "commit": "69d6fc66f2cbc634ed540e0db8a60501df71dfe8",
      "tree": "b066fb03e691d28bdb70702bb3afc82790e65fc3",
      "parents": [
        "1365f1e84d566fa67151935703b1bcbb78ed1b76"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Feb 25 11:28:45 2025 +0100"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Feb 25 11:28:45 2025 +0100"
      },
      "message": "Update documentation (only), no code change.\n\nPR for MGPG-130 updated the defaults, but this documentation\nwas left out and may cause confusion.\n"
    },
    {
      "commit": "1365f1e84d566fa67151935703b1bcbb78ed1b76",
      "tree": "99bba8be5c5a4755745413bb9bf823eb4dd7460f",
      "parents": [
        "1c3977ca51dd20fdf2dd20e88da1e0b837dcc6cc"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:33:55 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:33:55 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "1c3977ca51dd20fdf2dd20e88da1e0b837dcc6cc",
      "tree": "bcd6ce4157fbd8d1e2d95827a4471f124cb976a8",
      "parents": [
        "805077c80f457d432637ddef647829a038d63142"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Sun Feb 02 19:30:41 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Feb 02 19:30:41 2025 +0100"
      },
      "message": "Describe how to prime a specific GPG key (#128)\n\n"
    },
    {
      "commit": "805077c80f457d432637ddef647829a038d63142",
      "tree": "62ed506847a4c34d855feaae66b43d49abdd2ac9",
      "parents": [
        "8710092aeced74e1eee73c0459ae2cceb150e835"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Dec 18 22:41:02 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 18 22:41:02 2024 +0000"
      },
      "message": "Prefer Guice constructor injection (#126)\n\n"
    },
    {
      "commit": "8710092aeced74e1eee73c0459ae2cceb150e835",
      "tree": "440a85492731c9a2a2f4da386a9eff7ed8352a0b",
      "parents": [
        "969027f0ea378c30346eb2a24707c8961fb5eaf5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Nov 20 04:22:44 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 14 23:23:32 2024 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.17.0 to 2.18.0\n\nBumps commons-io:commons-io from 2.17.0 to 2.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "969027f0ea378c30346eb2a24707c8961fb5eaf5",
      "tree": "e3e8eebeb32e8a3d672fc41995bb6d46562660b7",
      "parents": [
        "43af21cbe6e62e417e5037c359f79dd7878b4908"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 24 15:01:28 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 24 15:01:28 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "43af21cbe6e62e417e5037c359f79dd7878b4908",
      "tree": "bb665a19108ebb2aae5061826b55392709e6d616",
      "parents": [
        "8c5a8d2eb990b3d9db8bc2f5563a0aeb4dbb5eea"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 24 15:01:04 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 24 15:01:04 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.7\n"
    },
    {
      "commit": "8c5a8d2eb990b3d9db8bc2f5563a0aeb4dbb5eea",
      "tree": "38ddd31913de43d793f5ea0933bb038fab336420",
      "parents": [
        "cb5422fc4f2372a58772e0b8a9a20b072696a7f4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 24 14:57:15 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 24 14:57:15 2024 +0200"
      },
      "message": "[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)\n\nBumps commons-io:commons-io from 2.16.1 to 2.17.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: commons-io:commons-io\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-144"
    },
    {
      "commit": "cb5422fc4f2372a58772e0b8a9a20b072696a7f4",
      "tree": "e452b2b990653eae64ee4f90d1129d3e44ff7635",
      "parents": [
        "6b2a27f3a60e8c92079f14e5240ee8c353ccfa35"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 24 14:44:53 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 24 14:44:53 2024 +0200"
      },
      "message": "[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 (#121)\n\nBumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.10.0 to 2.10.1.\r\n- [Release notes](https://github.com/kohlschutter/junixsocket/releases)\r\n- [Commits](https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.10.0...junixsocket-2.10.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.kohlschutter.junixsocket:junixsocket-core\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-143"
    },
    {
      "commit": "6b2a27f3a60e8c92079f14e5240ee8c353ccfa35",
      "tree": "cc08eea4b5f67958aedceeeab6a7bdf9c90ab70e",
      "parents": [
        "31e87e0062b7eacc3506fc6dea94e7ff509c16b9"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 24 14:43:54 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 24 14:43:54 2024 +0200"
      },
      "message": "[MGPG-136] Windows passphrase corruption (#120)\n\nSince 3.2.0 version we always appended \"line separator\" to passphrase unless it itself ended with one. But, this caused problem on Windows, as (our assumption is) that GPG uses binary read of STDIN, and on Windows \"line separator\" is \"\\r\\n\", while GPG handles \"\\n\" only, making passphrase corrupted by presence of unwanted \"\\r\".\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-136"
    },
    {
      "commit": "31e87e0062b7eacc3506fc6dea94e7ff509c16b9",
      "tree": "d01f611ac36b176b282cdd6eb9f16ab7fd905832",
      "parents": [
        "1c9a14c0eec9dae40baa4a5db674e6a7ec012be4"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 22:06:26 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 22:06:26 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "1c9a14c0eec9dae40baa4a5db674e6a7ec012be4",
      "tree": "74f97750e004971ec92ec21e8dcc81b8b5525730",
      "parents": [
        "bbe6156400212b3fe063d218399ba09c24795f44"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 22:05:59 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 22:05:59 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6\n"
    },
    {
      "commit": "bbe6156400212b3fe063d218399ba09c24795f44",
      "tree": "4d13631d772095f993556529e3e40bf0f93a8851",
      "parents": [
        "5b9427333ab4b7b48b297a8b9a4158688211f14a"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 18:48:07 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 10 18:48:07 2024 +0200"
      },
      "message": "Add FAQ for \"no pinentry\" issue (#118)\n\n"
    },
    {
      "commit": "5b9427333ab4b7b48b297a8b9a4158688211f14a",
      "tree": "8dff19adfee5034d69a2ec164aa0b1a9109b4cd5",
      "parents": [
        "afdfd28bab4a0530cfd655397716a36adc1644b6"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Sep 10 18:38:44 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 10 18:38:44 2024 +0200"
      },
      "message": "[MGPG-141] Remove use of deprecated classes (#117)\n\nThe MGPG-138 also updated plexus-utils to 4.0.1 and plexus-xml to 3.0.1.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-141"
    },
    {
      "commit": "afdfd28bab4a0530cfd655397716a36adc1644b6",
      "tree": "f116df64c0eaa87fdfb0584ee3642777ef117c96",
      "parents": [
        "7516e7c73d6e5c8c3d6c2cbab9d55deb3987f388"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Sep 09 14:21:22 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 09 14:21:22 2024 +0200"
      },
      "message": "[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)\n\nUse proper Maven 3 API instead.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-138"
    },
    {
      "commit": "7516e7c73d6e5c8c3d6c2cbab9d55deb3987f388",
      "tree": "6e5b75bccc3c48007a06727e6053cbf09441558c",
      "parents": [
        "4ec571f561e330209189eb3c4387aaae0b37fb96"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Sep 09 14:21:10 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 09 14:21:10 2024 +0200"
      },
      "message": "[MGPG-140] Update Maven to 3.9.9 (#116)\n\nThis is really just \"build time\" as at runtime it uses\r\ngiven Maven version artifacts anyway.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-140"
    },
    {
      "commit": "4ec571f561e330209189eb3c4387aaae0b37fb96",
      "tree": "a761f8e2e47a177c689ad45fc80f66b87258c523",
      "parents": [
        "1126b7b09cb8a4540e35f62146b1198bcadeb795"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 09 13:43:07 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 09 13:43:07 2024 +0200"
      },
      "message": "[MGPG-139] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 (#114)\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0.\r\n- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.7.0...maven-invoker-plugin-3.8.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-139"
    },
    {
      "commit": "1126b7b09cb8a4540e35f62146b1198bcadeb795",
      "tree": "9e1f6403a9ffef0e7a66b4b20f55f4260e571ac8",
      "parents": [
        "1b40a0554b55c1d8a1c5da662e848688aa346aed"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:20:56 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:20:56 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "1b40a0554b55c1d8a1c5da662e848688aa346aed",
      "tree": "f380fddf2c93382778e7d4582eb52f97f6d3a00b",
      "parents": [
        "3a31714e9cbdde86a6b12f1ef05d5c60252fef4a"
      ],
      "author": {
        "name": "Christoph Läubrich",
        "email": "mail@laeubi-soft.de",
        "time": "Wed Aug 14 14:26:44 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 14 14:26:44 2024 +0200"
      },
      "message": "[MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (#112)\n\nCurrently AbstractGpgMojo has a fixed set of supported signers (and how\r\nthey are constructed), it would be good to allow extensions (e.g. Tycho\r\nis also using AbstractGpgMojo) to possibly override that aspect.\r\n\r\nThis extracts the creation of the signer into a (protected) method so\r\ndifferent types or alternative implementations can be used.\r\n\r\nCo-authored-by: Christoph Läubrich \u003cchristoph@laeubi-soft.de\u003e"
    },
    {
      "commit": "3a31714e9cbdde86a6b12f1ef05d5c60252fef4a",
      "tree": "539a8e38b1ab1820bc9d15c850184dd4a838be1a",
      "parents": [
        "737d4eeea5bbc01779fd3b5b2a637c9d6453fe27"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Aug 08 21:07:22 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Aug 08 21:07:22 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "737d4eeea5bbc01779fd3b5b2a637c9d6453fe27",
      "tree": "38f65481193b1b9c60d9c917bf7e0a58ffd41cb5",
      "parents": [
        "77470635c506af97be4712c1133d94eb3a593b69"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Aug 08 21:06:58 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Aug 08 21:06:58 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.5\n"
    },
    {
      "commit": "77470635c506af97be4712c1133d94eb3a593b69",
      "tree": "6977533b4e47aafa9ee08ef4ceb77f14bc8c9ca1",
      "parents": [
        "3df5f83ebb041384807127e761d4e28011da4f79"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Aug 08 20:40:09 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 20:40:09 2024 +0200"
      },
      "message": "[MGPG-134] Update maven-invoker (#110)\n\nNeeds a bit tweaking due newer maven-shared-utils needed as well.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-134"
    },
    {
      "commit": "3df5f83ebb041384807127e761d4e28011da4f79",
      "tree": "3909ab2493f4a22422365c11ce9220cbca250092",
      "parents": [
        "58a20697aa0878f0ab5099bb01c059b03ac84061"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 08 17:14:42 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 17:14:42 2024 +0200"
      },
      "message": "[MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to 1.18.2 (#105)\n\nBumps [org.simplify4u.plugins:pgpverify-maven-plugin](https://github.com/s4u/pgpverify-maven-plugin) from 1.17.0 to 1.18.2.\r\n- [Release notes](https://github.com/s4u/pgpverify-maven-plugin/releases)\r\n- [Commits](https://github.com/s4u/pgpverify-maven-plugin/compare/v1.17.0...v1.18.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.simplify4u.plugins:pgpverify-maven-plugin\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-133"
    },
    {
      "commit": "58a20697aa0878f0ab5099bb01c059b03ac84061",
      "tree": "22517f02ad2e49893358ea91cedbb99d053236b8",
      "parents": [
        "e911b43d85ae48ab30d958c497c89c98c9aeed8e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 08 17:13:40 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 17:13:40 2024 +0200"
      },
      "message": "[MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2.10.0 (#107)\n\nBumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.9.1 to 2.10.0.\r\n- [Release notes](https://github.com/kohlschutter/junixsocket/releases)\r\n- [Commits](https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.9.1...junixsocket-2.10.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.kohlschutter.junixsocket:junixsocket-core\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-132"
    },
    {
      "commit": "e911b43d85ae48ab30d958c497c89c98c9aeed8e",
      "tree": "4c7cd54681cf07e144d586f9d81cbd0dd32b1160",
      "parents": [
        "d2b60d383628d82a7f5098816ecb0db61a520ffe"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 08 17:12:49 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 17:12:49 2024 +0200"
      },
      "message": "[MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43.\r\n- [Release notes](https://github.com/apache/maven-parent/releases)\r\n- [Commits](https://github.com/apache/maven-parent/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-plugins\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-131"
    },
    {
      "commit": "d2b60d383628d82a7f5098816ecb0db61a520ffe",
      "tree": "247d3b94a0b20140a2f47035de71e549301f6a27",
      "parents": [
        "091f3884a1de72e9dec2b12cda7cccd8bbacb699"
      ],
      "author": {
        "name": "Appu",
        "email": "appu@google.com",
        "time": "Thu Aug 08 11:04:40 2024 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 17:04:40 2024 +0200"
      },
      "message": "[MGPG-130] Update sigstore extension for exclusion (#109)\n\nSigstore uses \".sigstore.json\" extension in all our plugins, \".sigstore\" is legacy"
    },
    {
      "commit": "091f3884a1de72e9dec2b12cda7cccd8bbacb699",
      "tree": "f85a47e89a71dbf576cdddb3359e35344444b4a0",
      "parents": [
        "899f4109920957da149a564e74bfc6dc74318e87"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 27 04:56:57 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jul 08 22:56:39 2024 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.1 to 3.7.0.\n- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)\n- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.1...maven-invoker-plugin-3.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "899f4109920957da149a564e74bfc6dc74318e87",
      "tree": "9952258c18dee183ed78e92bdcf43eec376cc9c8",
      "parents": [
        "f0be6f3f78972d9e9a797f57ca65e93af78a62cd"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Apr 25 19:15:15 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 25 19:15:15 2024 +0200"
      },
      "message": "[MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)\n\nUp parent and prerequisite\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-128"
    },
    {
      "commit": "f0be6f3f78972d9e9a797f57ca65e93af78a62cd",
      "tree": "1d29d17127e7d8bfdc740ad8ce544144f22edad1",
      "parents": [
        "7dd5166a02e5b92192819c2c1c830c4176346078"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 25 10:39:48 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 25 10:39:48 2024 +0200"
      },
      "message": "[MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)\n\nBumps `bouncycastleVersion` from 1.78 to 1.78.1.\r\n\r\nUpdates `org.bouncycastle:bcpg-jdk18on` from 1.78 to 1.78.1\r\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\r\n- [Commits](https://github.com/bcgit/bc-java/commits)\r\n\r\nUpdates `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.78.1\r\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\r\n- [Commits](https://github.com/bcgit/bc-java/commits)\r\n\r\nUpdates `org.bouncycastle:bcutil-jdk18on` from 1.78 to 1.78.1\r\n- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)\r\n- [Commits](https://github.com/bcgit/bc-java/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.bouncycastle:bcpg-jdk18on\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n- dependency-name: org.bouncycastle:bcprov-jdk18on\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n- dependency-name: org.bouncycastle:bcutil-jdk18on\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-127"
    },
    {
      "commit": "7dd5166a02e5b92192819c2c1c830c4176346078",
      "tree": "bab705de3a69379a95aeadc3b323fda60d743ff6",
      "parents": [
        "789149ea5676238f4e2958f51ae10778ca2ba3f0"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Apr 16 15:24:03 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Apr 16 15:24:03 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "789149ea5676238f4e2958f51ae10778ca2ba3f0",
      "tree": "676bc7923f5ab3bb9ff2fe9ed080d507816b6f6d",
      "parents": [
        "893aedcab271ac92ef01f1a4346320525e678b39"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Apr 16 15:23:43 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Apr 16 15:23:43 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.4\n"
    },
    {
      "commit": "893aedcab271ac92ef01f1a4346320525e678b39",
      "tree": "c21bbd21a8bb8470d367d4b04f083b242c4d87a8",
      "parents": [
        "b6f0324f27c780ee96840cfecfec866b44635f26"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Apr 13 19:02:15 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 13 19:02:15 2024 +0200"
      },
      "message": "[MGPG-125] Fix \"bestPractices\" (#95)\n\nAs currently due defaulted values it would always fail, unless user explicitly re-configures plugin. So, do not set \"default value\" on mojo level, instead handle it programmatically, when bestPractices is not set. Added ITs for \"bestPractices\", one for success and one for failure. \r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-125"
    },
    {
      "commit": "b6f0324f27c780ee96840cfecfec866b44635f26",
      "tree": "d8975aeef80647e2929260e2aeeba08f763da57b",
      "parents": [
        "3c5878b12cb95e077bc8f77bdb07913d210f8c95"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 11 16:55:55 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 11 16:55:55 2024 +0200"
      },
      "message": "[MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#94)\n\nBumps commons-io:commons-io from 2.16.0 to 2.16.1.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: commons-io:commons-io\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-126"
    },
    {
      "commit": "3c5878b12cb95e077bc8f77bdb07913d210f8c95",
      "tree": "eb0eb93fd1f9da542f43e50945c06f452e9dd27f",
      "parents": [
        "89b91a40617f911ce77cc3190842d46b1f470f45"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Apr 08 11:28:37 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Apr 08 11:28:37 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "89b91a40617f911ce77cc3190842d46b1f470f45",
      "tree": "064d2f7aa93c9aec584bf780563b5cbb8b12ae5c",
      "parents": [
        "fc2efa3097fa620ce5d5167a9d8ab9018a4247a5"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Apr 08 11:28:22 2024 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Apr 08 11:28:22 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.3\n"
    },
    {
      "commit": "fc2efa3097fa620ce5d5167a9d8ab9018a4247a5",
      "tree": "c02cab5cedc7386f181bee035b58cf35ed696ea9",
      "parents": [
        "50222d351ac12e746ce9921a957654e5e24a55de"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Mon Apr 08 09:53:34 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 08 09:53:34 2024 +0200"
      },
      "message": "[MGPG-123][MGPG-124] Dependency upgrades (#93)\n\nUpgrade:\r\n* Bouncycastle to 1.78\r\n* junixsocket to 2.9.1\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-123\r\nhttps://issues.apache.org/jira/browse/MGPG-124"
    },
    {
      "commit": "50222d351ac12e746ce9921a957654e5e24a55de",
      "tree": "cea19e51db99a6fab46e9091271abb0f28d8cfda",
      "parents": [
        "a6c3a094ea1e3b29fc3711f450f57e6e292fabed"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Apr 03 16:49:12 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 03 16:49:12 2024 +0200"
      },
      "message": "[MGPG-120] New mojo sign-deployed (#88)\n\nNew mojo, \"sign-deployed\" that is able to sign already deployed artifacts.\r\nAssuming there is no Maven project, hence mojo should not require project, just a list of artifacts.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-120"
    },
    {
      "commit": "a6c3a094ea1e3b29fc3711f450f57e6e292fabed",
      "tree": "595cf41bebf62fa4334041cce12ca7b22ec5fc6e",
      "parents": [
        "78f5e370ee5f02f1b613540d8d7204cab919d99d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 03 10:05:19 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 03 10:05:19 2024 +0200"
      },
      "message": "[MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 (#89)\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1.\r\n- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.0...maven-invoker-plugin-3.6.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-122"
    },
    {
      "commit": "78f5e370ee5f02f1b613540d8d7204cab919d99d",
      "tree": "140aa5d90787f29ca43958d84df64bc471bc0ffd",
      "parents": [
        "582df745e6ec01e414be255fae0a8b262255c641"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Apr 02 15:44:31 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 02 15:44:31 2024 +0200"
      },
      "message": "[MGPG-121] Return the workaround for pseudo security (#90)\n\nReturn the workaround, but this method is to be phased out.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-121"
    },
    {
      "commit": "582df745e6ec01e414be255fae0a8b262255c641",
      "tree": "c5d669fd4ca0fe1aa24eeb7cd65408e15d5ed3e7",
      "parents": [
        "0adc6b8e50e09880495290aeb4a0dc953d1b7134"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Fri Mar 29 10:08:08 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 29 10:08:08 2024 +0100"
      },
      "message": "[MGPG-117]  Improve passphrase handling (#86)\n\nMake sure is gone from heap once not needed. Other smaller improvements as well.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-117"
    },
    {
      "commit": "0adc6b8e50e09880495290aeb4a0dc953d1b7134",
      "tree": "9157e018bcdb4dc4ab4a43807887d557f665c86c",
      "parents": [
        "ef57091a7ffce55afe7b68bbd8b7592a6831687f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 29 09:13:31 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 29 09:13:31 2024 +0100"
      },
      "message": "[MGPG-118] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#87)\n\nBumps commons-io:commons-io from 2.15.1 to 2.16.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: commons-io:commons-io\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-118"
    },
    {
      "commit": "ef57091a7ffce55afe7b68bbd8b7592a6831687f",
      "tree": "4cf6b61a20d79490854556f3f84f487a7e492b5b",
      "parents": [
        "944be4e628ac721f654b4bbabb454206355144ae"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Thu Mar 28 11:27:31 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 28 11:27:31 2024 +0100"
      },
      "message": "[MGPG-116] Up max key file size to 64K (#85)\n\nAllow 64K files as well, as this may be \"ring\" (collection of keys) as well.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-116"
    },
    {
      "commit": "944be4e628ac721f654b4bbabb454206355144ae",
      "tree": "b89da4313c86a76265203f6885d61bcf2ee50f17",
      "parents": [
        "ab97064bd26c7c81dd115948837b7b39a9733707"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 22:55:20 2024 +0100"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 22:55:20 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "ab97064bd26c7c81dd115948837b7b39a9733707",
      "tree": "d817d6aeeab748fa1a8de886d002c66015ed5bf2",
      "parents": [
        "2be0a00b97105c9885c7f51f53cbc5f49720587a"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 22:55:02 2024 +0100"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 22:55:02 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-gpg-plugin-3.2.2\n"
    },
    {
      "commit": "2be0a00b97105c9885c7f51f53cbc5f49720587a",
      "tree": "847bb3fc776b9ca62b6bb9ac888025b5227c70f4",
      "parents": [
        "363183053da3325683ef60fafcf1ffafe4d07e31"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 20:47:58 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 23 20:47:58 2024 +0100"
      },
      "message": "[MGPG-115] Show more info about key used to sign (#84)\n\nJust show some usable feedback which key is used to sign.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-115"
    },
    {
      "commit": "363183053da3325683ef60fafcf1ffafe4d07e31",
      "tree": "c6534083934f99cc8374da3e811ae08cc48c9683",
      "parents": [
        "528fab96943fcbfd0b70367b8fa388d8ac2a8bbc"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 20:27:00 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 23 20:27:00 2024 +0100"
      },
      "message": "[MGPG-114] Allow max key size of 16KB (#83)\n\nThis insanely huge key size is mentioned as some extreme example\r\non page https://wiki.gnupg.org/LargeKeys\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-114"
    },
    {
      "commit": "528fab96943fcbfd0b70367b8fa388d8ac2a8bbc",
      "tree": "541d42cba3aebf1c76000f9fb27e9e4c35dabecf",
      "parents": [
        "770636b978c9c48a8d975b76807d9553e3c2c452"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Sat Mar 23 20:00:17 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 23 20:00:17 2024 +0100"
      },
      "message": "[MGPG-113] SignAndDeployFileMojo results in 401 (#82)\n\nThe RemoteRepository was \"bare\", it has to be equipped with AuthenticationSelector to be able to perform authenticated deploys. Also, remove \"layout\" as since Maven 3.0 there is no other layout than \"default\".\r\n\r\nAlso, a bit of tidy up, layout is deprecated in Maven3 and is unused.\r\n\r\n---\r\n\r\nhttps://issues.apache.org/jira/browse/MGPG-113"
    }
  ],
  "next": "770636b978c9c48a8d975b76807d9553e3c2c452"
}
