)]}'
{
  "log": [
    {
      "commit": "297d72859a8887607acb918f162892ec52eab9ea",
      "tree": "a498afda3785161bfcb69fcf7fca31b3c4638079",
      "parents": [
        "cb1c4f21987de773ea6f1f15d3c4425f4a1bcbfc"
      ],
      "author": {
        "name": "harrisric",
        "email": "48761651+harrisric@users.noreply.github.com",
        "time": "Mon Aug 24 21:29:59 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 22:29:59 2026 +0200"
      },
      "message": "Add control of PMD execution threads to plugin goal (#700)"
    },
    {
      "commit": "cb1c4f21987de773ea6f1f15d3c4425f4a1bcbfc",
      "tree": "5795bac68b8952d9eeddf78624a6af5d777dca2a",
      "parents": [
        "e29acc3c3835773ff7f730701b671f4cacf84a1e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:09:48 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 24 14:06:01 2026 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-i18n from 1.1.0 to 1.2.0\n\nBumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.1.0 to 1.2.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-i18n/compare/plexus-i18n-1.1.0...plexus-i18n-1.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-i18n\n  dependency-version: 1.2.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": "e29acc3c3835773ff7f730701b671f4cacf84a1e",
      "tree": "9a4fcb2c2d3e4265ed2959d67f5b1c2a00785459",
      "parents": [
        "a4de28313b131f4ef7df1062ecad885cb914471a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 11:09:53 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 24 14:05:52 2026 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-resources from 1.3.1 to 1.4.0\n\nBumps [org.codehaus.plexus:plexus-resources](https://github.com/codehaus-plexus/plexus-resources) from 1.3.1 to 1.4.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-resources/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-resources/compare/plexus-resources-1.3.1...plexus-resources-1.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-resources\n  dependency-version: 1.4.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": "a4de28313b131f4ef7df1062ecad885cb914471a",
      "tree": "87ee9fc243f63dfc288cc27291a32a07987ffc77",
      "parents": [
        "2327c5a87f88f6ea061adb3ced72b5c6d808a627"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 16 12:50:27 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 16 13:21:56 2026 +0200"
      },
      "message": "Run the site ITs against the parent\u0027s site plugin version\n\nThe literal 3.20.0 predates the anchor-generation change in 3.21.0/3.22.0, so the\nITs were asserting against rendering the released plugin no longer produces. Keep\nthis inheriting rather than re-pinning."
    },
    {
      "commit": "2327c5a87f88f6ea061adb3ced72b5c6d808a627",
      "tree": "c58e562051f9b7318d662e932c8e828805cc3310",
      "parents": [
        "0a6944753c68d0e7ef69d54d61c6d5d6f681c6e5"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:44:20 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:56:44 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  \"failures\"            -\u003e  “failures”\n  \"warnings\"            -\u003e  “warnings”\n  \"UnusedPrivateMethod\" -\u003e  “UnusedPrivateMethod”\n\nThe third is a PMD rule name that a reader may copy into a ruleset, so a\ncurly quote there is actively unhelpful. Writing \u0026quot; in the source\nkeeps them straight, which is the convention the already-converted pages\nin 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": "0a6944753c68d0e7ef69d54d61c6d5d6f681c6e5",
      "tree": "d6374311a14acaf19c74c1d4d9271d479129885e",
      "parents": [
        "9b29a0900d1a5ed74985c9a75804ff60064812e8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:15:11 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:23:42 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 \u003ca id\u003e anchors keep the existing deep links working. All 5\nstill resolve. Where an id was not a valid XML name, Doxia rewrote it at\nrender time via DoxiaUtils.encodeId; the anchors written here reproduce\nthat rendered form, not the raw attribute.\n\nVerified by building the site before and after and comparing the set of\nanchors the generated faq.html actually serves: every anchor present\nbefore is still present after, the \u003chead\u003e is byte-identical, and every\nlink target on the page 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": "9b29a0900d1a5ed74985c9a75804ff60064812e8",
      "tree": "d34de991df5ebbd637eafe87fa7c9c8704ac3f80",
      "parents": [
        "e4354537b3c72af416735861c8d2d36f6da41ea5"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:14:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:23:42 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": "e4354537b3c72af416735861c8d2d36f6da41ea5",
      "tree": "fd7a3dafb20d6880b23205bbae5044c7b5675921",
      "parents": [
        "8a5a6ec614528a987fcdc57715e0d8b0e5b17eb1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:57:21 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:20:01 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": "8a5a6ec614528a987fcdc57715e0d8b0e5b17eb1",
      "tree": "3395b2c9cffba7571383e4d46d3e04c8e557b7d8",
      "parents": [
        "6072c9e00072071531c6206e87f3f1cfe518eb6c"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:09 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:18:51 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": "6072c9e00072071531c6206e87f3f1cfe518eb6c",
      "tree": "6c36f285300ab49717145261b908485826c6ae41",
      "parents": [
        "b9ac712a75bcc7b12bb5dc6090a84662161ffc1b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:04 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:22:35 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n14 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- a reference APT rendered literally is escaped with ${esc.d}, which always\n  yields a literal dollar; a backslash only works when the reference itself\n  resolves\n\nVerified by building the site before and after and comparing every generated\npage: the visible text and the link targets are unchanged apart from\n\u003cb\u003e/\u003ci\u003e becoming \u003cstrong\u003e/\u003cem\u003e and quotes and ellipses in prose picking up\nthe Markdown module\u0027s typographic substitution.\n"
    },
    {
      "commit": "b9ac712a75bcc7b12bb5dc6090a84662161ffc1b",
      "tree": "891a623d624b56c33161646232b21624a44796ca",
      "parents": [
        "182dfe05eefef916ce06ce505a3ed85fdab098b0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:04 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:22:35 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": "182dfe05eefef916ce06ce505a3ed85fdab098b0",
      "tree": "cbe58f23ea1e7c174728c76307d69ccd2da7f3b4",
      "parents": [
        "6699430733f9b14aaa89685904a63081ad5eb84c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 11:02:45 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jul 15 21:22:47 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": "6699430733f9b14aaa89685904a63081ad5eb84c",
      "tree": "bfdcb61eb51d1a528c8c9c7cb452aecea5393040",
      "parents": [
        "95e481023cd7fde10e527ad80d67e8a67635c0a6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:51:45 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:51:45 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#715)\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": "95e481023cd7fde10e527ad80d67e8a67635c0a6",
      "tree": "6e72cbdf903fb71e226f18e3dc3a506c7df6d53a",
      "parents": [
        "707674b12ed414dfecb927a5f24b445779181f8a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:51:37 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:51:37 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#716)\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": "707674b12ed414dfecb927a5f24b445779181f8a",
      "tree": "05af8022c63886c19507d78647769df20d1e6584",
      "parents": [
        "ccdd0e788c89272816614986992a40ed87e830bc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:51:13 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:51:13 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#718)\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": "ccdd0e788c89272816614986992a40ed87e830bc",
      "tree": "53aa43826d906470728cdaede602ac8341d19e63",
      "parents": [
        "8389c282e1697f65e44810d4e7ba04d8c0956c4f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:18:25 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:18:25 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#713)\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": "8389c282e1697f65e44810d4e7ba04d8c0956c4f",
      "tree": "a951d0422b9f31490156c2038f3a085fbad4611f",
      "parents": [
        "f7c427a5349bd6edc96bfc1478b6127bdf7b9f0f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue May 19 08:02:23 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 19 08:02:23 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.15 to 3.9.16 (#710)\n\nBumps `mavenVersion` from 3.9.15 to 3.9.16.\n\nUpdates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.15 to 3.9.16\n\nUpdates `org.apache.maven:maven-model` from 3.9.15 to 3.9.16\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16)\n\nUpdates `org.apache.maven:maven-embedder` from 3.9.15 to 3.9.16\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.16\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.16\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.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-embedder\n  dependency-version: 3.9.16\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": "f7c427a5349bd6edc96bfc1478b6127bdf7b9f0f",
      "tree": "4a34e7be70900a833eeaa36fe933a438e7df1721",
      "parents": [
        "7984cb5faa450cd0562286f01d2b0e3030e93385"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun May 17 12:34:28 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 17 12:34:28 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#709)\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": "7984cb5faa450cd0562286f01d2b0e3030e93385",
      "tree": "92053ad83a3512975232675bc911fc0d2f8d4b08",
      "parents": [
        "2f90c8ddb5f7e162d1600aeb8552ea776994dee8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 24 09:31:06 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 24 09:31:06 2026 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#704)\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\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "2f90c8ddb5f7e162d1600aeb8552ea776994dee8",
      "tree": "a966a3bf209d29b5be723e6c6d34ad4abd7a0112",
      "parents": [
        "5ba497aa1c133ba8647a64439b25a4b50b5f3c62"
      ],
      "author": {
        "name": "UncleOwen",
        "email": "git@uncleowen.de",
        "time": "Tue Apr 21 23:40:11 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 21 23:40:11 2026 +0200"
      },
      "message": "Warn only once about deprecated rules. (#703)\n\n* Warn only once about deprecated rules.\n\nPmdAnalysis.create() already warns about deprecated rules. No need to load them twice, just to trigger the warning."
    },
    {
      "commit": "5ba497aa1c133ba8647a64439b25a4b50b5f3c62",
      "tree": "62417bfb697921e10cc9a2803f6a50e682235024",
      "parents": [
        "661a2f07cf888a76ed19cf5ff767ee3b73b6d233"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon Apr 20 14:08:45 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 20 14:08:45 2026 +0200"
      },
      "message": "Remove explicit version for Maven 4 build (#702)"
    },
    {
      "commit": "661a2f07cf888a76ed19cf5ff767ee3b73b6d233",
      "tree": "4f2f3216e2fbf904216c99b086975fcfac938dca",
      "parents": [
        "76a2fc6d0bc55673c5d55a1725eb9627f96f9e7f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Apr 18 12:53:12 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 12:53:12 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.14 to 3.9.15 (#701)\n\nBumps `mavenVersion` from 3.9.14 to 3.9.15.\n\nUpdates `org.apache.maven:maven-core` from 3.9.14 to 3.9.15\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.14 to 3.9.15\n\nUpdates `org.apache.maven:maven-model` from 3.9.14 to 3.9.15\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.14 to 3.9.15\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.14...maven-3.9.15)\n\nUpdates `org.apache.maven:maven-embedder` from 3.9.14 to 3.9.15\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.15\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.15\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.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-embedder\n  dependency-version: 3.9.15\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": "76a2fc6d0bc55673c5d55a1725eb9627f96f9e7f",
      "tree": "a8f0909625c218f9699c6d8e7470fb139f8238b9",
      "parents": [
        "7a39e96b20a1ec86ee6afeedd4d899b8c8dbc72a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 31 17:35:35 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 31 17:35:35 2026 +0200"
      },
      "message": "Bump pmdVersion from 7.22.0 to 7.23.0 (#699)\n\nBumps `pmdVersion` from 7.22.0 to 7.23.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.22.0 to 7.23.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.22.0...pmd_releases/7.23.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.22.0 to 7.23.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.22.0...pmd_releases/7.23.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.22.0 to 7.23.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.22.0...pmd_releases/7.23.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.22.0 to 7.23.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.22.0...pmd_releases/7.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.23.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.23.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.23.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.23.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": "7a39e96b20a1ec86ee6afeedd4d899b8c8dbc72a",
      "tree": "e828abf57b7c997b3ee798587b3b1c734cc3c667",
      "parents": [
        "1f3b17cecd32672413921a8ae1a17c02783e3f12"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 27 12:20:23 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 27 12:20:23 2026 +0100"
      },
      "message": "Bump doxiaVersion from 2.0.0 to 2.1.0 (#698)\n\nBumps `doxiaVersion` from 2.0.0 to 2.1.0.\n\nUpdates `org.apache.maven.doxia:doxia-sink-api` from 2.0.0 to 2.1.0\n- [Release notes](https://github.com/apache/maven-doxia/releases)\n- [Commits](https://github.com/apache/maven-doxia/compare/doxia-2.0.0...doxia-2.1.0)\n\nUpdates `org.apache.maven.doxia:doxia-core` from 2.0.0 to 2.1.0\n- [Release notes](https://github.com/apache/maven-doxia/releases)\n- [Commits](https://github.com/apache/maven-doxia/compare/doxia-2.0.0...doxia-2.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.doxia:doxia-sink-api\n  dependency-version: 2.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.maven.doxia:doxia-core\n  dependency-version: 2.1.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": "1f3b17cecd32672413921a8ae1a17c02783e3f12",
      "tree": "66b94f8c1b6d3b9fc3b48f5d5ca7659ed32d099d",
      "parents": [
        "25d18808ed0acb1022fab71afc9a011c0e35e04b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 18 17:27:07 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 18 17:27:07 2026 +0100"
      },
      "message": "Bump net.sourceforge.pmd:pmd-core from 7.21.0 to 7.22.0 (#695)\n\nBumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 7.21.0 to 7.22.0.\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.21.0...pmd_releases/7.22.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.22.0\n  dependency-type: direct:production\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": "25d18808ed0acb1022fab71afc9a011c0e35e04b",
      "tree": "3577a34797f856aea0abbc3b772a521f5e902ad9",
      "parents": [
        "341b6dee8535c132cb5b9bb37ff9101a81fb3306"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 16 17:50:32 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 16 17:50:32 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.12 to 3.9.14 (#697)\n\nBumps `mavenVersion` from 3.9.12 to 3.9.14.\n\nUpdates `org.apache.maven:maven-core` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-model` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.14\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14)\n\nUpdates `org.apache.maven:maven-embedder` from 3.9.12 to 3.9.14\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.14\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.14\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.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-embedder\n  dependency-version: 3.9.14\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": "341b6dee8535c132cb5b9bb37ff9101a81fb3306",
      "tree": "6621d0d47e40619bed01616a9171b75fd2365356",
      "parents": [
        "1653867605bbc3b5dd751ec2cc41983efb9427a7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Feb 24 15:32:56 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 24 15:32:56 2026 +0100"
      },
      "message": "Bump resolverVersion from 1.9.26 to 1.9.27 (#694)\n\nBumps `resolverVersion` from 1.9.26 to 1.9.27.\n\nUpdates `org.apache.maven.resolver:maven-resolver-api` from 1.9.26 to 1.9.27\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.26...maven-resolver-1.9.27)\n\nUpdates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.26 to 1.9.27\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.26...maven-resolver-1.9.27)\n\nUpdates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.26 to 1.9.27\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.26...maven-resolver-1.9.27)\n\nUpdates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.26 to 1.9.27\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.resolver:maven-resolver-api\n  dependency-version: 1.9.27\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-impl\n  dependency-version: 1.9.27\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic\n  dependency-version: 1.9.27\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http\n  dependency-version: 1.9.27\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": "1653867605bbc3b5dd751ec2cc41983efb9427a7",
      "tree": "961ea5c0b00fe9dc57507dee91b99627ca597d15",
      "parents": [
        "328f6e255ebf1a5cd7348d4ce63341d37a3d37ba"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Feb 17 18:54:58 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 17 18:54:58 2026 +0100"
      },
      "message": "Bump resolverVersion from 1.9.25 to 1.9.26 (#693)\n\nBumps `resolverVersion` from 1.9.25 to 1.9.26.\n\nUpdates `org.apache.maven.resolver:maven-resolver-api` from 1.9.25 to 1.9.26\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.25...maven-resolver-1.9.26)\n\nUpdates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.25 to 1.9.26\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.25...maven-resolver-1.9.26)\n\nUpdates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.25 to 1.9.26\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.25...maven-resolver-1.9.26)\n\nUpdates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.25 to 1.9.26\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.resolver:maven-resolver-api\n  dependency-version: 1.9.26\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-impl\n  dependency-version: 1.9.26\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic\n  dependency-version: 1.9.26\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http\n  dependency-version: 1.9.26\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": "328f6e255ebf1a5cd7348d4ce63341d37a3d37ba",
      "tree": "74d8c0f40d301da9fa5f778638a6eb51375f6467",
      "parents": [
        "fa4b9329419e607e1cc2794b730785141145346d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 09 14:41:35 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:41:35 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#692)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.5.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": "fa4b9329419e607e1cc2794b730785141145346d",
      "tree": "9d5853eb7a706ab45553909e33b648ac78e8d7d5",
      "parents": [
        "f961434f7a9d58a3aa0fcb46738b67d40257747f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jan 30 20:59:16 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 30 20:59:16 2026 +0100"
      },
      "message": "Bump pmdVersion from 7.20.0 to 7.21.0 (#691)\n\nBumps `pmdVersion` from 7.20.0 to 7.21.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.20.0 to 7.21.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.20.0...pmd_releases/7.21.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.20.0 to 7.21.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.20.0...pmd_releases/7.21.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.20.0 to 7.21.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.20.0...pmd_releases/7.21.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.20.0 to 7.21.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.20.0...pmd_releases/7.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.21.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": "f961434f7a9d58a3aa0fcb46738b67d40257747f",
      "tree": "b2a9cc02bbf0365abaf90f36bd17f35dbb86e27a",
      "parents": [
        "63edbcf86f3e3e0383997537c75296723e0181aa"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 19 15:46:08 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 19 15:46:08 2026 +0100"
      },
      "message": "Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#690)\n\nBumps [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.26 to 1.27.\n- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)\n- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-1.26...animal-sniffer-1.27)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin\n  dependency-version: \u00271.27\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": "63edbcf86f3e3e0383997537c75296723e0181aa",
      "tree": "36f059179af42e69406012d18fc2aee13eda5234",
      "parents": [
        "e5fe58ed11f91850e1d20b6643b6dbe99d5c08cd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 13 17:50:48 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 17:50:48 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#689)\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": "e5fe58ed11f91850e1d20b6643b6dbe99d5c08cd",
      "tree": "2a7ae5a547888dace753f2f69e4104ca248606c7",
      "parents": [
        "d2fc199fd816e7ac0a69a6d80d92482ed6d4dc73"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jan 12 10:44:55 2026 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 10:44:55 2026 -0500"
      },
      "message": "Remove redundant local variables (#687)\n\n"
    },
    {
      "commit": "d2fc199fd816e7ac0a69a6d80d92482ed6d4dc73",
      "tree": "672d2f421f66ccd1c649fbc237bedaef7eeb01e6",
      "parents": [
        "05cc9d7a7c6fb979446bf5a158acfa513a47c6e8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 16:26:40 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 16:26:40 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#688)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.5.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": "05cc9d7a7c6fb979446bf5a158acfa513a47c6e8",
      "tree": "f7bfad90da3c2337db11305bc655a6a4eb9245eb",
      "parents": [
        "ffd69fadf183a5b764ceb76c19a8cbebcfea41f3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 18:07:26 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 18:07:26 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#686)\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": "ffd69fadf183a5b764ceb76c19a8cbebcfea41f3",
      "tree": "6ef2e1404e473d3c24178fd8a7f46f6c329328e0",
      "parents": [
        "96a03bcbbe41db04c5c432832f893849168b9ad3"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jan 01 17:06:43 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 01 18:06:43 2026 +0100"
      },
      "message": "Grammar nits (#684)\n\n"
    },
    {
      "commit": "96a03bcbbe41db04c5c432832f893849168b9ad3",
      "tree": "2b6f3077057eee95494cffb58eb33b7c7442bf77",
      "parents": [
        "0b908229b1b4453107e0bca028094151abe5d52a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jan 01 17:04:37 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 01 18:04:37 2026 +0100"
      },
      "message": "Fix Javadoc issues per Oracle conventions (#685)\n\n"
    },
    {
      "commit": "0b908229b1b4453107e0bca028094151abe5d52a",
      "tree": "4b4e5a140817bce5eb6cc5bea087d49680b44c9b",
      "parents": [
        "6f049b7950f2157d0d11093ae943b70a8049764a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 31 17:44:00 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 31 17:44:00 2025 +0100"
      },
      "message": "Bump pmdVersion from 7.19.0 to 7.20.0 (#683)\n\nBumps `pmdVersion` from 7.19.0 to 7.20.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.19.0 to 7.20.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.19.0...pmd_releases/7.20.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.19.0 to 7.20.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.19.0...pmd_releases/7.20.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.19.0 to 7.20.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.19.0...pmd_releases/7.20.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.19.0 to 7.20.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.19.0...pmd_releases/7.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.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": "6f049b7950f2157d0d11093ae943b70a8049764a",
      "tree": "a9213c90d90b74e5df8ee2353ed8a9ab8d89f724",
      "parents": [
        "543f71f9d858d877c92026331f5f5a341039770c"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Sat Dec 20 07:46:03 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 20 07:46:03 2025 +0000"
      },
      "message": "chore: migrate junit 3/4 tests to junit 5 (#675)\n\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "543f71f9d858d877c92026331f5f5a341039770c",
      "tree": "6362a0acacec0b4d72b4d8787c5a369793a0d24c",
      "parents": [
        "ccc635b8aa8014084f4658a4d6664a30ab47fb52"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Dec 18 17:35:34 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 18 17:35:34 2025 +0100"
      },
      "message": "Bump resolverVersion from 1.9.24 to 1.9.25 (#681)\n\nBumps `resolverVersion` from 1.9.24 to 1.9.25.\n\nUpdates `org.apache.maven.resolver:maven-resolver-api` from 1.9.24 to 1.9.25\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.24...maven-resolver-1.9.25)\n\nUpdates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.24 to 1.9.25\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.24...maven-resolver-1.9.25)\n\nUpdates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.24 to 1.9.25\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.24...maven-resolver-1.9.25)\n\nUpdates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.24 to 1.9.25\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.resolver:maven-resolver-api\n  dependency-version: 1.9.25\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-impl\n  dependency-version: 1.9.25\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic\n  dependency-version: 1.9.25\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http\n  dependency-version: 1.9.25\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": "ccc635b8aa8014084f4658a4d6664a30ab47fb52",
      "tree": "e72999589c900685b52b69e4e11a4cc82fe80eef",
      "parents": [
        "98fb2bafb27d0fcdc452a370b4f57b0b6d506960"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 17 18:43:22 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 17 18:43:22 2025 +0100"
      },
      "message": "Bump mavenVersion from 3.9.11 to 3.9.12 (#682)\n\nBumps `mavenVersion` 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-artifact` 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-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-embedder` from 3.9.11 to 3.9.12\n\n---\nupdated-dependencies:\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-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-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-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-embedder\n  dependency-version: 3.9.12\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": "98fb2bafb27d0fcdc452a370b4f57b0b6d506960",
      "tree": "5cb84236826a7bf5445d5be8df9ea9f7b337ff87",
      "parents": [
        "49a7a9df2d9592ad5745c63d4cfb8bb265efa104"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Dec 10 07:49:41 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 10 07:49:41 2025 +0100"
      },
      "message": "Ignore false positives \"unused\" dependencies (#678)\n\ncloses #672"
    },
    {
      "commit": "49a7a9df2d9592ad5745c63d4cfb8bb265efa104",
      "tree": "0f62e4948e13a425400fb510f93e345f0de0b21b",
      "parents": [
        "231e049ef7a901c2fbe0e3e9ea69a7fde6d4c594"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Dec 02 12:47:47 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 02 12:47:47 2025 +0100"
      },
      "message": "Bump pmdVersion from 7.18.0 to 7.19.0 (#679)\n\nBumps `pmdVersion` from 7.18.0 to 7.19.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.18.0 to 7.19.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.18.0...pmd_releases/7.19.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.18.0 to 7.19.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.18.0...pmd_releases/7.19.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.18.0 to 7.19.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.18.0...pmd_releases/7.19.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.18.0 to 7.19.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.18.0...pmd_releases/7.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.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\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "231e049ef7a901c2fbe0e3e9ea69a7fde6d4c594",
      "tree": "3abf18dac947551af171969e4abad687c629b801",
      "parents": [
        "c07b097990cb260c5447d4ae4ac44bf8a5cb4b68"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Nov 29 19:20:56 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 29 19:20:56 2025 +0100"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#677)\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: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": "c07b097990cb260c5447d4ae4ac44bf8a5cb4b68",
      "tree": "3020d272f054303020e6fecd6090c069d71e322d",
      "parents": [
        "5ad66ddd2313caa8ce710b2a87d0463c10589c86"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 01:21:03 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 01:46:13 2025 +0100"
      },
      "message": "Works with 4.0.0 rc4\n"
    },
    {
      "commit": "5ad66ddd2313caa8ce710b2a87d0463c10589c86",
      "tree": "1e5797d922630507f4e6ede1150aeb22c160999e",
      "parents": [
        "6d5aa1d06fd6a4f7d8aa33ea7f20ee196cea9559"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 17:06:42 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 10 17:06:42 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (#674)\n\nBumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.0.0 to 1.1.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-i18n/compare/plexus-i18n-1.0.0...plexus-i18n-1.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-i18n\n  dependency-version: 1.1.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": "6d5aa1d06fd6a4f7d8aa33ea7f20ee196cea9559",
      "tree": "2e6f011aebe01f1c9e9ee5269d42f48358d05844",
      "parents": [
        "c0063a43ed6a0a1bba01d088f8f197bebe529fd5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 17:06:24 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 10 17:06:24 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#673)\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\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c0063a43ed6a0a1bba01d088f8f197bebe529fd5",
      "tree": "53c7e269de67f1ef086f853c652c8455ba94b8eb",
      "parents": [
        "f17cae0106fda25f32581a67ced4fd67315dad6f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 04 02:50:17 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 04 02:50:17 2025 +0100"
      },
      "message": "`PlexusFileUtils` Refaster recipes (#669)\n\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "f17cae0106fda25f32581a67ced4fd67315dad6f",
      "tree": "f3f487d91060f1d120068e1fa6bcb989e4618f7c",
      "parents": [
        "2b725a17e2a92281b6b7d34072f6c66afc6ef751"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 04 02:46:48 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 04 02:46:48 2025 +0100"
      },
      "message": "`PlexusStringUtils` Refaster recipes (#670)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "2b725a17e2a92281b6b7d34072f6c66afc6ef751",
      "tree": "18d435f8a0a47184c42d8f471915869752737906",
      "parents": [
        "ffe61bbfdc0002aaf0987dc305ad67e1be68a424"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Oct 31 12:47:40 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 31 12:47:40 2025 +0100"
      },
      "message": "Bump pmdVersion from 7.17.0 to 7.18.0 (#666)\n\nBumps `pmdVersion` from 7.17.0 to 7.18.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.17.0 to 7.18.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.17.0...pmd_releases/7.18.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.17.0 to 7.18.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.17.0...pmd_releases/7.18.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.17.0 to 7.18.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.17.0...pmd_releases/7.18.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.17.0 to 7.18.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.17.0...pmd_releases/7.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.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": "ffe61bbfdc0002aaf0987dc305ad67e1be68a424",
      "tree": "43181741875a9b42e2962f445981fa18705a92af",
      "parents": [
        "aca1c0d21f2714bf0507812a900b56a3b55a9f33"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 09 11:04:28 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 10 20:55:48 2025 +0200"
      },
      "message": "Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26\n\nBumps [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.24 to 1.26.\n- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)\n- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-1.24...animal-sniffer-1.26)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin\n  dependency-version: \u00271.26\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": "aca1c0d21f2714bf0507812a900b56a3b55a9f33",
      "tree": "11cc65e797f5d15708a007453946dc79b1a23d5f",
      "parents": [
        "f152a3a9c284aa53ea9c7ce90553917fd9975358"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Oct 07 07:57:06 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Oct 07 07:57:06 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "f152a3a9c284aa53ea9c7ce90553917fd9975358",
      "tree": "cda23e476fcf33106a270fad8ed2484bc083becf",
      "parents": [
        "0678fd1745e49d9953f661699683568a9adfd0a1"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Oct 07 07:56:57 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Oct 07 07:56:57 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-pmd-plugin-3.28.0\n"
    },
    {
      "commit": "0678fd1745e49d9953f661699683568a9adfd0a1",
      "tree": "5279b0640b8f77f904ee630b57cfa6d1a65f6ae5",
      "parents": [
        "41d5069a387acb232cf562b3f7a025b08a268888"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Oct 06 23:33:24 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Oct 07 00:06:56 2025 +0200"
      },
      "message": "Update historical PMD version in docs\n"
    },
    {
      "commit": "41d5069a387acb232cf562b3f7a025b08a268888",
      "tree": "fb9fafa855992f1e30a34a41a8be6265bc8f8e19",
      "parents": [
        "3ef805b36e7ab454ed4e4fefc7d81ec804b4a9e4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 06 08:32:19 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 06 08:32:19 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.8.1 to 3.18.0 in ITs (#648)\n\n* Bump org.apache.commons:commons-lang3\n\nBumps org.apache.commons:commons-lang3 from 3.8.1 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...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* fix tests\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "3ef805b36e7ab454ed4e4fefc7d81ec804b4a9e4",
      "tree": "82d96ecae0d18a5d421b3a0b6f806eeadd647b27",
      "parents": [
        "592d703ba4df69a9c2c3f6ff35b3eec9cbc0c0f9"
      ],
      "author": {
        "name": "Tim Peeters",
        "email": "timpeeters@users.noreply.github.com",
        "time": "Mon Oct 06 07:44:55 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 06 07:44:55 2025 +0200"
      },
      "message": "Bump pmdVersion from 7.16.0 to 7.17.0\n\n* Bump pmdVersion from 7.16.0 to 7.17.0\n\nBumps `pmdVersion` from 7.16.0 to 7.17.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.16.0 to 7.17.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.16.0...pmd_releases/7.17.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.16.0 to 7.17.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.16.0...pmd_releases/7.17.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.16.0 to 7.17.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.16.0...pmd_releases/7.17.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.16.0 to 7.17.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.16.0...pmd_releases/7.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Replace UselessOperationOnImmutable with UselessPureMethodCall\n\n* Fix broken tests (UnusedFormalParameter ignores public constructors now).\n\n* Bump maven-invoker-plugin.\n\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": "592d703ba4df69a9c2c3f6ff35b3eec9cbc0c0f9",
      "tree": "404f61099bc8d10aa5d3222a5bd7b1eb62e75892",
      "parents": [
        "ced9373304941f0b171377f52043748513c3b5e9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Oct 02 22:00:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 02 22:00:34 2025 +0200"
      },
      "message": "Add hacktoberfest label to project"
    },
    {
      "commit": "ced9373304941f0b171377f52043748513c3b5e9",
      "tree": "593948f0c480bb9dcd1929d075416312c5192a9f",
      "parents": [
        "3cf5bc12c44e548b6a43a49b5c32dd628b7646df"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 25 15:46:31 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 25 15:46:31 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (#658)\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: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": "3cf5bc12c44e548b6a43a49b5c32dd628b7646df",
      "tree": "62a97e101080dd2e97c920484df85e31bbeb9f39",
      "parents": [
        "9077c3b0386bb04a1895cbd9eaa65518a83f647f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Aug 27 19:06:48 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 27 19:06:48 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-resources from 1.3.0 to 1.3.1 (#654)\n\nBumps [org.codehaus.plexus:plexus-resources](https://github.com/codehaus-plexus/plexus-resources) from 1.3.0 to 1.3.1.\n- [Release notes](https://github.com/codehaus-plexus/plexus-resources/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-resources/compare/plexus-resources-1.3.0...plexus-resources-1.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-resources\n  dependency-version: 1.3.1\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": "9077c3b0386bb04a1895cbd9eaa65518a83f647f",
      "tree": "434fc90d583606f3d482c99037916086f046a08f",
      "parents": [
        "12ed57a181da37f2c6c032d24146d5ac026b832b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Aug 27 19:05:44 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 27 19:05:44 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#655)\n\nBumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.0-beta-10 to 1.0.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-i18n/commits/plexus-i18n-1.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-i18n\n  dependency-version: 1.0.0\n  dependency-type: direct:production\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": "12ed57a181da37f2c6c032d24146d5ac026b832b",
      "tree": "da7cdde9723da2ac284c9150c5c0a51f487bee42",
      "parents": [
        "fff2b951e79d671a3119ffa8c62a4d24a7faeada"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Thu Aug 14 07:34:14 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 14 07:34:14 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules (#653)\n\nalso:\n- refactor deprected config\n- remove unnecessary jira config\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "fff2b951e79d671a3119ffa8c62a4d24a7faeada",
      "tree": "c75d989c5411cc2ffd768341942b3fc65217e2b1",
      "parents": [
        "c17d8d70b56d6a152738e42824934af529819e2d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 25 15:22:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 25 15:22:36 2025 +0200"
      },
      "message": "Bump pmdVersion from 7.15.0 to 7.16.0 (#652)\n\nBumps `pmdVersion` from 7.15.0 to 7.16.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.15.0 to 7.16.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.15.0...pmd_releases/7.16.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.15.0 to 7.16.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.15.0...pmd_releases/7.16.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.15.0 to 7.16.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.15.0...pmd_releases/7.16.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.15.0 to 7.16.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.15.0...pmd_releases/7.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.16.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.16.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.16.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.16.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": "c17d8d70b56d6a152738e42824934af529819e2d",
      "tree": "0eef218f04e4ff4be2e1ee7316c22ab9e1fcb88b",
      "parents": [
        "ab5731c2ae3073ed8ddda552d4ee988e8df54e7c"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Tue Jul 22 10:36:13 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 22 17:36:13 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#650)\n\n"
    },
    {
      "commit": "ab5731c2ae3073ed8ddda552d4ee988e8df54e7c",
      "tree": "6edbda22eb6b21e07fde0968df042a6d474b05bc",
      "parents": [
        "8700ed551f923c3540761ea4773384499b0d500c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 19:43:04 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 21 19:43:04 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#651)\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": "8700ed551f923c3540761ea4773384499b0d500c",
      "tree": "841c873e6821b019b3ed93d99cb4ef08103c16bb",
      "parents": [
        "923bb0b2474c14213affec4fb0b8cb35b66b57f9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 16 11:51:22 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 16 20:57:37 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.9.10 to 3.9.11\n\nBumps `mavenVersion` from 3.9.10 to 3.9.11.\n\nUpdates `org.apache.maven:maven-core` from 3.9.10 to 3.9.11\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.11\n\nUpdates `org.apache.maven:maven-model` from 3.9.10 to 3.9.11\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.10 to 3.9.11\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.10...maven-3.9.11)\n\nUpdates `org.apache.maven:maven-embedder` from 3.9.10 to 3.9.11\n\n---\nupdated-dependencies:\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-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-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-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-embedder\n  dependency-version: 3.9.11\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "923bb0b2474c14213affec4fb0b8cb35b66b57f9",
      "tree": "2b65a2113400fc8621c8c4699d41fa8a044e776a",
      "parents": [
        "cc417a8607be3a33e784456301e1018da9664a66"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 10 15:47:18 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 10 15:47:18 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#647)\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: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": "cc417a8607be3a33e784456301e1018da9664a66",
      "tree": "3fb0668d55ad64d599028feda7347e2bd9297d0a",
      "parents": [
        "a26684351cae01fef9284308e1a8a4b214c30304"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 08 06:31:19 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 08 06:31:19 2025 +0200"
      },
      "message": "Bump resolverVersion from 1.9.23 to 1.9.24 (#644)\n\nBumps `resolverVersion` from 1.9.23 to 1.9.24.\n\nUpdates `org.apache.maven.resolver:maven-resolver-api` from 1.9.23 to 1.9.24\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.23...maven-resolver-1.9.24)\n\nUpdates `org.apache.maven.resolver:maven-resolver-impl` from 1.9.23 to 1.9.24\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.23...maven-resolver-1.9.24)\n\nUpdates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.23 to 1.9.24\n- [Release notes](https://github.com/apache/maven-resolver/releases)\n- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.23...maven-resolver-1.9.24)\n\nUpdates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.23 to 1.9.24\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.resolver:maven-resolver-api\n  dependency-version: 1.9.24\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-impl\n  dependency-version: 1.9.24\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic\n  dependency-version: 1.9.24\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http\n  dependency-version: 1.9.24\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": "a26684351cae01fef9284308e1a8a4b214c30304",
      "tree": "82861855efdaddaff32a751efab05f6b3f9d1259",
      "parents": [
        "c0d4ef222a0a1cb781a91cbd53918b4505a4442a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jul 07 08:53:09 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 07 12:53:09 2025 +0000"
      },
      "message": "Document that excludes takes priority over includes (#645)\n\n"
    },
    {
      "commit": "c0d4ef222a0a1cb781a91cbd53918b4505a4442a",
      "tree": "d9d84180cb4872a207d1991b51624737d891b055",
      "parents": [
        "2bc568204d3e01162dc38e35976c029e85a9785c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jul 05 14:58:35 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 05 18:58:35 2025 +0000"
      },
      "message": "Prefer JDK built-in methods for string joining (#646)\n\n"
    },
    {
      "commit": "2bc568204d3e01162dc38e35976c029e85a9785c",
      "tree": "850aa6941375673366995790ad12476a57d9612a",
      "parents": [
        "8f15d77ad09981f10c91e756d4bbf1a14ee9b5db"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jul 05 08:36:49 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 05 12:36:49 2025 +0000"
      },
      "message": "[MPMD-412] More specific catch blocks (#642)\n\n* [MPMD-412] More specific catch blocks\n* remove debugging stacktrace\n* better TODO"
    },
    {
      "commit": "8f15d77ad09981f10c91e756d4bbf1a14ee9b5db",
      "tree": "687f94846480e7b8176d3f55f93110ecd76f5b5b",
      "parents": [
        "38809c67a837eb8c97cd45ef7efbddfd83cc1aec"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 27 11:52:19 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:16:08 2025 +0200"
      },
      "message": "Bump pmdVersion from 7.14.0 to 7.15.0\n\nBumps `pmdVersion` from 7.14.0 to 7.15.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.14.0 to 7.15.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.14.0...pmd_releases/7.15.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.14.0 to 7.15.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.14.0...pmd_releases/7.15.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.14.0 to 7.15.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.14.0...pmd_releases/7.15.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.14.0 to 7.15.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.14.0...pmd_releases/7.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.15.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.15.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.15.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.15.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": "38809c67a837eb8c97cd45ef7efbddfd83cc1aec",
      "tree": "248dee89ab242a5989568fb86b419da86b381170",
      "parents": [
        "ac2291d1bfb6061091a4c2e67736f5320e727253"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 21 20:48:21 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 21 20:48:21 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "ac2291d1bfb6061091a4c2e67736f5320e727253",
      "tree": "5b33eb5446870158fca359feddf8d979bd0f00c6",
      "parents": [
        "156596e15950e707d906ed8a146855755b804c2c"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 21 20:48:12 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jun 21 20:48:12 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-pmd-plugin-3.27.0\n"
    },
    {
      "commit": "156596e15950e707d906ed8a146855755b804c2c",
      "tree": "1902fd939db3e16a021a1e114d1b44d7697d4186",
      "parents": [
        "897483c77ce33229cc0d1515c7b2f196cbe5a643"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 17 16:46:18 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 18 22:08:49 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 44 to 45\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 44 to 45.\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: \u002745\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": "897483c77ce33229cc0d1515c7b2f196cbe5a643",
      "tree": "4714da9e9d4ab74072568c984a4474e36499dde8",
      "parents": [
        "77e0956d88008c84ebb4bee82eff43915eace719"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 19:44:17 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 18 19:44:17 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.6.3 to 3.9.10 (#641)\n\n* Bump mavenVersion from 3.6.3 to 3.9.10\n\nBumps `mavenVersion` from 3.6.3 to 3.9.10.\n\nUpdates `org.apache.maven:maven-core` from 3.6.3 to 3.9.10\n\nUpdates `org.apache.maven:maven-artifact` from 3.6.3 to 3.9.10\n\nUpdates `org.apache.maven:maven-model` from 3.6.3 to 3.9.10\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.6.3 to 3.9.10\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.9.10)\n\nUpdates `org.apache.maven:maven-embedder` from 3.6.3 to 3.9.10\n\n---\nupdated-dependencies:\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-minor\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-minor\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-minor\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-minor\n- dependency-name: org.apache.maven:maven-embedder\n  dependency-version: 3.9.10\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Align a resolver version with Maven\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "77e0956d88008c84ebb4bee82eff43915eace719",
      "tree": "2a2dbacf907d8d36baddff1202ba0babbb66ca11",
      "parents": [
        "ba13018434fc13e84b0521c68f5cd7cf94602e85"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 18 00:38:01 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 18 00:38:01 2025 +0200"
      },
      "message": "Use RESOLVED_VERSION in tag-template\n"
    },
    {
      "commit": "ba13018434fc13e84b0521c68f5cd7cf94602e85",
      "tree": "dce4136778e03e0b2d8245ef38d97ae853877c60",
      "parents": [
        "2714d4e1fe12ff756c5d8fd26cef0a22740515d9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jun 17 18:53:14 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 18 00:18:59 2025 +0200"
      },
      "message": "Use constant 3.6.3 in prerequisites/maven as minimal Maven version\n\nIt will allow declaring a newer version of Maven dependencies in the project.\n"
    },
    {
      "commit": "2714d4e1fe12ff756c5d8fd26cef0a22740515d9",
      "tree": "12ccb3bb3fb87b0a34095c4649fb2b0a4bc792eb",
      "parents": [
        "1dc5ad6935edc4edc454997bcc08d9a8c7f13dc8"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Jun 17 06:41:46 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 17 06:41:46 2025 +0200"
      },
      "message": "Documentation: Excludes should be placed in pluginManagement (#637 / #638)\n\n"
    },
    {
      "commit": "1dc5ad6935edc4edc454997bcc08d9a8c7f13dc8",
      "tree": "9040a9b4bbe69a4a4cdcf9ebd94b6e2214579ee5",
      "parents": [
        "04894a5c33feac6ed398adbc8d5e6b8bcd325d96"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Sun Jun 15 10:34:04 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 15 10:34:04 2025 +0200"
      },
      "message": "remove jira link (#636)\n\n"
    },
    {
      "commit": "04894a5c33feac6ed398adbc8d5e6b8bcd325d96",
      "tree": "b6f8f5d8937441301d269a806cead883e9e7f423",
      "parents": [
        "b9605ec7b67daf1749a5b4783f2412322e6e578d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jun 12 11:15:02 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 12 11:15:02 2025 +0000"
      },
      "message": "[MPMD-412] Simplify stub setup by not swallowing exceptions (#226)\n\n* Simplify stub setup by not swallowing exceptions\n"
    },
    {
      "commit": "b9605ec7b67daf1749a5b4783f2412322e6e578d",
      "tree": "623690046b869ebe786ad32b3bc5622aa8c66ddc",
      "parents": [
        "7ac47acdea61a1265f051346de8deab8a87b67c0"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jun 10 19:41:21 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 11 20:11:18 2025 +0200"
      },
      "message": "Use maven-embedder in test scope\n\n- maven-embedder is only used in tests.\n- simple code cleanups, prepare to remove maven-embedder completely\n"
    },
    {
      "commit": "7ac47acdea61a1265f051346de8deab8a87b67c0",
      "tree": "b94486cb0badeeb2d2a9178a658df438ff9c27a9",
      "parents": [
        "f8b55fda6a6075c9ac937986ebe81d4825d0fc4f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Jun 10 16:04:01 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 10 16:04:01 2025 +0000"
      },
      "message": "Ignore the .vscdoe directory in git (#227)\n\n"
    },
    {
      "commit": "f8b55fda6a6075c9ac937986ebe81d4825d0fc4f",
      "tree": "eaa00300feba628ccf4e60fa3d39b6eca050b5d1",
      "parents": [
        "bceafe33b3e979926110a8147e1941ce277a21ca"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 07 13:19:51 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 07 13:19:51 2025 +0000"
      },
      "message": "Clarify and simplify isDirectoryExcluded (#222)\n\n* simplify excluded check\n* rewrite exception message"
    },
    {
      "commit": "bceafe33b3e979926110a8147e1941ce277a21ca",
      "tree": "1ad4f1d3293978330b1cc4478f939cdc081e3b0f",
      "parents": [
        "e2228d811df2a46a45c9d9c8ead774472b306f29"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 07 12:51:48 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 07 12:51:48 2025 +0000"
      },
      "message": "avoid single letter variable names (#225)\n\n"
    },
    {
      "commit": "e2228d811df2a46a45c9d9c8ead774472b306f29",
      "tree": "7c4023b3a5d0e8fad26be7765213eb2c4af37db1",
      "parents": [
        "fd786e565e6ff8bb9fefa4683860aaa239fc5bd3"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 07 12:51:23 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 07 12:51:23 2025 +0000"
      },
      "message": "fix return type of getFilesToProcess in Javadoc (#223)\n\n"
    },
    {
      "commit": "fd786e565e6ff8bb9fefa4683860aaa239fc5bd3",
      "tree": "d1f1344284061d50c6e952940c23510b7bc19db2",
      "parents": [
        "0c337aa346d1d59c964b234322b6168525e2aca0"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 07 11:55:58 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 07 11:55:58 2025 +0000"
      },
      "message": "small parameter documentation improvement (#221)\n\n"
    },
    {
      "commit": "0c337aa346d1d59c964b234322b6168525e2aca0",
      "tree": "d5fdd188fb12da7cf18eb4cda9b3b5fc25e1e6ee",
      "parents": [
        "96fc13d2002d809caee3cf24af1699a965758caa"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 07 11:38:22 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 07 11:38:22 2025 +0000"
      },
      "message": "Clean up some Javadoc comments (#219)\n\n"
    },
    {
      "commit": "96fc13d2002d809caee3cf24af1699a965758caa",
      "tree": "403dc46d77d55c80c427e8336b1ca3cb6b3f9dcb",
      "parents": [
        "a93483167c182bf0062c67cd668c041c4715fc32"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Jun 06 10:20:18 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 06 10:20:18 2025 +0000"
      },
      "message": "Declare used dependency on org.apache.maven.reporting:maven-reporting… (#215)\n\n* Declare used dependency on org.apache.maven.reporting:maven-reporting-api:4.0.0\n"
    },
    {
      "commit": "a93483167c182bf0062c67cd668c041c4715fc32",
      "tree": "a328c87d3a08acf942cb2ce1fcdf54e587fd405e",
      "parents": [
        "1366b7ca899e188757ef24ae18a5f1ca7e553cd2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jun 03 23:28:33 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jun 05 20:51:43 2025 +0200"
      },
      "message": "Replace manually maintained release notes by link to GitHub\n"
    },
    {
      "commit": "1366b7ca899e188757ef24ae18a5f1ca7e553cd2",
      "tree": "7d3212fbdae9b8d8b5b56731a13c1fde6598bd16",
      "parents": [
        "5da97a58d8323dab2102a831522d818be93ed985"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jun 05 15:00:08 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 05 15:00:08 2025 +0000"
      },
      "message": "Buffer the writers (#218)\n\n* Buffer the writers\n* Reproduce original exceptions"
    },
    {
      "commit": "5da97a58d8323dab2102a831522d818be93ed985",
      "tree": "ab160339c79405ef02acb69e87f46ccd1010b99c",
      "parents": [
        "29543178ae61cd678fb1b869b33b63a4a5b7f602"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 05 14:32:35 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 05 14:32:35 2025 +0200"
      },
      "message": "Bump pmdVersion from 7.12.0 to 7.14.0 (#213)\n\n* Bump pmdVersion from 7.12.0 to 7.14.0\n\nBumps `pmdVersion` from 7.12.0 to 7.14.0.\n\nUpdates `net.sourceforge.pmd:pmd-core` from 7.12.0 to 7.14.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.12.0...pmd_releases/7.14.0)\n\nUpdates `net.sourceforge.pmd:pmd-java` from 7.12.0 to 7.14.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.12.0...pmd_releases/7.14.0)\n\nUpdates `net.sourceforge.pmd:pmd-javascript` from 7.12.0 to 7.14.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.12.0...pmd_releases/7.14.0)\n\nUpdates `net.sourceforge.pmd:pmd-jsp` from 7.12.0 to 7.14.0\n- [Release notes](https://github.com/pmd/pmd/releases)\n- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)\n- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.12.0...pmd_releases/7.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: net.sourceforge.pmd:pmd-core\n  dependency-version: 7.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-java\n  dependency-version: 7.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-javascript\n  dependency-version: 7.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: net.sourceforge.pmd:pmd-jsp\n  dependency-version: 7.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Fix test\n\n* update docs\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "29543178ae61cd678fb1b869b33b63a4a5b7f602",
      "tree": "d344938c06d4bfdaee1ba67c481a51dbc4bc0d3c",
      "parents": [
        "aca73a58967da09378cddc0c6ae10b09c7132dfb"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat May 31 09:22:04 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 31 09:22:04 2025 +0200"
      },
      "message": "Allow plugin execute with Maven 4 (#209)\n\n* Allow building ITs by Maven 4\n\n* Drop manual configuration of slf4j by Maven3 classes"
    },
    {
      "commit": "aca73a58967da09378cddc0c6ae10b09c7132dfb",
      "tree": "fb36cffe048a77d6c25068af60f9a123edc8c69e",
      "parents": [
        "6cd4f55e31a92910b1c1959414dc1b0963d3fe66"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 26 23:43:28 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu May 29 23:57:41 2025 +0200"
      },
      "message": "Get rid of maven-artifact-transfer and other legacy stuff\n\n- use resolver API for resolving dependencies\n\n- introduce ConfigurationService\n  as util where we will be able to move the methods needed\n  for preparing configuration for PMDExecutor\n"
    },
    {
      "commit": "6cd4f55e31a92910b1c1959414dc1b0963d3fe66",
      "tree": "4a62384ad99b20a7b1b0ca205a721a8e3e1b57a4",
      "parents": [
        "342adcbe75ff1e67c96287c7be25367e1c3af2c8"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri May 23 22:56:55 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 23 22:56:55 2025 +0200"
      },
      "message": "Introduce service executors for CPD, PMD executors (#206)\n\n* Introduce service executors for Cpd, Pdm executors\n\nStandard mojos and reports have different parent classes,\nso we need to extract tasks which both will execute.\n\nWe cannot use one abstract for both.\n\n* fix logger\n\nCo-authored-by: Andreas Dangel \u003candreas.dangel@adangel.org\u003e\n\n---------\n\nCo-authored-by: Andreas Dangel \u003candreas.dangel@adangel.org\u003e"
    },
    {
      "commit": "342adcbe75ff1e67c96287c7be25367e1c3af2c8",
      "tree": "fab0a8515d6171faefb2e1ba57d4917cd752a61d",
      "parents": [
        "5ae73cc7d91ddc70a8ea8fb0d037dbf25ad4a38b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu May 22 22:22:50 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri May 23 21:55:39 2025 +0200"
      },
      "message": "Upgrade PR template for GitHub issues\n"
    },
    {
      "commit": "5ae73cc7d91ddc70a8ea8fb0d037dbf25ad4a38b",
      "tree": "2e99ab73ee3b130eb465c6aed28aa1f3895a17ca",
      "parents": [
        "fd1fd9c1221514d5e17c771b5c766876df9e057c"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue May 20 21:41:11 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu May 22 22:05:51 2025 +0200"
      },
      "message": "Update site descriptor to 2.0\n"
    },
    {
      "commit": "fd1fd9c1221514d5e17c771b5c766876df9e057c",
      "tree": "692d8b9f99e50a0b3b587e84c96c4dd2eb7d5d2d",
      "parents": [
        "bbee6897a569b1cf2907bc6fa26bef85154ae2d2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat May 17 17:48:28 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue May 20 18:38:58 2025 +0200"
      },
      "message": "Use shared release-drafter action\n"
    },
    {
      "commit": "bbee6897a569b1cf2907bc6fa26bef85154ae2d2",
      "tree": "f0b5f77740860b258b2d48484f25c76121ae549c",
      "parents": [
        "ee9de92d807e30880494e6ddb56aae0ef4ad1028"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu May 01 17:16:40 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 01 17:16:40 2025 +0000"
      },
      "message": "Fix failed tests in CPD reports that were hidden by overly broad catch clauses (#192)\n\n* fix CPD tests\n* fix exception that should be thrown\n"
    },
    {
      "commit": "ee9de92d807e30880494e6ddb56aae0ef4ad1028",
      "tree": "700f0b3dbdd4617f23000e4a336a96d9b1a57251",
      "parents": [
        "00315ff3ed9441af90ccd410097cbe7bae160e92"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Apr 27 20:32:57 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 27 20:32:57 2025 +0000"
      },
      "message": "simplify code by preferring JDK methods (#199)\n\n"
    },
    {
      "commit": "00315ff3ed9441af90ccd410097cbe7bae160e92",
      "tree": "a9f06078e5d5c0d4d37fd18bd8e3729aa692f501",
      "parents": [
        "68bd6f3e7c8a0921f3699b93c56f2b92e7696aee"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Apr 23 16:20:44 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 23 16:20:44 2025 +0000"
      },
      "message": "Declare javax.inject dependency (#197)\n\n"
    }
  ],
  "next": "68bd6f3e7c8a0921f3699b93c56f2b92e7696aee"
}
