)]}'
{
  "log": [
    {
      "commit": "737bd3976b2988e43de1675afd9aae0cc9bdd1ea",
      "tree": "f563862615f9a69ba84b19c417a89c31c76f05ab",
      "parents": [
        "5ce20e73037e72e1f6955eb015f910837158e362"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 20 12:00:20 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 20 12:00:20 2026 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2 (#659)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.22.1 to 2.22.2.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.1...jackson-bom-2.22.2)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.22.2\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": "5ce20e73037e72e1f6955eb015f910837158e362",
      "tree": "d7194c5eb1e3ca14a0dbe2e694e1530e2610894d",
      "parents": [
        "33995d8414de17ecee6745ff42daf1b8dc2cbb5e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Aug 12 11:26:58 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 12 11:26:58 2026 +0200"
      },
      "message": "Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 (#657)\n\nBumps org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-collections4\n  dependency-version: 4.6.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": "33995d8414de17ecee6745ff42daf1b8dc2cbb5e",
      "tree": "e56cafe97b4a726d8a9443c6cbd5112b578a5cc8",
      "parents": [
        "0e767d6626bd83674edaaf0196459c779dfcb762"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 09:46:21 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 10:22:47 2026 +0200"
      },
      "message": "Pin Maven prerequisite to 3.6.3 instead of ${mavenVersion}\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "0e767d6626bd83674edaaf0196459c779dfcb762",
      "tree": "44f54ff8f41d35a73c0ec33b652888c5be7933bc",
      "parents": [
        "fcd7b502bb04db82ceffbf5581d0155abef2de5d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:45:43 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:36:48 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\nBoth anchors, #question1 and #question2, are valid XML names, so Doxia\nserves them unchanged and the \u003ca id\u003e elements written here match the\nlive URLs exactly.\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, and the \u003chead\u003e is byte-identical, so the\ntitle and metadata are unchanged.\n\nsite.xml needs no edit: src/site/fml/faq.fml and\nsrc/site/markdown/faq.md both render to faq.html, so the menu entry and\nthe link from index.md keep working.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written. The question becomes an h3 heading instead of\na definition term. The two \u003csource\u003e blocks inside the second answer,\nwhich FML rendered mid-paragraph, become fenced code blocks with the\nsurrounding prose split into paragraphs around them. Nothing else on\nthe page changes.\n\nThe anchors are written as \u003ca id\u003d\"...\"\u003e, not \u003ca name\u003d\"...\"\u003e.\nmaven-site-plugin 3.21.0 strips the name attribute from inline HTML, which\nwould silently delete every anchor on the page while the build stays green;\n3.22.0 keeps it. Xhtml5BaseParser reads Attribute.ID first and only falls\nback to NAME, so id\u003d is the primary path rather than a workaround, and name\non \u003ca\u003e is obsolete in HTML5. Each anchor is kept on its own line: folding one\ninto the heading text suppresses the section\u0027s own generated id.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "fcd7b502bb04db82ceffbf5581d0155abef2de5d",
      "tree": "c2d0574b1e94dce580b17d8ad9227e870f9acaf1",
      "parents": [
        "a02cc51745eabdda8c0f7b30a32692db94e382f8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:45:42 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:36:48 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": "a02cc51745eabdda8c0f7b30a32692db94e382f8",
      "tree": "bbd1250b93afe73707d6d875fb39c1a6162eb6aa",
      "parents": [
        "d5bae36492afac86d59d7ec3d37513651790edcc"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:57:14 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:20:12 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": "d5bae36492afac86d59d7ec3d37513651790edcc",
      "tree": "fd1c33ec3cf7c84ed1a5798deaa4e4c0d5405573",
      "parents": [
        "216681560da35cdad0b23ba03c293157585a8d7e"
      ],
      "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:19:11 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": "216681560da35cdad0b23ba03c293157585a8d7e",
      "tree": "56bf68571e67927898ecc283dd28087b1d683032",
      "parents": [
        "b445e54e7cac79e5fa8186373739fdf6927ca02d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:05 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:22:09 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n13 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": "b445e54e7cac79e5fa8186373739fdf6927ca02d",
      "tree": "3831db825ab268c9e37e38e3d4d82744cab1738f",
      "parents": [
        "91a3f1d0eaddaba7ecc89418b058c500bff8effd"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:05 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:22:09 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": "91a3f1d0eaddaba7ecc89418b058c500bff8effd",
      "tree": "3ebebadb1655ead4e29f934bd7f02b45fbcb08bf",
      "parents": [
        "e2246f5b39b18ce2adb1e87b0b045a7c9e84ddb6"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Aug 05 16:31:00 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 16:31:00 2026 +0200"
      },
      "message": "Align PR template (#651)"
    },
    {
      "commit": "e2246f5b39b18ce2adb1e87b0b045a7c9e84ddb6",
      "tree": "d2540994d6d6b8806903ee30d36615d0ae711298",
      "parents": [
        "d85e1abd597ce88a58a127b87e59fcf3b74ddd7f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 06:03:52 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jul 29 09:07:09 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": "d85e1abd597ce88a58a127b87e59fcf3b74ddd7f",
      "tree": "e7f210a5783aad6df5448d890c62bb9dcfd067e4",
      "parents": [
        "25fb83c96d6d9f3333ef205974b1cd89aded650c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 18:31:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 16 18:31:31 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#649)\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": "25fb83c96d6d9f3333ef205974b1cd89aded650c",
      "tree": "98bbce0129d20822efe99e7783497302ff5a01c5",
      "parents": [
        "bcca97381d8633e628dc50c64c4ea6aa8b8aa811"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 06:43:37 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 06:43:37 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#647)\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": "bcca97381d8633e628dc50c64c4ea6aa8b8aa811",
      "tree": "dbbd3527c55ea6bbcc6e7142cf4791580a05f41b",
      "parents": [
        "d122958485cee614d83fac1703a24fe15bafaccc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 06:38:42 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 06:38:42 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#648)\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": "d122958485cee614d83fac1703a24fe15bafaccc",
      "tree": "a4109b55d2bad07ac91569b0ca221f2ce041c7db",
      "parents": [
        "361aeb03e427e30feac0d6bc93f170496b39c55c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 06:03:12 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Jul 09 00:08:46 2026 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-filtering from 3.5.0 to 3.5.1\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-filtering/releases)\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.5.0...maven-filtering-3.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-filtering\n  dependency-version: 3.5.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "361aeb03e427e30feac0d6bc93f170496b39c55c",
      "tree": "4dde494b7588187422bcdd4244f7f7871f3ac5c6",
      "parents": [
        "7533d1e3730cebd992be2a38a0efe0217543f040"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 08 06:03:00 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 08 23:43:42 2026 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.22.0 to 2.22.1\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.22.0 to 2.22.1.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.0...jackson-bom-2.22.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.22.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "7533d1e3730cebd992be2a38a0efe0217543f040",
      "tree": "c20588996d934af5306eff47e69ecc459c28bdab",
      "parents": [
        "78ec84db92b81424d343051e184e30433cd48c45"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:12:26 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:12:26 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#643)\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": "78ec84db92b81424d343051e184e30433cd48c45",
      "tree": "213be1107e61920bc218393fa9ff2290f13a031f",
      "parents": [
        "3a473d750fc303165954b440833c3d8658d3106e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 01 19:32:02 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 14 14:50:27 2026 -0400"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.0\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.3 to 2.22.0.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.3...jackson-bom-2.22.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.22.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": "3a473d750fc303165954b440833c3d8658d3106e",
      "tree": "1bc5afc3e3839f5b9ba2f5ba04b9828108d63181",
      "parents": [
        "2a828e1e44cc33fd9bb62cca7269b3ec5be5f9f8"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue May 12 19:23:26 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 12 19:23:26 2026 +0200"
      },
      "message": "Update to parent 48 and replace fixed plugin versions (#640)"
    },
    {
      "commit": "2a828e1e44cc33fd9bb62cca7269b3ec5be5f9f8",
      "tree": "0501ddc430777b382a78cec870068c73ad1311a3",
      "parents": [
        "57322f2dedd9ca766719a20535a1a2e42a26abf2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 30 08:42:11 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 30 08:42:11 2026 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 (#636)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.2 to 2.21.3.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.21.3\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": "57322f2dedd9ca766719a20535a1a2e42a26abf2",
      "tree": "b2ef3f682ef6229d645917a6bafa7c6a680a2819",
      "parents": [
        "6cea480813789a2b366cbc6a7909a50390c493f6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 28 09:59:43 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 28 09:59:43 2026 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#634)\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: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": "6cea480813789a2b366cbc6a7909a50390c493f6",
      "tree": "dfae80121174e221040e92a82067cdb8fb00d126",
      "parents": [
        "42c5fd73e41e39f4c97159023e0dadf1cca340e6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 24 09:22:38 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 24 09:22:38 2026 +0100"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 (#631)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.1 to 2.21.2.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.1...jackson-bom-2.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.21.2\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": "42c5fd73e41e39f4c97159023e0dadf1cca340e6",
      "tree": "b8c3684e0638f0792775eca2179b85dccf39f349",
      "parents": [
        "7d172b67bdb0f06c5aad4cac2dbf0be9027384fd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 24 09:22:24 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 24 09:22:24 2026 +0100"
      },
      "message": "Bump doxiaVersion from 2.0.0 to 2.1.0 (#632)\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": "7d172b67bdb0f06c5aad4cac2dbf0be9027384fd",
      "tree": "d37d0149c92e680dd008a7730b3859a72a6e7233",
      "parents": [
        "94fa9f74340ccee7d64b2c71a74925d37a23a768"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 06 17:14:23 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 06 17:14:23 2026 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-filtering from 3.4.0 to 3.5.0 (#630)\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.4.0 to 3.5.0.\n- [Release notes](https://github.com/apache/maven-filtering/releases)\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.4.0...maven-filtering-3.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-filtering\n  dependency-version: 3.5.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": "94fa9f74340ccee7d64b2c71a74925d37a23a768",
      "tree": "ec8e74d2d551ddc4476588cb156985ceabb26a08",
      "parents": [
        "d9d11062b0e577b16cc07dfebf0291ba264cc1f1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 23 16:35:38 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 23 16:35:38 2026 +0100"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 (#629)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.0 to 2.21.1.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.0...jackson-bom-2.21.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.21.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": "d9d11062b0e577b16cc07dfebf0291ba264cc1f1",
      "tree": "aa679d8ea11bc704f00aca6313d5ee2911544789",
      "parents": [
        "49f3c9c7b6b65f00e87774a6ea869b841ccaa3df"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 09 14:38:49 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:38:49 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#628)\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": "49f3c9c7b6b65f00e87774a6ea869b841ccaa3df",
      "tree": "ec5aeb9c9284ba20ed1c50e578a57b73068d4679",
      "parents": [
        "45305487c714ceb9b3cd6bb70f4791a812892647"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 19 09:05:07 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 19 09:05:07 2026 +0100"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0 (#626)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.1 to 2.21.0.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.1...jackson-bom-2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.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": "45305487c714ceb9b3cd6bb70f4791a812892647",
      "tree": "a65ee2f92f306c816037da79206fc68c9ec2b910",
      "parents": [
        "d163c5d6f988175952101b498a026b3d67aa3e7a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 19 09:04:56 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 19 09:04:56 2026 +0100"
      },
      "message": "Bump org.codehaus.mojo:l10n-maven-plugin from 1.1.0 to 1.2.0 (#627)\n\nBumps [org.codehaus.mojo:l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin) from 1.1.0 to 1.2.0.\n- [Release notes](https://github.com/mojohaus/l10n-maven-plugin/releases)\n- [Commits](https://github.com/mojohaus/l10n-maven-plugin/compare/1.1.0...l10n-maven-plugin-1.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:l10n-maven-plugin\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\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d163c5d6f988175952101b498a026b3d67aa3e7a",
      "tree": "7df938f49c8a202e72b85165893ae3fdb078b0b8",
      "parents": [
        "4883d538251ec350c1bd8d5431c24bbc63b1f3cb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 10:20:22 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 10:20:22 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#625)\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": "4883d538251ec350c1bd8d5431c24bbc63b1f3cb",
      "tree": "28feb48197939731811c63a6612b8bebe7276967",
      "parents": [
        "11a9c62eab87e9b7830bc0661495325dad3d550a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 16:24:48 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 16:24:48 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#624)\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": "11a9c62eab87e9b7830bc0661495325dad3d550a",
      "tree": "b857f298b92a97fdedbccacbe88985e9987fecc0",
      "parents": [
        "b8407d0c08312b9155cd1e5301e02879d5968f06"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 18:04:27 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 18:04:27 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#623)\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": "b8407d0c08312b9155cd1e5301e02879d5968f06",
      "tree": "a9792a18ed761e40484de802efcef7ab71264898",
      "parents": [
        "fce0ac41add46a7106ba5d25ee1fc1ea7cb317f8"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Dec 17 10:16:09 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 17 10:16:09 2025 +0000"
      },
      "message": "chore: Migration AbstractMojoTestCase based tests to use MojoTest (#617)\n\n* chore: migrate AbstractMojoTestCase based test to use MojoTest\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "fce0ac41add46a7106ba5d25ee1fc1ea7cb317f8",
      "tree": "41fd0837b0e5e34654f9cf65da5019ec8cc08494",
      "parents": [
        "01d320ec797cf47a1b219363373bdc2e9b2d77e7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 25 02:09:58 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 25 02:09:58 2025 +0100"
      },
      "message": "Migrate to slf4j from plexus logging\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "01d320ec797cf47a1b219363373bdc2e9b2d77e7",
      "tree": "31ddd6b81b7d971011811d1b27ccede713fba35d",
      "parents": [
        "3b743e0fec60f269e814ecd29ca3815787a56549"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Nov 18 08:47:24 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 18 08:47:24 2025 +0100"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#621)\n\nBumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "3b743e0fec60f269e814ecd29ca3815787a56549",
      "tree": "724baea38050092b74be64caba073ee9722c434f",
      "parents": [
        "290f6ef5de4460821f1c5692b1ceaefc8a2fe367"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Nov 11 06:05:29 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 11 06:05:29 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#620)\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: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": "290f6ef5de4460821f1c5692b1ceaefc8a2fe367",
      "tree": "1e9fdd8e1425d16a7968f974df8ccf2100d9b424",
      "parents": [
        "b14073ccdcb1356d573509c8cc612032165c175f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Oct 31 06:05:04 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Nov 07 08:43:56 2025 +0100"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.0 to 2.20.1.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.20.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b14073ccdcb1356d573509c8cc612032165c175f",
      "tree": "4605d140e9f23ed442fa273f86e1204155feb282",
      "parents": [
        "b1bb2e979a6fd6a0be355915299846641129b061"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Tue Nov 04 08:27:36 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 04 08:27:36 2025 +0000"
      },
      "message": "chore: migrate junit 3/4 to junit 5 tests (#611)\n\n* chore: migrate junit 3/4 to junit 5 tests\n\nAbstractMojoTestCase based tests will be migrate in a separate PR\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: rename tests to follow the junit 5 test name pattern\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n---------\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "b1bb2e979a6fd6a0be355915299846641129b061",
      "tree": "51b20fb5ff310973bcf19fb253093db1d13473bf",
      "parents": [
        "f0dc37f4ea72235efb5dc41f7da730969d2b378a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Oct 25 16:20:16 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 25 16:20:16 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 (#609)\n\nBumps [org.codehaus.plexus:plexus-velocity](https://github.com/codehaus-plexus/plexus-velocity) from 2.2.1 to 2.3.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-velocity/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-velocity/compare/plexus-velocity-2.2.1...plexus-velocity-2.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-velocity\n  dependency-version: 2.3.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": "f0dc37f4ea72235efb5dc41f7da730969d2b378a",
      "tree": "c3a56a9a9d9e89213287909cb2d447eeda09b1df",
      "parents": [
        "fecfdbdb155f0edf7a1586bad2943fd7ecee67b3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Oct 25 16:19:47 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 25 16:19:47 2025 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.19.2 to 2.20.0 (#605)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.2 to 2.20.0.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.2...jackson-bom-2.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.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": "fecfdbdb155f0edf7a1586bad2943fd7ecee67b3",
      "tree": "ef9fd808e83813387ddb1107afb1b5d8e3cf022e",
      "parents": [
        "b5398c976d9481eea62cd26a1c84b90901372539"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Fri Oct 24 22:47:45 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 24 22:47:45 2025 +0200"
      },
      "message": "Update Invoker-Plugin to Support Java 25 (#612)\n\n"
    },
    {
      "commit": "b5398c976d9481eea62cd26a1c84b90901372539",
      "tree": "aa10ce347c85f277c8d246c5c693c4f0e8e8de67",
      "parents": [
        "6a00b2f39561d082409ba0831c7bf88c80835141"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 25 06:05:06 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 28 12:10:12 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0\n\nBumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6a00b2f39561d082409ba0831c7bf88c80835141",
      "tree": "785fc807c371f26860804ee2abef3d65d766631a",
      "parents": [
        "66e9f7779c732bad3718e0b3af8ff853f31d1a3f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 05 06:04:53 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 14 14:20:56 2025 +0200"
      },
      "message": "Bump org.kohsuke:github-api from 1.329 to 1.330\n\nBumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.329 to 1.330.\n- [Release notes](https://github.com/hub4j/github-api/releases)\n- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.329...github-api-1.330)\n\n---\nupdated-dependencies:\n- dependency-name: org.kohsuke:github-api\n  dependency-version: \u00271.330\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": "66e9f7779c732bad3718e0b3af8ff853f31d1a3f",
      "tree": "47a93ed05a1b4a35b7b724a21bce594fd4655624",
      "parents": [
        "53547ff71dd830a1d64a918908947d66d9f9f47a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 30 06:36:05 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 21 23:58:37 2025 +0200"
      },
      "message": "Bump org.kohsuke:github-api from 1.327 to 1.329\n\nBumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.327 to 1.329.\n- [Release notes](https://github.com/hub4j/github-api/releases)\n- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.327...github-api-1.329)\n\n---\nupdated-dependencies:\n- dependency-name: org.kohsuke:github-api\n  dependency-version: \u00271.329\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": "53547ff71dd830a1d64a918908947d66d9f9f47a",
      "tree": "85c6827701d3d4df09ffc996941f8a7210128e04",
      "parents": [
        "a0e063486fe235557a439188c57f23b85a2f8372"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Thu Aug 14 07:39:51 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 14 07:39:51 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules (#604)\n\nalso:\n- refactor deprecated config\n- remove unnecessary jira config\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "a0e063486fe235557a439188c57f23b85a2f8372",
      "tree": "0270d7fd2dc76d582ccb6cf8ef261e220d916420",
      "parents": [
        "ba1cdd81b4f570a7b9af65feda7135881ac39daf"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Thu Jul 31 13:40:51 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 31 20:40:51 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#600)\n\n"
    },
    {
      "commit": "ba1cdd81b4f570a7b9af65feda7135881ac39daf",
      "tree": "8d6bf8278a1b490f88236faffbdc1422b25cea7b",
      "parents": [
        "5f9264c8839f0446cf3492423ec105fd26aa19c4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 08:27:27 2025 +0000"
      },
      "committer": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 22 07:36:52 2025 +0000"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0\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:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5f9264c8839f0446cf3492423ec105fd26aa19c4",
      "tree": "6f691173831cc23e8b1672cb74ba1a6811240757",
      "parents": [
        "5036951abb7e024b7b78372ecb2faec8fed08290"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 10:13:49 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 21 10:13:49 2025 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.19.1 to 2.19.2 (#601)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.1 to 2.19.2.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.1...jackson-bom-2.19.2)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.19.2\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": "5036951abb7e024b7b78372ecb2faec8fed08290",
      "tree": "6ccf43b89cbe9afaa9b01ae06c96c7ca1c02520a",
      "parents": [
        "b0e2b4987aedab4ab547ba4451124ce012ceff78"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 10 08:51:25 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 10 08:51:25 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#599)\n\nBumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b0e2b4987aedab4ab547ba4451124ce012ceff78",
      "tree": "4c4a1842ba4d3cd15f4a4c1114c8fea309c3b10a",
      "parents": [
        "e54a9144f4139c22a4c474dfc4e75aac950623d7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 16 06:45:22 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:24:47 2025 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.0 to 2.19.1.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.0...jackson-bom-2.19.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.19.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e54a9144f4139c22a4c474dfc4e75aac950623d7",
      "tree": "7180b69d76e2a6e918eec04624dae34caa7142ee",
      "parents": [
        "e2adb7d1f395aa914f8b42a7c04e1985de3c33e3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 06:12:33 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:24:38 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": "e2adb7d1f395aa914f8b42a7c04e1985de3c33e3",
      "tree": "830278260174926c95d1f30f4070f6122aa994f8",
      "parents": [
        "e7f333aa45bf1701fe6ec9f1472f514ee299aeb9"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Fri Jun 13 21:06:08 2025 +0200"
      },
      "committer": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Fri Jun 13 21:11:32 2025 +0200"
      },
      "message": "Remove Jira Link"
    },
    {
      "commit": "e7f333aa45bf1701fe6ec9f1472f514ee299aeb9",
      "tree": "7aa9796ccb490e7263c37e214bdec939943a279a",
      "parents": [
        "39b305039e448c66b23e106235c65e2f63eeaa50"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 12 21:07:48 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 12 21:07:48 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "39b305039e448c66b23e106235c65e2f63eeaa50",
      "tree": "d17e8910f2842f5494cf08b1c4bb465cd1a427f5",
      "parents": [
        "e41270da44a6e7a3e2d0c178681a25918e1a63a6"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 12 21:07:40 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 12 21:07:40 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-changes-plugin-3.0.0-M3\n"
    },
    {
      "commit": "e41270da44a6e7a3e2d0c178681a25918e1a63a6",
      "tree": "050cf5bdc408cc7f80bedb6e07130b94ac4741bc",
      "parents": [
        "72781ef87f6c89b8419a1b0f5e9a2252b7191d56"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun May 11 23:49:14 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 12 09:06:40 2025 +0200"
      },
      "message": "Update site descriptor\n"
    },
    {
      "commit": "72781ef87f6c89b8419a1b0f5e9a2252b7191d56",
      "tree": "c1eb798c41c72dd3bd9955804732913fc1250476",
      "parents": [
        "f44830aa4698c9504fa5fdbf25d58026f7df3089"
      ],
      "author": {
        "name": "Gary Gregory",
        "email": "garydgregory@users.noreply.github.com",
        "time": "Sun May 11 16:08:41 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 11 22:08:41 2025 +0200"
      },
      "message": "Escape JIRA reserved words in JqlQueryBuilder (#127)\n\n"
    },
    {
      "commit": "f44830aa4698c9504fa5fdbf25d58026f7df3089",
      "tree": "a08fec276aa0a7f8d4fe405982da7b8bbd270d27",
      "parents": [
        "f038107e0b90210ca9d6a9b924629422853be408"
      ],
      "author": {
        "name": "Stefan Seifert",
        "email": "stefanseifert@users.noreply.github.com",
        "time": "Sun May 11 10:31:51 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 11 10:31:51 2025 +0200"
      },
      "message": "[MCHANGES-466] Add parameter escapeText (#113)\n\n* [MCHANGES-466] Add parameter passRawText\nUpdate IT report-changes-generation to validate that HTML tags are escaped by default\nAdd IT report-changes-generation-passRawText to validate the new behavior when enabling passRawText\n\n* [MCHANGES-466] Make javadoc more generic, as the parameter can be used as raw markup output for other formats as well\n\n* [MCHANGES-466] add example in javadoc\n\n* [MCHANGES-466] Replace parameter \"passRawText\" with \"escapeText\"\n\n* [MCHANGES-466] update javadoc\n\n---------\n\nCo-authored-by: Stefan Seifert \u003cstefanseifertusers.noreply.github.com\u003e"
    },
    {
      "commit": "f038107e0b90210ca9d6a9b924629422853be408",
      "tree": "f1f664d534021935ede3d914816f8bda1f878b03",
      "parents": [
        "27b76d874c730fb470ab757ff4672428341f595f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 14 06:35:36 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Apr 30 00:21:09 2025 +0200"
      },
      "message": "Bump org.kohsuke:github-api from 1.326 to 1.327\n\nBumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.326 to 1.327.\n- [Release notes](https://github.com/hub4j/github-api/releases)\n- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.326...github-api-1.327)\n\n---\nupdated-dependencies:\n- dependency-name: org.kohsuke:github-api\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "27b76d874c730fb470ab757ff4672428341f595f",
      "tree": "1717e232ab52bb75dfc2991f058ed77afa544809",
      "parents": [
        "8e1ca4b06bf4b0eae288430e250a87733fdb898d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 25 11:26:19 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 25 11:26:19 2025 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 (#126)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.19.0.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.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": "8e1ca4b06bf4b0eae288430e250a87733fdb898d",
      "tree": "3935ace9ce6468d8d62bfb8eed4ec3c1605c233e",
      "parents": [
        "7258b5a3c39dca6acbd6181e41fadb11d9c5a84d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 23 18:17:23 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 23 18:17:23 2025 +0200"
      },
      "message": "Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 (#119)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.18.3.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\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": "7258b5a3c39dca6acbd6181e41fadb11d9c5a84d",
      "tree": "76daca956d4609e432ba7921f700457c0905f5b7",
      "parents": [
        "ff8d4e63c03090337a35344ef60459f6ab3995e9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 23 18:16:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 23 18:16:36 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-collections4 from 4.4 to 4.5.0 (#125)\n\nBumps org.apache.commons:commons-collections4 from 4.4 to 4.5.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-collections4\n  dependency-version: 4.5.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": "ff8d4e63c03090337a35344ef60459f6ab3995e9",
      "tree": "3d5f5c1a91abb4bd9d4d06ac0dc8b92d95c669f4",
      "parents": [
        "9d786d40dd3bb2bc208fd771fc33ccd936f15c1e"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Apr 15 13:57:15 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 15 13:57:15 2025 +0200"
      },
      "message": "Update to parent 44 (#124)\n\n"
    },
    {
      "commit": "9d786d40dd3bb2bc208fd771fc33ccd936f15c1e",
      "tree": "4bbf4b1f25caf3f114841a939b666aef5182f690",
      "parents": [
        "16364d0c05f105713ddbff35787a2edf5af4219e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 07 07:11:21 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 14 22:46:46 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1\n\nBumps [org.codehaus.plexus:plexus-velocity](https://github.com/codehaus-plexus/plexus-velocity) from 2.2.0 to 2.2.1.\n- [Release notes](https://github.com/codehaus-plexus/plexus-velocity/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-velocity/compare/plexus-velocity-2.2.0...plexus-velocity-2.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-velocity\n  dependency-version: 2.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "16364d0c05f105713ddbff35787a2edf5af4219e",
      "tree": "59ab6330c1ba365cab78d8a4e049ecd32522e9e6",
      "parents": [
        "03bfc8eb701ab1d8044636a389bf0afa32e74ace"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 14 17:06:27 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 14 17:06:27 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#123)\n\nBumps commons-io:commons-io from 2.18.0 to 2.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.19.0\n  dependency-type: direct: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": "03bfc8eb701ab1d8044636a389bf0afa32e74ace",
      "tree": "6c18e15ff36d9e511f0bbc01f3595e44e28ec477",
      "parents": [
        "0096f7ae677abe8975b0cd59237a74a4ee754663"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Apr 12 13:51:47 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 12 13:51:47 2025 +0200"
      },
      "message": "Enable GitHub issues\n\n"
    },
    {
      "commit": "0096f7ae677abe8975b0cd59237a74a4ee754663",
      "tree": "1d3204ffa7bee7b697c63f1f4a131d3c4af371dd",
      "parents": [
        "6fd3cb84bc291f4b37aa0896d286c0e93efca814"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Mar 24 14:04:02 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 24 14:04:02 2025 +0000"
      },
      "message": "Minor doc fixes (#112)\n\n* Minor doc fixes\n\n* spotless"
    },
    {
      "commit": "6fd3cb84bc291f4b37aa0896d286c0e93efca814",
      "tree": "54fc8ebd932f4acaf66120990fa6238b3a220650",
      "parents": [
        "e0e1d804247f259f58770f91286b00d402a2571e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Mar 05 12:54:46 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 05 12:54:46 2025 +0000"
      },
      "message": "Infer types (#116)\n\n* Infer types"
    },
    {
      "commit": "e0e1d804247f259f58770f91286b00d402a2571e",
      "tree": "b4cb4235f490d571c9a5911ec1de6baa22b36b83",
      "parents": [
        "6ee15f36e97a2ff522aa374c934e07863851d9a1"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Feb 27 19:25:09 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 27 20:25:09 2025 +0100"
      },
      "message": "Expected values come first in JUnit\n\nRearrange parameters for assertEquals according to method definition."
    },
    {
      "commit": "6ee15f36e97a2ff522aa374c934e07863851d9a1",
      "tree": "74e1a9b45e154d586b0067146d56e1b342fa6bfb",
      "parents": [
        "c2bf024536a48bd3c590578d6ebb0e7ddccc0641"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Feb 27 14:45:38 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 27 14:45:38 2025 +0000"
      },
      "message": "Remove commented code (#114)\n\n* Remove commented code"
    },
    {
      "commit": "c2bf024536a48bd3c590578d6ebb0e7ddccc0641",
      "tree": "35fc720bdb5adbd3d3a951ba013be90755a8bcfc",
      "parents": [
        "535954cf6ca42257291f1904d89968ab548acbc3"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Feb 17 18:46:36 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 17 18:46:36 2025 +0000"
      },
      "message": "No longer care when this feature was introduced (#111)\n\n2.0 was a long time ago."
    },
    {
      "commit": "535954cf6ca42257291f1904d89968ab548acbc3",
      "tree": "96f648faf369b34b976dcc5d0452a9e0f12bbea8",
      "parents": [
        "ec275b2fba2ebb4eb7b2c95f272544d4deb43183"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 21:05:02 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 21:05:02 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "ec275b2fba2ebb4eb7b2c95f272544d4deb43183",
      "tree": "f251bf838f088e7439467604e99314f6fb4911c3",
      "parents": [
        "e0ce3d9abd44fe27a09c8fe1b1b876d48c556a13"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Feb 02 12:02:12 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Feb 02 12:02:12 2025 +0000"
      },
      "message": "Fix typo (#108)\n\n"
    },
    {
      "commit": "e0ce3d9abd44fe27a09c8fe1b1b876d48c556a13",
      "tree": "4dd6b49d4b3772e39ad39aca28134df9f1ea0162",
      "parents": [
        "fbf03b4bf2433bbbbda95e04ca5f0440786ff6fd"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jan 29 11:29:48 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 29 11:29:48 2025 +0000"
      },
      "message": "[MCHANGES-462][MCHANGES-463] Prevent adding new undeclared dependencies (#107)\n\n* Move mail sender implementations to runtime scope\r\n* check dependencies on build\r\n* Prevent adding new undeclared dependencies"
    },
    {
      "commit": "fbf03b4bf2433bbbbda95e04ca5f0440786ff6fd",
      "tree": "afbf25d47edcf5b4343249d956b4221f292179e5",
      "parents": [
        "7022ef3509d5841bccc5fdd51c58046d7c554c69"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 30 17:41:24 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 30 17:41:24 2024 +0000"
      },
      "message": "Move mail sendcer implementations to runtime scope (#106)\n\n"
    },
    {
      "commit": "7022ef3509d5841bccc5fdd51c58046d7c554c69",
      "tree": "870bddebb8b1a9e48c21c94d22cae204caa827ce",
      "parents": [
        "0bf55ef73587d52dfd869dfa782adb31a0cc5fc2"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 30 16:30:19 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 30 16:30:19 2024 +0000"
      },
      "message": "[MCHANGES-462] Remove Hamcrest dependency to avoid dependency analyzer warning (#105)\n\n* [MCHANGES-462] Avoid conflicts in Hamcrest versions"
    },
    {
      "commit": "0bf55ef73587d52dfd869dfa782adb31a0cc5fc2",
      "tree": "41ef4bcd1caaed5ec43fe57bed80854bfd0a5479",
      "parents": [
        "cd69f421d9755956936daaef8eddd859929d2c21"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 30 14:33:47 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 30 14:33:47 2024 +0000"
      },
      "message": "[MCHANGES-464] Remove redundant Geronimo dependencies (#104)\n\n* [MCHANGES-464] remove redundant Geronimo dependencies"
    },
    {
      "commit": "cd69f421d9755956936daaef8eddd859929d2c21",
      "tree": "cc5f3f2e26048cbac2751be960fdaa1268cf6787",
      "parents": [
        "cab7741acdeb01609b2142a4d35e03cb78f444c4"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 12:23:30 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 12:23:30 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "cab7741acdeb01609b2142a4d35e03cb78f444c4",
      "tree": "f41449b28540ae568d727ed057570cfa296ec0a2",
      "parents": [
        "738baa6ddbaa60af2afe5d2471528cda195d04f0"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 12:23:21 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 12:23:21 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-changes-plugin-3.0.0-M2\n"
    },
    {
      "commit": "738baa6ddbaa60af2afe5d2471528cda195d04f0",
      "tree": "ed4e428a2a123503cdf190e2a62757698491c5e8",
      "parents": [
        "e02b7cd783e17f76bb4a41b438ef4cb330393f6f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 29 21:41:43 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 12:02:00 2024 +0100"
      },
      "message": "[MCHANGES-461] Use new report names in project build\n"
    },
    {
      "commit": "e02b7cd783e17f76bb4a41b438ef4cb330393f6f",
      "tree": "4a13a0191766a6e4384a7655f869f859a4b74c35",
      "parents": [
        "e43082bacf15d19df09d096a02da2c246bcbfb7f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 29 21:37:08 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 30 11:06:04 2024 +0100"
      },
      "message": "[MCHANGES-460] JIRA - Add Dependency upgrade, Task, Wish to default type mapping\n"
    },
    {
      "commit": "e43082bacf15d19df09d096a02da2c246bcbfb7f",
      "tree": "70ef097202a2ad51526817b0085d13dca17b6361",
      "parents": [
        "3db768058583ae1f18836caab7fa7af7c2932028"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Dec 29 17:12:39 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 29 17:12:39 2024 +0000"
      },
      "message": "Prefer logger to System.out (#101)\n\n"
    },
    {
      "commit": "3db768058583ae1f18836caab7fa7af7c2932028",
      "tree": "64c7735d42d399a1c80930cab13d106301c4a704",
      "parents": [
        "9a31c2d3936fbce2373a73160da75d3f5864fd22"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 23 22:19:12 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Dec 26 22:28:44 2024 +0100"
      },
      "message": "[MCHANGES-457] Rename attribute fixedIssues to fixed-issues\n"
    },
    {
      "commit": "9a31c2d3936fbce2373a73160da75d3f5864fd22",
      "tree": "e591f776aba295176b129e4d4f244b57f5a0865b",
      "parents": [
        "52eafed831f4912f44ad15f6555be7c4791d2c09"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 23 22:09:29 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Dec 26 21:54:15 2024 +0100"
      },
      "message": "[MCHANGES-456] Make dev attribute optional in changes.xml\n"
    },
    {
      "commit": "52eafed831f4912f44ad15f6555be7c4791d2c09",
      "tree": "68c133ffe95678dfe9e3d4956dde71f89ba910ed",
      "parents": [
        "d53e2de16a13854771b1af33ba45e826cbc4e6fd"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Dec 24 15:31:26 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 24 15:31:26 2024 +0000"
      },
      "message": "Remove plexus components.xml (#100)\n\n"
    },
    {
      "commit": "d53e2de16a13854771b1af33ba45e826cbc4e6fd",
      "tree": "3b8d4bb719e1083ac5a97a61b4ef3e7849f710f0",
      "parents": [
        "30af0c02195e0665f0e423a2428332259ebc5a04"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Dec 08 19:38:22 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 08 19:38:22 2024 +0000"
      },
      "message": "Declare used slf4j dependency (#95)\n\n* declare used dependencies\r\n* remove unneeded dependency"
    },
    {
      "commit": "30af0c02195e0665f0e423a2428332259ebc5a04",
      "tree": "91b472382275f6b2b41386b6391871aaf600f9c7",
      "parents": [
        "3b509b8e89707f03ce5ae001e23f3676781341a5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Dec 08 19:37:40 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 08 19:37:40 2024 +0000"
      },
      "message": "Silence logs in test (#96)\n\n* Silence log messages in tests"
    },
    {
      "commit": "3b509b8e89707f03ce5ae001e23f3676781341a5",
      "tree": "ba9b56a9020a11705ea7002a867c842aba9df629",
      "parents": [
        "cf7ac0e7b7ef5243520e997609bcee150bb3a32c"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 17:32:31 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 17:32:31 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "cf7ac0e7b7ef5243520e997609bcee150bb3a32c",
      "tree": "18fcd74a896823866401831a763144b055c9f82d",
      "parents": [
        "3dc893987dae854d1143706f1915e16b1837c892"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 17:32:07 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 17:32:07 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-changes-plugin-3.0.0-M1\n"
    },
    {
      "commit": "3dc893987dae854d1143706f1915e16b1837c892",
      "tree": "774de8853be3301045c104db9837240596fc40bd",
      "parents": [
        "f72d9c421d548b8446a225571ae2531505f946a2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 13:03:06 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 16:24:00 2024 +0100"
      },
      "message": "[MCHANGES-454] Deprecate Trac integration\n"
    },
    {
      "commit": "f72d9c421d548b8446a225571ae2531505f946a2",
      "tree": "d0b452d8c16b7d64f6b1e652cf641f174ce5ae4b",
      "parents": [
        "ba129c8cb0b0c49cfa0b1c0babbdb6553167c7bb"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Dec 03 22:51:37 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Dec 07 12:38:39 2024 +0100"
      },
      "message": "[MCHANGES-453] Align report output and goals names\n"
    },
    {
      "commit": "ba129c8cb0b0c49cfa0b1c0babbdb6553167c7bb",
      "tree": "a5e7074d1e92035f962c0992103bb0a58fe2d7f0",
      "parents": [
        "89b2c34d02e0bdb7418a25c2650b43ebe5868039"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Dec 03 20:50:19 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Dec 04 15:18:50 2024 +0100"
      },
      "message": "[MCHANGES-369] Add onlyCurrentVersion for announcement-generate\n"
    },
    {
      "commit": "89b2c34d02e0bdb7418a25c2650b43ebe5868039",
      "tree": "70f1c4c3ec007063ce4f3b89e61b757d5a6f42ba",
      "parents": [
        "c7c3ad99c19dee88f693b49041c9fa77be47d379"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 02 08:10:08 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Dec 03 22:58:10 2024 +0100"
      },
      "message": "[MCHANGES-309] Check for NullNodes in RestJiraDownloader\n"
    },
    {
      "commit": "c7c3ad99c19dee88f693b49041c9fa77be47d379",
      "tree": "6471eb40ede18809e1da3496c0fc36f5ed24c133",
      "parents": [
        "14074ca5b03e9ec4820acb94cb57f44b50150aed"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 01 23:31:22 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 02 13:50:50 2024 +0100"
      },
      "message": "[MCHANGES-451] Remove items which were deprecated in 2.x\n"
    },
    {
      "commit": "14074ca5b03e9ec4820acb94cb57f44b50150aed",
      "tree": "6831572f078f30a3d7d18ec70e73dc2f61c38335",
      "parents": [
        "1dcf270a60bc3292f8f89615039a853c39f47f7c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 02 06:31:08 2024 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 02 08:13:47 2024 +0100"
      },
      "message": "Bump org.apache.geronimo.javamail:geronimo-javamail_1.4_provider\n\nBumps org.apache.geronimo.javamail:geronimo-javamail_1.4_provider from 1.7 to 1.8.4.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.geronimo.javamail:geronimo-javamail_1.4_provider\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "1dcf270a60bc3292f8f89615039a853c39f47f7c",
      "tree": "17f645a3f32afe3f1458f9ff57f16689556f0160",
      "parents": [
        "19948ae43a1e3863f6f9ddadb9a965b779dae61d"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 01 19:48:20 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Dec 02 07:50:22 2024 +0100"
      },
      "message": "[MCHANGES-427] Use AbstractMavenReportRenderer and renderer refactor\n\n- rename Generator to Renderer\n- use methods from AbstractMavenReportRenderer\n- remove not used or not needed methods\n- ReleaseUtils as utility class\n"
    },
    {
      "commit": "19948ae43a1e3863f6f9ddadb9a965b779dae61d",
      "tree": "589e52667356ec6816f5289349044e5ca3f8db7e",
      "parents": [
        "611e526529b1021a4781e4403858c54f8a2b7fd6"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 01 12:28:39 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 01 20:22:20 2024 +0100"
      },
      "message": "[MCHANGES-400] Authenticating to GitHub API by Authorization  Bearer\n"
    },
    {
      "commit": "611e526529b1021a4781e4403858c54f8a2b7fd6",
      "tree": "a91a3ab9635584e20eb73ea06ce5ed6e33e91a61",
      "parents": [
        "f6adaeb6aee643687b053b4256804c98f0a6fce3"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 30 11:59:37 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 30 12:39:23 2024 +0100"
      },
      "message": "[MCHANGES-449] Verify project build by Maven 4\n"
    },
    {
      "commit": "f6adaeb6aee643687b053b4256804c98f0a6fce3",
      "tree": "8de7bf66a7c120cd7316ec501dc844aef0f2bfe5",
      "parents": [
        "e80bb0da7e287a6300ef576e973396cdf9602049"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 30 11:45:40 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 30 12:32:51 2024 +0100"
      },
      "message": "[MCHANGES-446] Bump com.fasterxml.jackson from 2.18.1 to 2.18.2\n"
    },
    {
      "commit": "e80bb0da7e287a6300ef576e973396cdf9602049",
      "tree": "4195eaefc71cda660280aa8f5e9434ba282da799",
      "parents": [
        "c79b621e83ae28594602dc6eb0578a50de80abb5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Nov 30 12:11:58 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 30 12:11:58 2024 +0100"
      },
      "message": "[MCHANGES-450] Bump org.apache.maven.shared:maven-filtering from 3.2.0 to 3.4.0 (#83)\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.2.0 to 3.4.0.\r\n- [Release notes](https://github.com/apache/maven-filtering/releases)\r\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.2.0...maven-filtering-3.4.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.shared:maven-filtering\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c79b621e83ae28594602dc6eb0578a50de80abb5",
      "tree": "0ce6659bfed925a952837d6e545e60cc50852398",
      "parents": [
        "c9b201481d1163d9bf8d4e227d04d11da372d5e0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Nov 30 12:01:22 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 30 12:01:22 2024 +0100"
      },
      "message": "[MCHANGES-448] Bump org.apache.commons:commons-collections4 from 4.2 to 4.4 (#82)\n\nBumps org.apache.commons:commons-collections4 from 4.2 to 4.4.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.commons:commons-collections4\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c9b201481d1163d9bf8d4e227d04d11da372d5e0",
      "tree": "ccc40cb812e3c663f010a1b632ccafc5dcf7e30c",
      "parents": [
        "7ae5701dee7cbf84c1892e0fe81ffc296713e081"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Nov 30 11:48:38 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 30 11:48:38 2024 +0100"
      },
      "message": "[MCHANGES-447] Bump org.apache.geronimo.specs:geronimo-javamail_1.4_spec (#81)\n\nBumps org.apache.geronimo.specs:geronimo-javamail_1.4_spec from 1.7 to 1.7.1.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.geronimo.specs:geronimo-javamail_1.4_spec\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    }
  ],
  "next": "7ae5701dee7cbf84c1892e0fe81ffc296713e081"
}
