)]}'
{
  "log": [
    {
      "commit": "6fe9cd3ad21861c32dfa18c18c9d3f044035b080",
      "tree": "73e9e4c3aa38f16df2599ab34428fd63332a25da",
      "parents": [
        "2de0511415fcf2bb9a92542c4553024ab7920ee7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:39:49 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 22:37:18 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 rest of the Maven estate already uses,\nfinishing for this repository the sweep started in 2023:\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\nTwo things go with the mirror section, both worth a reviewer\u0027s attention:\n\n  - its in-page anchors, #mirror and the version-numbered subsection anchor,\n    which becomes the stable #Files. In-page only; no URL changes.\n  - the paragraph linking to /guides/mini/guide-mirror-settings.html. That\n    page is still live, but it is advice about configuring a repository\n    mirror in settings.xml rather than about downloading a source release,\n    and none of the ~43 repositories already on the current form carry it.\n    Dropping it is what converges this page with the rest of the estate; say\n    so on the PR if you would rather keep it here.\n\ndownload.cgi is left in place. The ASF licence header is left exactly as it\nwas.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "2de0511415fcf2bb9a92542c4553024ab7920ee7",
      "tree": "088072cae00b821e043fa904b51816617bf4d867",
      "parents": [
        "a56ee1308686484dfaedbdadfd3b72b60b63a16b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:57:22 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:27:56 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": "a56ee1308686484dfaedbdadfd3b72b60b63a16b",
      "tree": "5243a48f908747bf4000ad1420f5ab97b4d4a42a",
      "parents": [
        "4d985f76354f314c7148e3b1c9588edb46006a1a"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:27:40 2026 +0200"
      },
      "message": "Restore the document metadata dropped when the pages were ported\n\nAn APT document opens with a header block giving its title, authors and date, and\ndoxia-converter turns that into YAML front matter. The port removed the front\nmatter along with the converter\u0027s per-line licence comments, so the generated\npages lost their author and date meta tags, and took their title from the first\nheading rather than from the document title.\n\nThe front matter has to come first in the file: the Markdown parser only looks for\nit when the source begins with \"---\". A licence header ahead of it would hide it,\nand RAT is happy either way.\n"
    },
    {
      "commit": "4d985f76354f314c7148e3b1c9588edb46006a1a",
      "tree": "e27411b22ee5241159bd859756fa1c32ebd80502",
      "parents": [
        "b948dcb88cf7ca550cf388a6340aa016dad23aa1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:01 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:07:17 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n3 page(s) converted with doxia-converter and then cleaned up by hand:\n\n- \u003c\u003c\u003ccode\u003e\u003e\u003e becomes backticks, \u003c\u003cbold\u003e\u003e becomes **bold**, {{{url}text}}\n  becomes [text](url)\n- the ASF license header becomes a single block HTML comment\n- a page whose only Velocity reference was ${project.name} is now a plain\n  .md with the title spelled out\n- a page that keeps a reference stays a .vm. Velocity reads ## as a line\n  comment and would silently swallow every ATX heading below level one, so\n  subsections use setext underlines and anything deeper is wrapped in\n  #[[ ... ]]#\n- references APT rendered literally are escaped, so they do not resolve\n\nVerified by building the site before and after and comparing every\ngenerated page: the visible text and the link targets are unchanged apart\nfrom \u003cb\u003e/\u003ci\u003e becoming \u003cstrong\u003e/\u003cem\u003e and quotes in prose picking up the\nMarkdown module\u0027s typographic substitution.\n"
    },
    {
      "commit": "b948dcb88cf7ca550cf388a6340aa016dad23aa1",
      "tree": "2c31326d4f1823612d7df3ba063cec3c5062ba1c",
      "parents": [
        "64da4bdaf8de3e851a27e59af56e26f5b3405b7f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:01 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:07:17 2026 +0200"
      },
      "message": "Rename the site documents ahead of converting them\n\nA pure rename, so that git records it and `git log --follow` and `git blame` still\nreach the history of each page after the conversion that follows. The content is\nstill APT at this point and the site does not build between the two commits.\n"
    },
    {
      "commit": "64da4bdaf8de3e851a27e59af56e26f5b3405b7f",
      "tree": "f326ec7b60773b6f7da672d8dde8f4b0c4511e4e",
      "parents": [
        "3dcd3d8abbf55b184142211c2e7a442de53ac2a1"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Aug 05 16:40:39 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 16:40:39 2026 +0200"
      },
      "message": "Enable Maven 4 (#74)"
    },
    {
      "commit": "3dcd3d8abbf55b184142211c2e7a442de53ac2a1",
      "tree": "137ce217b8982f34a61eefef842ce6c232b80d17",
      "parents": [
        "f6208ceeb704c77028dfc2429bc7d5da48e8cde8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 01:22:26 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jul 20 09:02:18 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": "f6208ceeb704c77028dfc2429bc7d5da48e8cde8",
      "tree": "80f7dc9a4784f92e7a7d3196d7b979d37335c30f",
      "parents": [
        "23e0c5fd6061356e85fd415ef30966d0f52c1fc9"
      ],
      "author": {
        "name": "Gerd Aschemann",
        "email": "ascheman@apache.org",
        "time": "Fri Jul 03 16:52:45 2026 +0200"
      },
      "committer": {
        "name": "Gerd Aschemann",
        "email": "github@aschemann.net",
        "time": "Sat Jul 18 17:28:01 2026 +0200"
      },
      "message": "Force English locale for forked jdeprscan\n\njdeprscan\u0027s findings (\"... uses deprecated class ...\") are localized by\nthe JDK, but JDeprScanConsumer parses them with English-only regexes. On\na non-English default locale (e.g. German \"... verwendet die veraltete\nKlasse ...\") nothing is recognized, so no deprecation is detected and\nfailOnWarning never fires -- the scan silently passes and the release8/9\nITs fail on the invoker.buildResult\u003dfailure mismatch.\n\nPin the forked jdeprscan JVM to en/US via -J-Duser.language so its output\nis always parseable, regardless of host locale or JDK vendor.\n\nAdd a unit test for the pinned arguments and a build-non-english-locale\nCI job that runs the ITs under a German default locale (JAVA_TOOL_OPTIONS)\nas a regression guard -- the existing matrix only runs on English runners.\n\nRefs #76\n\nCo-authored-by: Matthias Bünger \u003cmbuenger@apache.org\u003e\n"
    },
    {
      "commit": "23e0c5fd6061356e85fd415ef30966d0f52c1fc9",
      "tree": "75036e9a7ce50d3ba7bdaa8ab972fefcfc023c50",
      "parents": [
        "b4812a3102053d742323e8077341fb8f9536ebb8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:32:36 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:32:36 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#83)\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": "b4812a3102053d742323e8077341fb8f9536ebb8",
      "tree": "7c4c3cf5784a0dd2d803708493753d35d3209bf1",
      "parents": [
        "2c02c9be8df6e54893d8a7cdf0831d7980532230"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:32:20 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:32:20 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#84)\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": "2c02c9be8df6e54893d8a7cdf0831d7980532230",
      "tree": "6c9fc6e6c2e0f82b39748c35a8d4d24460d45df4",
      "parents": [
        "9f6685f59673d9aca4d9a768f948bbf529e65779"
      ],
      "author": {
        "name": "Gerd Aschemann",
        "email": "ascheman@apache.org",
        "time": "Fri Jul 03 18:02:32 2026 +0200"
      },
      "committer": {
        "name": "Gerd Aschemann",
        "email": "github@aschemann.net",
        "time": "Fri Jul 03 20:39:56 2026 +0200"
      },
      "message": "Pin list-* ITs to the reactor plugin version\n\nThe list-default and list-forremoval ITs invoke the plugin\u0027s list goal\nby coordinates without a version, from a project with no pom.xml. Maven\ntherefore runs the goal in standalone-pom mode and resolves the latest\nreleased plugin (3.0.0) instead of the reactor build, so the ITs never\nexercise the code under test.\n\nAdd a minimal pom.xml to each IT declaring the plugin version as\n@project.version@ (interpolated by the invoker, as the scan ITs already\ndo) and invoke the goal via the jdeprscan:list prefix, so the pinned\nversion is used.\n\nSurfaced in #74 (Maven 4 enablement), where Matthias Bünger and Slawomir\nJaranowski diagnosed the accompanying list-goal NPE as a core issue\n(fixed by apache/maven#12336); the version mis-targeting fixed here is\northogonal to that.\n"
    },
    {
      "commit": "9f6685f59673d9aca4d9a768f948bbf529e65779",
      "tree": "b2e05bc5b074ee5e3a0158b3bf876769e7b144fd",
      "parents": [
        "20583823597e4ee293252b13deebc5c6c7db810c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:17:24 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:17:24 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#79)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 48 to 49.\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: \u002749\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": "20583823597e4ee293252b13deebc5c6c7db810c",
      "tree": "9c30f175592eadd5b831bcc1a71bfd0d78bef4e7",
      "parents": [
        "ea013d5f7a0ad84f14f2198a5100399d6a77d025"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 19 18:04:41 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 19 18:04:41 2026 +0200"
      },
      "message": "Bump actions/checkout from 6 to 7 (#78)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: \u00277\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": "ea013d5f7a0ad84f14f2198a5100399d6a77d025",
      "tree": "b66b2bf6b5d971b0ce877f0287432cc76597909b",
      "parents": [
        "4d581cd9b3f9d9009e00b57cc5e767ddb5503943"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 18 05:30:21 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 18 05:30:21 2026 +0200"
      },
      "message": "Use version of m-invoker-p from parent (#75)"
    },
    {
      "commit": "4d581cd9b3f9d9009e00b57cc5e767ddb5503943",
      "tree": "ec0b8912552401717156167bf64721946b00f7ff",
      "parents": [
        "738c58ffa26568b4a7b8cf7c7ec1b83edc760022"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun May 17 12:33:15 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 17 12:33:15 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#73)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 47 to 48.\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: \u002748\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": "738c58ffa26568b4a7b8cf7c7ec1b83edc760022",
      "tree": "98d174122a735cda15d6d0c1c87bdd13fc2c36bd",
      "parents": [
        "95a6e201fa7aa1b1e615e60b1090e87ef27d8000"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun May 10 17:10:29 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 10 17:10:29 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 (#72)\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.10.0 to 3.10.1.\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.10.0...maven-invoker-plugin-3.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\n  dependency-version: 3.10.1\n  dependency-type: direct:development\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": "95a6e201fa7aa1b1e615e60b1090e87ef27d8000",
      "tree": "cc1720c5518d985ad9b5aceeee8df44e27af2f93",
      "parents": [
        "48ed1313a80b058dd72b16023f41e03584114765"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 28 10:01:47 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 28 10:01:47 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.0 (#71)\n\nBumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.9.1 to 3.10.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.9.1...maven-invoker-plugin-3.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-invoker-plugin\n  dependency-version: 3.10.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": "48ed1313a80b058dd72b16023f41e03584114765",
      "tree": "44d6e25e224cfdb469cd7e756487a34d3ead6330",
      "parents": [
        "b2b1177285e63aaf3baca08c9e683eea4b820106"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 05:46:13 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 05:46:13 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#69)\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": "b2b1177285e63aaf3baca08c9e683eea4b820106",
      "tree": "32092a35d8fc612ad63acf10cd1c410b050f2b08",
      "parents": [
        "9e8eb9fb2328dccecda8417b4aab2b14cdc73684"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:44:23 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:44:23 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#68)\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": "9e8eb9fb2328dccecda8417b4aab2b14cdc73684",
      "tree": "8ea1fe06dd572a1c86781d4e40ba5ace1ff4022a",
      "parents": [
        "b3f38f06cf39b71c28e9c1af3cd5e45d856e221e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 22 13:14:07 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 22 13:14:07 2025 +0000"
      },
      "message": "Fix Javadoc issues per Oracle conventions (#67)\n\n"
    },
    {
      "commit": "b3f38f06cf39b71c28e9c1af3cd5e45d856e221e",
      "tree": "f7382f406f03bbc89c2b3b8ee949a1991d632fd7",
      "parents": [
        "7b571ef7eae0b7771c8c3b4df8f8db6b4766047f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 22 13:13:49 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 22 13:13:49 2025 +0000"
      },
      "message": "Prefer JDK methods (#66)\n\n"
    },
    {
      "commit": "7b571ef7eae0b7771c8c3b4df8f8db6b4766047f",
      "tree": "26f027793d15d83493bda8d0fd89fca949bb290a",
      "parents": [
        "bb6dd91878c591bff205c1871a44d6f50fd817ce"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:07:24 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:07:24 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "bb6dd91878c591bff205c1871a44d6f50fd817ce",
      "tree": "ee2ba547765f4333acaf17049c8ce928659f18af",
      "parents": [
        "c154eda63f90f219288fabe69564cd92a9b92b58"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:07:16 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:07:16 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-jdeprscan-plugin-3.0.0\n"
    },
    {
      "commit": "c154eda63f90f219288fabe69564cd92a9b92b58",
      "tree": "4dffae63328a1e72b301e18d95e10dbbabac83ef",
      "parents": [
        "812fd1b7da851963f569ec2b76bc5ff8fb22b341"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 00:55:59 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:00:02 2025 +0100"
      },
      "message": "Require Maven 3.6.3+. Update Maven deps to 3.9.12\n"
    },
    {
      "commit": "812fd1b7da851963f569ec2b76bc5ff8fb22b341",
      "tree": "0458505cc8f43c1b393b479b748fc618736e8865",
      "parents": [
        "9f1ec5b3e2947c29404f7dc778988f5f392f74fa"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 00:11:10 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 00:44:23 2025 +0100"
      },
      "message": "Migrate to Doxia 2 site\n"
    },
    {
      "commit": "9f1ec5b3e2947c29404f7dc778988f5f392f74fa",
      "tree": "cf0209b87b80935bf0b0dd62fbb576dadee12851",
      "parents": [
        "c361f89529f95b60bfab5a7656fa0cf8e275964f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 28 17:28:41 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 28 17:28:41 2025 +0100"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#62)\n\nBumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.20.0\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": "c361f89529f95b60bfab5a7656fa0cf8e275964f",
      "tree": "de451b0e1c49b740ca09296e1ba57df9a8196f48",
      "parents": [
        "4bb4b871701d2fdf30b183e2a13647711e6c4be6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Nov 23 16:18:16 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 23 16:18:16 2025 +0100"
      },
      "message": "Bump actions/checkout from 5 to 6 (#63)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: \u00276\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": "4bb4b871701d2fdf30b183e2a13647711e6c4be6",
      "tree": "8aacf0177c782b409f3efc6a27a8e4c63ea88726",
      "parents": [
        "90c9ad36e549783c938683d0e9061d2a1da1275d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 01:35:54 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 10 01:35:54 2025 +0100"
      },
      "message": "JUnit 5 best practices (#60) (#61)\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "90c9ad36e549783c938683d0e9061d2a1da1275d",
      "tree": "c65caccc1f201a7904b3fe423967ec6985185714",
      "parents": [
        "6f8f2eb7d73c1f88c6a9b1c8760c252aa4cdbf9f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 09 15:36:57 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 15:36:57 2025 +0100"
      },
      "message": "JUnit 5 best practices (#60)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "6f8f2eb7d73c1f88c6a9b1c8760c252aa4cdbf9f",
      "tree": "ac382f93d48787c4c1cabb615f636a5a88b7484e",
      "parents": [
        "1e26c38a4e10fed0ada15a16083e0d51a43968ab"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon Oct 27 16:51:44 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 27 16:51:44 2025 +0100"
      },
      "message": "Update parent to 45 and invoker to 3.9.1 (Java 25) (#59)\n\n"
    },
    {
      "commit": "1e26c38a4e10fed0ada15a16083e0d51a43968ab",
      "tree": "f1e93b3973e04b70bd24e769fac4637328a33963",
      "parents": [
        "38d896edb68d75f32c995178a2d14e13367653a9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 25 01:05:36 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 28 12:12:15 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0\n\nBumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "38d896edb68d75f32c995178a2d14e13367653a9",
      "tree": "f03be5c055e2c4b2ef1ee6b984a8b75ae3c50cef",
      "parents": [
        "b08b9b8a6f224810f8d8b4ac64d0324a590fae8e"
      ],
      "author": {
        "name": "sebtiem",
        "email": "setie@mailbox.org",
        "time": "Wed Aug 27 17:39:22 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Aug 30 14:44:03 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules\n"
    },
    {
      "commit": "b08b9b8a6f224810f8d8b4ac64d0324a590fae8e",
      "tree": "fe1bb3d9469fbef7ae0f37800e81a7f3206e1df7",
      "parents": [
        "e73331bd5074a3820250f2f91471eef1621e4047"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 12 10:34:39 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 21:40:11 2025 +0200"
      },
      "message": "Bump actions/checkout from 4 to 5\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\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": "e73331bd5074a3820250f2f91471eef1621e4047",
      "tree": "25c34d80fd0d75b64d6d5fc582547e31d614513f",
      "parents": [
        "9dd481536a298e6c90529cddf811b209217f0d29"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 22 01:24:04 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 21:40:02 2025 +0200"
      },
      "message": "Bump actions/setup-java from 4 to 5\n\nBumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\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": "9dd481536a298e6c90529cddf811b209217f0d29",
      "tree": "3e5ef3546ded961d23fc3cdcc60daaba503d2324",
      "parents": [
        "6e9235f4c2a471100850691837b65cc91b9cafcc"
      ],
      "author": {
        "name": "Ndacyayisenga-droid",
        "email": "ndacyayinoah@gmail.com",
        "time": "Thu Jul 17 02:59:08 2025 +0300"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 07 00:33:59 2025 +0300"
      },
      "message": "Add Apache 2.0 LICENSE file\n"
    },
    {
      "commit": "6e9235f4c2a471100850691837b65cc91b9cafcc",
      "tree": "4deb91c26853480cd8ba3686bc0e4346b7b56842",
      "parents": [
        "8348bd3460393ea8b5ef3a396330f29e09bc1d1f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 10 06:35:44 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 10 06:35:44 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#53)\n\nBumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.18.0\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": "8348bd3460393ea8b5ef3a396330f29e09bc1d1f",
      "tree": "483096e3f43465b7df538b0c0240bdfe7b3757ad",
      "parents": [
        "3c47d0477b7a2cc64163b8f8dc43c1df42c12da5"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Jul 02 11:09:48 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 02 11:09:48 2025 +0200"
      },
      "message": "Remove Jira Link (#52)\n\n"
    },
    {
      "commit": "3c47d0477b7a2cc64163b8f8dc43c1df42c12da5",
      "tree": "6e622e4ec168c8bde519ad351761addd0bf096c7",
      "parents": [
        "35b7c9bc159ef92b472f89215dab955d281e0c46"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 05 21:29:25 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 05 21:29:25 2025 +0200"
      },
      "message": "Enable Github Issues\n\n\n"
    },
    {
      "commit": "35b7c9bc159ef92b472f89215dab955d281e0c46",
      "tree": "c74efcea9545e7c2e8f7a550d7044492bcd319df",
      "parents": [
        "461a2ae3f89e78e2b3e36a29f47f09713e1bc83a"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 23 23:05:45 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 23 23:13:08 2025 +0100"
      },
      "message": "[MJDEPRSCAN-12] Bump org.apache.maven.plugins:maven-plugins from 41 to 43\n"
    },
    {
      "commit": "461a2ae3f89e78e2b3e36a29f47f09713e1bc83a",
      "tree": "678f48621f893836b43443fc08df0a85159930b0",
      "parents": [
        "50b0f3f1a077bf5295176225da4fded83089ca36"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 23 23:00:43 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 23 23:04:28 2025 +0100"
      },
      "message": "[MJDEPRSCAN-13] Upgrade to JUnit 5.12.0\n"
    },
    {
      "commit": "50b0f3f1a077bf5295176225da4fded83089ca36",
      "tree": "2a01824c996ab664a9ca6f9e45d2ce858c21c096",
      "parents": [
        "a0799a96b9067f9ecf06aa044dd8add42ddca5ef"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:35:27 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:35:27 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "a0799a96b9067f9ecf06aa044dd8add42ddca5ef",
      "tree": "62f4a84a80f74c3a7780d157accd32cdaa200cb2",
      "parents": [
        "ea750d9a2539d1b1e2128dbd31343c312350a50d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Feb 08 11:10:12 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 08 11:10:12 2025 +0000"
      },
      "message": "Convert to Guice constructor injection (#29)\n\n"
    },
    {
      "commit": "ea750d9a2539d1b1e2128dbd31343c312350a50d",
      "tree": "a5e04aedeb2d190817c06c1bc22f46e7436f537b",
      "parents": [
        "749a43b9c63073dd1eb1a7f6369e0650819f2941"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Feb 08 11:00:23 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 08 11:00:23 2025 +0000"
      },
      "message": "[MJDEPRSCAN-11] Require pre-11 build for IT (#32)\n\n* Require pre-11 build for Java 7 check"
    },
    {
      "commit": "749a43b9c63073dd1eb1a7f6369e0650819f2941",
      "tree": "9fef54e3068abcfbc11744c8dfb88bcc8f95175b",
      "parents": [
        "7f2e7f6352a09d20f9f85e37bfb8c374a225d72d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Dec 17 01:29:10 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 15 22:35:37 2025 +0100"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "7f2e7f6352a09d20f9f85e37bfb8c374a225d72d",
      "tree": "27f3fcc82f0929a9b3daa15465d0ea3664d06e34",
      "parents": [
        "c2164009053cb77b5b99293b72a33bba00594fa0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Oct 22 01:51:04 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Oct 25 00:14:49 2024 +0200"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c2164009053cb77b5b99293b72a33bba00594fa0",
      "tree": "02626964cc15ec273d94beec4d627e595022a1b6",
      "parents": [
        "56390415c4137ca9f3c2a40131025f9721d42116"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 30 01:07:24 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Oct 08 22:27:09 2024 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0\n\nBumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "56390415c4137ca9f3c2a40131025f9721d42116",
      "tree": "9a8c0868b3c78af1d478cb2085adca27e7425432",
      "parents": [
        "f88129d767a03f459fcac7a2b80c002c4c72961c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 07 01:53:04 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Oct 08 22:26:29 2024 +0200"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f88129d767a03f459fcac7a2b80c002c4c72961c",
      "tree": "2be535e53addb36d9f6a58e381688ce2ce69ed36",
      "parents": [
        "df0a9c8617b7671390cb1120e5e17c6b3e52188c"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Oct 08 22:25:51 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 08 22:25:51 2024 +0200"
      },
      "message": "(doc) switch JDK dist to zulu"
    },
    {
      "commit": "df0a9c8617b7671390cb1120e5e17c6b3e52188c",
      "tree": "014b877919f1e325a381b46941b32bfd81f1ac32",
      "parents": [
        "1bf3632a1560e6b9cb5123bb89277892ded69a81"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 26 01:32:11 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 29 09:11:34 2024 +0200"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.1\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "1bf3632a1560e6b9cb5123bb89277892ded69a81",
      "tree": "817398dfa08e7184ec7dc01fe7529f32c9dcdf5f",
      "parents": [
        "ae9ffd6d30ddebcc36006476c5f4cffbafeffd81"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 28 01:37:15 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jul 08 22:58:33 2024 +0200"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ae9ffd6d30ddebcc36006476c5f4cffbafeffd81",
      "tree": "818f8151a3eb5ffb13cd7e60afb3f7fd70bb386c",
      "parents": [
        "3df9052cb420f4d0622aed8a0a405a8808bdc828"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 10 12:29:29 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 31 15:16:16 2024 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0\n\nBumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3df9052cb420f4d0622aed8a0a405a8808bdc828",
      "tree": "670099f056847f947c6034a6bf885c7697030855",
      "parents": [
        "f63fa9b99626ccee1a34433dcaa8a05429c1db6c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 05 01:36:19 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 10 22:10:12 2024 +0100"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f63fa9b99626ccee1a34433dcaa8a05429c1db6c",
      "tree": "6a13652e8492b2e8324556a15449a0d4ae7751ca",
      "parents": [
        "11fbf81cad3ce9c4e20ac28ebd00cd5c624a17a8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sun Jan 07 01:57:47 2024 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jan 27 15:56:42 2024 +0100"
      },
      "message": "[MJDEPRSCAN-10] Run tests also with Java 21\n"
    },
    {
      "commit": "11fbf81cad3ce9c4e20ac28ebd00cd5c624a17a8",
      "tree": "91c10963111f8abe91633a41723ae7fa2541e28f",
      "parents": [
        "b4b37e0af88e52d88c63b7f6a8a3900b3f3c32b9"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Nov 14 16:43:12 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jan 27 15:56:42 2024 +0100"
      },
      "message": "[MJDEPRSCAN-10] - Upgrade maven-plugin parent to 41\n"
    },
    {
      "commit": "b4b37e0af88e52d88c63b7f6a8a3900b3f3c32b9",
      "tree": "fc3031b8b5b703bbf7342c578801b1a0c80e34ed",
      "parents": [
        "683adaaa79c5cbcff5161168aa380b5d29f29378"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 06 01:18:52 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jan 07 01:35:54 2024 +0100"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1\n\nBumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "683adaaa79c5cbcff5161168aa380b5d29f29378",
      "tree": "aeee9f47e2839deb53957b181e38370d695b6893",
      "parents": [
        "fe042d5dd5322760606ba2d675f304842124c3b5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Nov 30 01:44:03 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 23 02:03:43 2023 +0100"
      },
      "message": "Bump actions/setup-java from 3 to 4\n\nBumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "fe042d5dd5322760606ba2d675f304842124c3b5",
      "tree": "f3bc8ee923fe74e150cbb2561707090d675ea244",
      "parents": [
        "fc4ad362a17f49ad7f449fc84c19faa0c143e6c7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Feb 09 21:44:55 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 20 23:55:16 2023 +0200"
      },
      "message": "[MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and Junit5 to latest versions\n"
    },
    {
      "commit": "fc4ad362a17f49ad7f449fc84c19faa0c143e6c7",
      "tree": "59470d0c23e7ee59c9f6c11c84e87f58423f0b3d",
      "parents": [
        "d42eb821f4760b322cd5af93539082708195c928"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 23:07:40 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 20 23:22:06 2023 +0200"
      },
      "message": "[MJDEPRSCAN-8] Upgrade to Parent POM 40\n"
    },
    {
      "commit": "d42eb821f4760b322cd5af93539082708195c928",
      "tree": "210869584d613608ffc5668bf2dd1020a109a5d7",
      "parents": [
        "f7f0e76a1cb529c7fd07b0bbb26a8fff204c4c4c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 20 20:39:21 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 20 22:53:20 2023 +0200"
      },
      "message": "Bump actions/checkout from 3 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f7f0e76a1cb529c7fd07b0bbb26a8fff204c4c4c",
      "tree": "afbef55863452e1df22f91395f4c65931c47d3b9",
      "parents": [
        "66a92b0d49824a4a5cb3ccb3e4be3ff453ed0648"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:34:30 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:34:30 2023 +0200"
      },
      "message": "Add Dependabot\n"
    },
    {
      "commit": "66a92b0d49824a4a5cb3ccb3e4be3ff453ed0648",
      "tree": "870c83204f8ad9d56847a5632b6a40e7530b14eb",
      "parents": [
        "0707c1e02779e21937f5c075da85872e054ca223"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:31:58 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:31:58 2023 +0200"
      },
      "message": "[MJDEPRSCAN-8] Ignore format code\n"
    },
    {
      "commit": "0707c1e02779e21937f5c075da85872e054ca223",
      "tree": "f4fc353bdc2c5cf1529b672f3dc0f31a7da1ae34",
      "parents": [
        "aef159dd224dcc93965777a12b794eea06c82977"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:08:26 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 20 22:28:51 2023 +0200"
      },
      "message": "[MJDEPRSCAN-8] Reformat code\n"
    },
    {
      "commit": "aef159dd224dcc93965777a12b794eea06c82977",
      "tree": "02d07312f24270cf85da161fca7c77aa72a84407",
      "parents": [
        "a7bb79ad4bc0b60270401088bd90196f3c2cb955"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Wed Sep 20 22:03:21 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 20 22:28:51 2023 +0200"
      },
      "message": "[MJDEPRSCAN-8] Update Parent POM to 39\n"
    },
    {
      "commit": "a7bb79ad4bc0b60270401088bd90196f3c2cb955",
      "tree": "a0d8576fb2aa27a16913beb3ac90357b6255e5da",
      "parents": [
        "85b52beb6a374e9db8a04a0be76644ea2cf30faa"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 11:49:45 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 11:49:45 2023 +0200"
      },
      "message": "Auto-link MJDEPRSCAN Jira"
    },
    {
      "commit": "85b52beb6a374e9db8a04a0be76644ea2cf30faa",
      "tree": "85d7ebb9b4ec908b1acb93b2677edf09e65cac01",
      "parents": [
        "fde89925a37cee575d66e76416e478a0addd60db"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Mar 04 18:40:59 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 04 18:40:59 2023 +0100"
      },
      "message": "Bump junit to 4.13.2"
    },
    {
      "commit": "fde89925a37cee575d66e76416e478a0addd60db",
      "tree": "ed85f541c92754f65136446b8b730728cf98a08d",
      "parents": [
        "94f5e814ca2efd96fff21e30d5234d7ff9e04309"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Feb 09 21:38:47 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 19 11:27:36 2023 +0100"
      },
      "message": "[MJDEPRSCAN-6] Require Maven 3.2.5+\n"
    },
    {
      "commit": "94f5e814ca2efd96fff21e30d5234d7ff9e04309",
      "tree": "398fbb431f0db1937e510fb324b0347a3d5c3614",
      "parents": [
        "e61b6085e7c7c2f7a25d0ed46fb50cc7b4801933"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 19 10:09:26 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 19 10:55:52 2023 +0100"
      },
      "message": "(doc) cleanup toolchain setup\n"
    },
    {
      "commit": "e61b6085e7c7c2f7a25d0ed46fb50cc7b4801933",
      "tree": "bd9b4f7b02af4587df2171dc706bf00d33352239",
      "parents": [
        "a57eda25b7b0196d2deae2752c502cf006f9e057"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Feb 09 21:37:02 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Feb 19 10:02:37 2023 +0100"
      },
      "message": "[MJDEPRSCAN-5] Require Java 8\n"
    },
    {
      "commit": "a57eda25b7b0196d2deae2752c502cf006f9e057",
      "tree": "3ce7a9c63e7d377abaee204c63e02f1644e404b9",
      "parents": [
        "fbc0daca76dfe25113da575ca8d101e215307ffb"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@gmail.com",
        "time": "Fri Feb 26 17:13:59 2021 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 12 02:02:44 2021 +0100"
      },
      "message": "Remove duplicate code snippet, extract into method.\n\n - Convert line breaks to unix\n"
    },
    {
      "commit": "fbc0daca76dfe25113da575ca8d101e215307ffb",
      "tree": "c6460a708c5055c8465ca70535b6a478a6d8ebea",
      "parents": [
        "5ea0bb492adabf835daac2eb6b92fdb21d9ead1f"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@gmail.com",
        "time": "Fri Feb 26 17:30:42 2021 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 12 02:02:08 2021 +0100"
      },
      "message": "add PR template.\n"
    },
    {
      "commit": "5ea0bb492adabf835daac2eb6b92fdb21d9ead1f",
      "tree": "e834db8dec42ea3b0c2d5dd4ef14a0c7fb920ba5",
      "parents": [
        "6e6a2c223d0326c61ef72da95fc96cd934e57625"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@gmail.com",
        "time": "Fri Feb 26 21:22:30 2021 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 12 02:01:53 2021 +0100"
      },
      "message": "[MDEPSCAN-4] add github actions.\n"
    },
    {
      "commit": "6e6a2c223d0326c61ef72da95fc96cd934e57625",
      "tree": "f10cb76db87b4b011753a62380208b3ffc1c0597",
      "parents": [
        "e6324eeb5f0dcf52a966a632bbec9e47d32e0fb5"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Aug 13 10:40:42 2021 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Aug 13 10:40:42 2021 +0200"
      },
      "message": "Adjust JDKs\n"
    },
    {
      "commit": "e6324eeb5f0dcf52a966a632bbec9e47d32e0fb5",
      "tree": "5580798eb57ef458f8d7d6fc86c3e3816447fb0e",
      "parents": [
        "a30b9b263d3953b281b915877671dcafd9f6dff9"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 13:51:34 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 13:51:34 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "a30b9b263d3953b281b915877671dcafd9f6dff9",
      "tree": "a6482c65a4e2690da705b4fbdcbb6cac8c1999db",
      "parents": [
        "e11e54d475d4c8bd4f87a6c1b5fda279d9fd5424"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 12:53:55 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 12:53:55 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "e11e54d475d4c8bd4f87a6c1b5fda279d9fd5424",
      "tree": "5e9462115286bb993ec6d7e7dcd2751096080270",
      "parents": [
        "c075857868f0151b61c7c05fa623b76918add1a3"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:09:59 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:09:59 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "c075857868f0151b61c7c05fa623b76918add1a3",
      "tree": "1750f55d5cc350c476e5298100572fd6bc343f43",
      "parents": [
        "ac248ce0972aa6982dedf6664a7c33f4a2bbf724"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:04 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:04 2020 +0200"
      },
      "message": "README improvement\n"
    },
    {
      "commit": "ac248ce0972aa6982dedf6664a7c33f4a2bbf724",
      "tree": "db20fe8bfbceb31919cf6adc2b6c8b293b668029",
      "parents": [
        "83f2d178cf7695aeed5092c6107a43c75ca23ef0"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:03:29 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:03:29 2020 +0200"
      },
      "message": "added README\n"
    },
    {
      "commit": "83f2d178cf7695aeed5092c6107a43c75ca23ef0",
      "tree": "d7ccaa1dfe3a430aa6ce0b2a401f994185a230bd",
      "parents": [
        "7ca566abc25bef95d6e203f4fcf72c50b68d124d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 15:16:36 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 15:16:36 2020 +0200"
      },
      "message": "fixed broken links (MPIR 3)\n"
    },
    {
      "commit": "7ca566abc25bef95d6e203f4fcf72c50b68d124d",
      "tree": "d609189bf93c2a34ba4509ff7d0fbc7fe194645d",
      "parents": [
        "32f296e7d55a28117fec56eede4f9cbabb47d70d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:02:05 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:02:05 2020 +0200"
      },
      "message": "[MJDEPRSCAN-2] make build Reproducible\n"
    },
    {
      "commit": "32f296e7d55a28117fec56eede4f9cbabb47d70d",
      "tree": "ffe567dacf3a4b4c38961e6d7da4716c4af18ec8",
      "parents": [
        "fbb7c2ab04ff6620690debe060280047a2a920d7"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Jan 17 14:08:38 2020 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Jan 17 14:08:38 2020 +0100"
      },
      "message": "Update parent to 33\n"
    },
    {
      "commit": "fbb7c2ab04ff6620690debe060280047a2a920d7",
      "tree": "0dbf0665252a00113cace4d007707fecc10af15a",
      "parents": [
        "e3d112cc004630fa6935c732b7e29ba34359ea07"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Jan 17 09:33:31 2020 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Jan 17 09:33:58 2020 +0100"
      },
      "message": "switch to asfMavenTlpPlgnBuild\n"
    },
    {
      "commit": "e3d112cc004630fa6935c732b7e29ba34359ea07",
      "tree": "59dbea088ccaa89713aa77bac31c0a89427796f3",
      "parents": [
        "ea24b5a5de3e3bff2b658a5b33b59956d2613846"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:27 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:27 2018 +0200"
      },
      "message": "[MPOM-205] use sha512 checksums instead of sha1\n"
    },
    {
      "commit": "ea24b5a5de3e3bff2b658a5b33b59956d2613846",
      "tree": "4ae347326c75b393c6fa983500a116cec05160f3",
      "parents": [
        "15d3d4fa6c04c5db37f76bbf319f52d8bdd5fb23"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:42:27 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:42:27 2018 +0200"
      },
      "message": "[MNGSITE-341] use https for sigs, hashes and KEYS\n"
    },
    {
      "commit": "15d3d4fa6c04c5db37f76bbf319f52d8bdd5fb23",
      "tree": "71e34c02e8c65982934db5206c58c5ea64538e6e",
      "parents": [
        "fbea38586e30025abaf1161c87d76e0e2897e448"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:19 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:19 2018 +0200"
      },
      "message": "[INFRA-16467] move components documentation out of CMS space\n"
    },
    {
      "commit": "fbea38586e30025abaf1161c87d76e0e2897e448",
      "tree": "51f0a99fd99836cd82250adc7a07594f3f760e0d",
      "parents": [
        "8e4d3f91c52a5944d5f07f226a391fcaa7997272"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:01:35 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:01:35 2018 +0200"
      },
      "message": "[MNGSITE-328] use sha1 checksum instead of md5\n"
    },
    {
      "commit": "8e4d3f91c52a5944d5f07f226a391fcaa7997272",
      "tree": "b222502fe510fc6e22029221ecc4355a42941617",
      "parents": [
        "63a68c3868d01874b5fff323a94eec18a9c1a295"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 20:02:14 2018 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 20:02:14 2018 +0100"
      },
      "message": "[MJDEPRSCAN-1] - Upgrade parent to 31\n"
    },
    {
      "commit": "63a68c3868d01874b5fff323a94eec18a9c1a295",
      "tree": "2b5e49fbf1d07f456492190fdc9f404458092311",
      "parents": [
        "dd9387f10bfb6d40870daa1e39480ec9855920c5"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Dec 27 14:45:50 2017 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Dec 27 14:45:50 2017 +0100"
      },
      "message": "jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works with JDK9+\n"
    },
    {
      "commit": "dd9387f10bfb6d40870daa1e39480ec9855920c5",
      "tree": "7f95f902dda7170d462c8e18cfe6a7619dc85828",
      "parents": [
        "e3ad788e42b8ed25722416e7c5fd8654f0f236ef"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Dec 09 19:31:11 2017 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Dec 09 19:31:11 2017 +0100"
      },
      "message": "moved to git\n"
    },
    {
      "commit": "e3ad788e42b8ed25722416e7c5fd8654f0f236ef",
      "tree": "0053a3f1b18745adceafb5021df6ce560e0d97c9",
      "parents": [
        "d981c2609a6bd2c37dbf3b4a0acae6de0f0d7356"
      ],
      "author": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Nov 17 23:47:16 2017 +0000"
      },
      "committer": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Nov 17 23:47:16 2017 +0000"
      },
      "message": "added classical download.xml.vm\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1815637 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d981c2609a6bd2c37dbf3b4a0acae6de0f0d7356",
      "tree": "cecbb8e268ca6d471bf058edb97623bc41a6b3f7",
      "parents": [
        "36641ba0b618bf1e8bf84c51ac4f07e60cf0c01b"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 12 15:05:08 2017 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 12 15:05:08 2017 +0000"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1815024 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "36641ba0b618bf1e8bf84c51ac4f07e60cf0c01b",
      "tree": "c38a6cbe86c57cb41364e2c556867cc59b0dacfa",
      "parents": [
        "aa493765d00d21739f8991c18c6e305a33794676"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 12 15:04:53 2017 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 12 15:04:53 2017 +0000"
      },
      "message": "[maven-release-plugin] prepare release maven-jdeprscan-plugin-3.0.0-alpha-1\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1815022 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "aa493765d00d21739f8991c18c6e305a33794676",
      "tree": "cecbb8e268ca6d471bf058edb97623bc41a6b3f7",
      "parents": [
        "6643d43ff79bbaedbb9dc925ffca97d4f294cd87"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 05 15:20:02 2017 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 05 15:20:02 2017 +0000"
      },
      "message": "Add documentation\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1814359 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6643d43ff79bbaedbb9dc925ffca97d4f294cd87",
      "tree": "d24c4fefe5ea16f91fe3e7770e363376dd9e8f0b",
      "parents": [
        "906731b5908c369def63dac4adac8475e1cc3514"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Oct 22 11:41:02 2017 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Oct 22 11:41:02 2017 +0000"
      },
      "message": "Improve JDeprScanConsumer\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1812898 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "906731b5908c369def63dac4adac8475e1cc3514",
      "tree": "5a6d4e5dabd4accb3ee389601b0e76751b0fe205",
      "parents": [],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Oct 14 09:57:50 2017 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Oct 14 09:57:50 2017 +0000"
      },
      "message": "Initial commit maven-jdeprscan-plugin\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1812175 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ]
}
