)]}'
{
  "log": [
    {
      "commit": "0cb4fff4cffc066c94ac1102797b4af526a7a900",
      "tree": "937f09dbe00bd45dab51e0a2759003f2e46785d5",
      "parents": [
        "5441176b4b4f643607e3cf78ceb510fa9870f678"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:39:34 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 22:57:39 2026 +0200"
      },
      "message": "Restore the common wording on the download page\n\nThe wording here had drifted from the text the rest of the Maven estate uses.\nThis restores the shared form so the page is identical to its counterparts\napart from the distribution area and the artifact name.\n\nRewording elsewhere in the estate had silently dropped links, leaving the text\nas plain prose, so this is not purely cosmetic.\n\nNo URL or in-page anchor changes. The ASF licence header is left exactly as\nit was.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "5441176b4b4f643607e3cf78ceb510fa9870f678",
      "tree": "9fa3c008add79ab24d215c69091cd72f31999a7f",
      "parents": [
        "362fbce92f2b9662fb9c8214478832ca580778a4"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:39:44 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:35:35 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\nThe one anchor on this page is a form Doxia rewrites at render time:\n\u003cfaq id\u003d\"Why use antrun and not the Ant program itself?\"\u003e is not a valid\nXML name, so DoxiaUtils.encodeId serves it as\n#Why_use_antrun_and_not_the_Ant_program_itself.3F. The \u003ca id\u003e written\nhere reproduces that rendered form, not the raw attribute, so the live\ndeep link still resolves.\n\nNo explicit \u003ca id\u003e is written for that anchor, because the h3 the\nquestion becomes already generates exactly that id from the same\nencodeId rule - adding one as well would emit the id twice and Doxia\nwarns about it. The rendered page carries the anchor once, from the\nheading.\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. Nothing else on the 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": "362fbce92f2b9662fb9c8214478832ca580778a4",
      "tree": "b49f0c11e069707c37b965d4e440c18257185d3d",
      "parents": [
        "5cc52c857c62563e0967003f91fe5a83bc4381fb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:39:27 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:35:35 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": "5cc52c857c62563e0967003f91fe5a83bc4381fb",
      "tree": "55525d07da67cf4e84730236337de24bde4c0d87",
      "parents": [
        "15b8e20be94ab5635208524abe87f5331b874c70"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:18:35 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": "15b8e20be94ab5635208524abe87f5331b874c70",
      "tree": "1b091868053fc8f0c623661a63bd880955030beb",
      "parents": [
        "ce5f405ee3e1ff188a02b6db4089375e53d53086"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:06 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:19:03 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n9 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": "ce5f405ee3e1ff188a02b6db4089375e53d53086",
      "tree": "2194b0ac03342850aca478deecbf94cff48a5e18",
      "parents": [
        "5fcfb40825d5480e109dfaa6cdc7ab8732541072"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:06 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:19:03 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": "5fcfb40825d5480e109dfaa6cdc7ab8732541072",
      "tree": "147fa09706be25d5bd5008e6f040fdf72114390a",
      "parents": [
        "e7205723b13cf846deb7769dcd9713f4e127dec9"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Aug 05 18:27:46 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 18:27:46 2026 +0000"
      },
      "message": "Rewrite site documentation in Simplified Technical English (#376)\n\n* Rewrite site documentation in Simplified Technical English\n\n* Update classpaths.apt.vm\n\n* Update classpaths.apt.vm\n\n* Update index.apt.vm"
    },
    {
      "commit": "e7205723b13cf846deb7769dcd9713f4e127dec9",
      "tree": "7f221ff2125ad9bed219ae6883250a3b3b12ef5e",
      "parents": [
        "441382cb2193f59e9e131b8e2ee54abb2f0c4856"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 03 15:32:26 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 03 23:20:11 2026 +0200"
      },
      "message": "Bump version.xmlunit from 2.12.0 to 2.13.0\n\nBumps `version.xmlunit` from 2.12.0 to 2.13.0.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.12.0 to 2.13.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.12.0...v2.13.0)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.12.0 to 2.13.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.12.0...v2.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.13.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.13.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "441382cb2193f59e9e131b8e2ee54abb2f0c4856",
      "tree": "8ce57de81bfb192c40661a1928c4b639f4e12c3c",
      "parents": [
        "44f6e85b494d1c3847c0095342a19d1bd9a4f41f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 13:56:00 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 17 19:27:45 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": "44f6e85b494d1c3847c0095342a19d1bd9a4f41f",
      "tree": "423750855c524f36aa00f33ad6c3f55d59ea402a",
      "parents": [
        "7beec13185c4ea18b4e7cbd98dec28a52f23462e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 13:56:02 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 17 19:14:28 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml\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"
    },
    {
      "commit": "7beec13185c4ea18b4e7cbd98dec28a52f23462e",
      "tree": "921cb4c67ae659efef53d1f221ef13273be906d3",
      "parents": [
        "800fb321a287453159bd6cdaad6d664d28e8f7e4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 06:36:13 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 06:36:13 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#366)\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": "800fb321a287453159bd6cdaad6d664d28e8f7e4",
      "tree": "37c59201c485b083b89f9ea23d57c6158a138529",
      "parents": [
        "2c3b814554c401766393ad350ced7d1954bc32ce"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 06:35:46 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 06:35:46 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#367)\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": "2c3b814554c401766393ad350ced7d1954bc32ce",
      "tree": "334033977c231654ff31577f1cab8b633f3ac1bb",
      "parents": [
        "fc26fce2fbf2d111bd17416e96c05e07c31b9261"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:25:09 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:25:09 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#365)\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": "fc26fce2fbf2d111bd17416e96c05e07c31b9261",
      "tree": "a9a4eee81389b281922bc1ba557a86357004334e",
      "parents": [
        "54114fee4648a025f43044218d66f60f0c2f40f0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 04 07:27:55 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 04 07:27:55 2026 +0200"
      },
      "message": "Bump version.xmlunit from 2.11.0 to 2.12.0 (#364)\n\nBumps `version.xmlunit` from 2.11.0 to 2.12.0.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.11.0 to 2.12.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.11.0...v2.12.0)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.11.0 to 2.12.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.11.0...v2.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.12.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.12.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": "54114fee4648a025f43044218d66f60f0c2f40f0",
      "tree": "edc8cc89ca3ab7860d06f9523cc5d540191c54c6",
      "parents": [
        "eed92179bbe6681224170bc638556efef7100897"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue May 19 06:45:50 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 19 06:45:50 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.15 to 3.9.16 (#363)\n\nBumps `mavenVersion` from 3.9.15 to 3.9.16.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16)\n\nUpdates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.15 to 3.9.16\n\nUpdates `org.apache.maven:maven-model` from 3.9.15 to 3.9.16\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "eed92179bbe6681224170bc638556efef7100897",
      "tree": "5579caea288447f80f30f7fedd5926d0f6481222",
      "parents": [
        "04fe284c1f84b62fa8b1090454d49523f85b5c04"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu May 14 19:26:35 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 14 19:26:35 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#362)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 47 to 48.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002748\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "04fe284c1f84b62fa8b1090454d49523f85b5c04",
      "tree": "3d41686d9401cc611e3316e78df388be68b1e9c8",
      "parents": [
        "73be2505cdb6b6c0f993fc66bccaf687ecdad704"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Apr 18 12:46:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 12:46:31 2026 +0200"
      },
      "message": "Bump org.apache.ant:ant from 1.10.16 to 1.10.17 (#360)\n\nBumps org.apache.ant:ant from 1.10.16 to 1.10.17.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-version: 1.10.17\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": "73be2505cdb6b6c0f993fc66bccaf687ecdad704",
      "tree": "898d57c8a0f698b44cfc15fe1410a3708bf77d0e",
      "parents": [
        "8ea07b23c46599594b490c9fc050928918486997"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Apr 18 12:46:18 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 12:46:18 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.14 to 3.9.15 (#361)\n\nBumps `mavenVersion` from 3.9.14 to 3.9.15.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.14 to 3.9.15\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.14...maven-3.9.15)\n\nUpdates `org.apache.maven:maven-core` from 3.9.14 to 3.9.15\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.14 to 3.9.15\n\nUpdates `org.apache.maven:maven-model` from 3.9.14 to 3.9.15\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8ea07b23c46599594b490c9fc050928918486997",
      "tree": "30e99207787690ae6f151280d0020831fe6b42d1",
      "parents": [
        "a10acf202e37f5c89586a276a6c1265abf674ea5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 02 06:41:14 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 02 06:41:14 2026 +0200"
      },
      "message": "Bump org.apache.ant:ant from 1.10.15 to 1.10.16 (#359)\n\nBumps org.apache.ant:ant from 1.10.15 to 1.10.16.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-version: 1.10.16\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": "a10acf202e37f5c89586a276a6c1265abf674ea5",
      "tree": "37f6d4caf8baf746c9037a394bc1bd5a9da82cc7",
      "parents": [
        "f91474756601b6b4281d6ade6d2adf5fa2c86d5d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 16 17:42:15 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 16 17:42:15 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.13 to 3.9.14 (#358)\n\nBumps `mavenVersion` from 3.9.13 to 3.9.14.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.13 to 3.9.14\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.13...maven-3.9.14)\n\nUpdates `org.apache.maven:maven-core` from 3.9.13 to 3.9.14\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.13 to 3.9.14\n\nUpdates `org.apache.maven:maven-model` from 3.9.13 to 3.9.14\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f91474756601b6b4281d6ade6d2adf5fa2c86d5d",
      "tree": "29962a205bb0db1395db85848796bde3a908ccc7",
      "parents": [
        "f60bcd94fba7754e5957c02e93c101b0e0677c63"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 06 17:13:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 06 17:13:28 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.12 to 3.9.13 (#357)\n\nBumps `mavenVersion` from 3.9.12 to 3.9.13.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.13\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.13)\n\nUpdates `org.apache.maven:maven-core` from 3.9.12 to 3.9.13\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.12 to 3.9.13\n\nUpdates `org.apache.maven:maven-model` from 3.9.12 to 3.9.13\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.13\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.13\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.13\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.13\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": "f60bcd94fba7754e5957c02e93c101b0e0677c63",
      "tree": "6e904a774b6ec28c2cbb8be6e109134c4ad40b56",
      "parents": [
        "8c7677f202e704bec70b108555e7f24e82563cf4"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Jan 28 15:15:34 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 28 15:15:34 2026 +0100"
      },
      "message": "Use version variables in verify script (#356)\n\n"
    },
    {
      "commit": "8c7677f202e704bec70b108555e7f24e82563cf4",
      "tree": "4c600fcc0dc03688776c11efd0916a80886f91c8",
      "parents": [
        "9f14bc89c73a3104db3acaeb0f4a7fe0171a4385"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Jan 27 20:46:27 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 27 20:46:27 2026 +0100"
      },
      "message": "Update to parent 47 (#355)\n\n"
    },
    {
      "commit": "9f14bc89c73a3104db3acaeb0f4a7fe0171a4385",
      "tree": "cf673c2e4535d94ec1c8d9cb157826764497fd22",
      "parents": [
        "8c15fa69d7560a912cb801e14dbd51badabf3b32"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sun Jan 11 17:56:35 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 11 17:56:35 2026 +0100"
      },
      "message": "Update to Parent 46 including Fixes (#353)\n\n Also changed plugin versions to parent version\n"
    },
    {
      "commit": "8c15fa69d7560a912cb801e14dbd51badabf3b32",
      "tree": "873eab97789ee05a3d7606492e80d4469d0c27e3",
      "parents": [
        "60321a5e491a92b0e30d32c2b1f6c560fbc02d25"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 21 16:16:47 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 21 16:16:47 2025 +0100"
      },
      "message": "Cleanup tests (#351)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "60321a5e491a92b0e30d32c2b1f6c560fbc02d25",
      "tree": "b27bc5bcb916911f365068e391e6fdb9615f7155",
      "parents": [
        "629e579f40077c9e57a5af88f05f0c5b7a25600f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 17 18:32:22 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 17 18:32:22 2025 +0100"
      },
      "message": "Bump mavenVersion from 3.9.11 to 3.9.12 (#350)\n\nBumps `mavenVersion` from 3.9.11 to 3.9.12.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.11 to 3.9.12\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.11...maven-3.9.12)\n\nUpdates `org.apache.maven:maven-core` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-model` from 3.9.11 to 3.9.12\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-artifact\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-model\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "629e579f40077c9e57a5af88f05f0c5b7a25600f",
      "tree": "c397a6d1f21365be8a05bff3c8cb6671e61d8ad9",
      "parents": [
        "1998c52e88154cfe7d814855cb76c18a42927449"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Oct 26 14:35:21 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 26 14:35:21 2025 +0100"
      },
      "message": "Bump version.xmlunit from 2.10.4 to 2.11.0 (#346)\n\nBumps `version.xmlunit` from 2.10.4 to 2.11.0.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.10.4 to 2.11.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.10.4 to 2.11.0\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.11.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.11.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": "1998c52e88154cfe7d814855cb76c18a42927449",
      "tree": "62537a10c2c0f323e73a7bdff96b2b412121f20a",
      "parents": [
        "605285ab5822a1cb961db879bd0aec3025c627be"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Oct 22 11:07:56 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 22 11:07:56 2025 +0000"
      },
      "message": "Remove deprecated tasks parameter that breaks the build (#344)\n\n"
    },
    {
      "commit": "605285ab5822a1cb961db879bd0aec3025c627be",
      "tree": "6d3a22f4cf2b90e8b09fd57ec75a7adfaa54278e",
      "parents": [
        "1d73c32004bfdf99d145b739710f07e27253936d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Oct 21 19:38:56 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 21 19:38:56 2025 +0000"
      },
      "message": "Prefer JDK String.join method (#345)\n\n"
    },
    {
      "commit": "1d73c32004bfdf99d145b739710f07e27253936d",
      "tree": "2f4f0eaefdef6316b9ea1009274e6b8bbabc2f97",
      "parents": [
        "d8a5220938abab3213b5506a923d8acfb2c70e31"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 20:59:35 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 20:59:35 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "d8a5220938abab3213b5506a923d8acfb2c70e31",
      "tree": "fc4f79078f3b3decc17ecdd0878d0ac31698c534",
      "parents": [
        "a049c4dafc86fd96eba4223b3a928fe111458be4"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 20:59:27 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 20:59:27 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-antrun-plugin-3.2.0\n"
    },
    {
      "commit": "a049c4dafc86fd96eba4223b3a928fe111458be4",
      "tree": "b2542a8e23df670ede2387277faedcab490058c8",
      "parents": [
        "3e2fbe1af0d280ec4252fed9c7a6eb33ae7241a4"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 18:50:09 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 20:41:46 2025 +0200"
      },
      "message": "Refresh download page, use site descriptor 2.0\n"
    },
    {
      "commit": "3e2fbe1af0d280ec4252fed9c7a6eb33ae7241a4",
      "tree": "38744bed2a4c8097c020b3597ef4fb8ef1e0747c",
      "parents": [
        "43af127f5cfcab8d2a34fb52f82ca8fb15832dd6"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 19:25:09 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 19:50:08 2025 +0200"
      },
      "message": "Add tag-template to release-drafter\n"
    },
    {
      "commit": "43af127f5cfcab8d2a34fb52f82ca8fb15832dd6",
      "tree": "aca7465897df80fd385eeb8dd150e8a0caa461e2",
      "parents": [
        "cc0189aa1e551c6d60dc18a78e237ca310ba3043"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 18:52:34 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Oct 17 18:52:34 2025 +0200"
      },
      "message": "Add hacktoberfest label to project\n"
    },
    {
      "commit": "cc0189aa1e551c6d60dc18a78e237ca310ba3043",
      "tree": "6a4ff3bdb70c56b7fcb6633ad9929c85313d7dae",
      "parents": [
        "ff42558761ffaeea7e9e7888d1d1b16f2f49c4a8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Oct 02 21:04:06 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Oct 02 21:59:50 2025 +0200"
      },
      "message": "Run ci also with Maven 4\n"
    },
    {
      "commit": "ff42558761ffaeea7e9e7888d1d1b16f2f49c4a8",
      "tree": "a52710f799e8f736dbe7f46933767c3029c34b48",
      "parents": [
        "17c406cc6dbf2efb4ceda10672dc0a1e95cff442"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Oct 02 20:54:51 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Oct 02 21:07:12 2025 +0200"
      },
      "message": "Bump Maven to 3.9.11 and keep prerequisites at 3.6.3\n"
    },
    {
      "commit": "17c406cc6dbf2efb4ceda10672dc0a1e95cff442",
      "tree": "9122a9f075ca1cd61b38c0bc6f02a08667ecd958",
      "parents": [
        "a3135977f039674d9176d2d6792c282f6d23c5d9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 15 17:13:25 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 15 17:13:25 2025 +0200"
      },
      "message": "Bump version.xmlunit from 2.10.3 to 2.10.4 (#338)\n\nBumps `version.xmlunit` from 2.10.3 to 2.10.4.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.10.3 to 2.10.4\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.3...v2.10.4)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.10.3 to 2.10.4\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.3...v2.10.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.10.4\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.10.4\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": "a3135977f039674d9176d2d6792c282f6d23c5d9",
      "tree": "45a4a2e25c3580afb7f2fc707fd1858db4418e9a",
      "parents": [
        "e0127c7362dcbfa2336126f45501ab8bda654b44"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sandra@parsick.dev",
        "time": "Fri Aug 15 12:46:47 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 21:53:05 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules\n\nalso:\n- refactor deprecated config\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n"
    },
    {
      "commit": "e0127c7362dcbfa2336126f45501ab8bda654b44",
      "tree": "f125bc9b19264dd73107e48d75885a0166a0524c",
      "parents": [
        "565754cf8efc48833c9f734c785f7ffb2e06a877"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 05 16:54:56 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 21:52:50 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\n"
    },
    {
      "commit": "565754cf8efc48833c9f734c785f7ffb2e06a877",
      "tree": "3cc0de67f526a6bf4af5f1a78f24e5bda83273cb",
      "parents": [
        "62bb470f8bb0da1d150765d49bef9f592b3d1092"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 23 01:10:29 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 03 19:24:54 2025 +0300"
      },
      "message": "fix\n"
    },
    {
      "commit": "62bb470f8bb0da1d150765d49bef9f592b3d1092",
      "tree": "d2a4192674f60edf67f4bd361047aff0bbb437fd",
      "parents": [
        "e53ec3b6535bb4aea13436f9ba4893f5ed76de56"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 19 13:50:24 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 03 19:24:54 2025 +0300"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 43 to 44\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 43 to 44.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits/v44)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e53ec3b6535bb4aea13436f9ba4893f5ed76de56",
      "tree": "0ad9256cd47304fd44c8dad2daabea0d2dd843f7",
      "parents": [
        "1d4faaffdf41f24415b19b57d10fd7d44f46308f"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Wed Jul 30 13:42:20 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 30 20:42:20 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#335)\n\n"
    },
    {
      "commit": "1d4faaffdf41f24415b19b57d10fd7d44f46308f",
      "tree": "8f99be29f4ed3f0f1741b0f7ebd73c15fb778262",
      "parents": [
        "6f81d04a041a7bcb5cdb9603b7f94d9a2de313a6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 20 13:03:57 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:23:45 2025 +0200"
      },
      "message": "Bump version.xmlunit from 2.10.2 to 2.10.3\n\nBumps `version.xmlunit` from 2.10.2 to 2.10.3.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.10.2 to 2.10.3\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.2...v2.10.3)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.10.2 to 2.10.3\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.2...v2.10.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.10.3\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.10.3\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6f81d04a041a7bcb5cdb9603b7f94d9a2de313a6",
      "tree": "d181358d15274c07b80672d7e7bf85ef3d71117a",
      "parents": [
        "1823a6ef397dc464f538b29c502db28b0ceed65d"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Jun 14 13:26:25 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 14 13:26:25 2025 +0200"
      },
      "message": "Remove old JIRA issue link"
    },
    {
      "commit": "1823a6ef397dc464f538b29c502db28b0ceed65d",
      "tree": "48d35b5992a7122394fe089384e16d84b2e484c0",
      "parents": [
        "84b60b97d9cb9f4ec81b0a8c8f1b1e023949ca01"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 23 16:53:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 23 16:53:34 2025 +0200"
      },
      "message": "Bump version.xmlunit from 2.10.1 to 2.10.2 (#118)\n\nBumps `version.xmlunit` from 2.10.1 to 2.10.2.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.10.1 to 2.10.2\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.1...v2.10.2)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.10.1 to 2.10.2\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.1...v2.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.10.2\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.10.2\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": "84b60b97d9cb9f4ec81b0a8c8f1b1e023949ca01",
      "tree": "ad896fd1a6881735ea92d142c313fdd65c14b58f",
      "parents": [
        "7f433009fdfda20b6b702421b3024f5afb535b8b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 19 17:01:03 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 19 17:01:03 2025 +0200"
      },
      "message": "Bump version.xmlunit from 2.10.0 to 2.10.1 (#117)\n\nBumps `version.xmlunit` from 2.10.0 to 2.10.1.\n\nUpdates `org.xmlunit:xmlunit-core` from 2.10.0 to 2.10.1\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.1)\n\nUpdates `org.xmlunit:xmlunit-matchers` from 2.10.0 to 2.10.1\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-version: 2.10.1\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-version: 2.10.1\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7f433009fdfda20b6b702421b3024f5afb535b8b",
      "tree": "d3a01fdbc76da4a0831199dd8da8e48ddea7274d",
      "parents": [
        "1ed96209128652784c683a0ff9c19286ee262873"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sun Apr 27 07:54:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 27 07:54:36 2025 +0200"
      },
      "message": "Github Issues (#116)\n\n"
    },
    {
      "commit": "1ed96209128652784c683a0ff9c19286ee262873",
      "tree": "7e58c5371245a99d0e6d9e804c2bc4df93d96fea",
      "parents": [
        "6143e8be80ac11c8a76367c70f42d3daeac0efc4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Mar 02 20:11:05 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 02 20:11:05 2025 +0100"
      },
      "message": "[MANTRUN-245] Bump org.apache.ant:ant from 1.10.14 to 1.10.15\n\nBumps org.apache.ant:ant from 1.10.14 to 1.10.15.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\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": "6143e8be80ac11c8a76367c70f42d3daeac0efc4",
      "tree": "7d69c32e307e94bb3aff802986ac6d074fc76bbb",
      "parents": [
        "e8f17196ff79fa2460d63bb07e14e0cf0f02131e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Mar 01 20:39:37 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 01 20:39:37 2025 +0100"
      },
      "message": "[MANTRUN-239] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#101)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43.\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-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": "e8f17196ff79fa2460d63bb07e14e0cf0f02131e",
      "tree": "7e579f40595bc443a09f5649dafc6d02cde0a452",
      "parents": [
        "62b84bf2441d4c0857b5b8964640ee7304e008bb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Mar 01 20:17:40 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Mar 01 20:23:42 2025 +0100"
      },
      "message": "[MANTRUN-244] Upgrade to JUnit 5.12.0\n"
    },
    {
      "commit": "62b84bf2441d4c0857b5b8964640ee7304e008bb",
      "tree": "93a94948593f301ffe67b45a4b8ec4e705589397",
      "parents": [
        "6184927358f5e2d6385691d86cf5094f034e8250"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:41:55 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:41:55 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "6184927358f5e2d6385691d86cf5094f034e8250",
      "tree": "eeb56d57b2cd96409fe850493377e24fad4990e9",
      "parents": [
        "4275d884ad6221e31fa243a6bbca07d5cf7ad3e8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jan 16 13:51:50 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jan 18 09:38:01 2025 +0100"
      },
      "message": "Bump org.hamcrest:hamcrest-core from 1.3 to 3.0\n\nBumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 3.0.\n- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)\n- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)\n- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.hamcrest:hamcrest-core\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4275d884ad6221e31fa243a6bbca07d5cf7ad3e8",
      "tree": "a2b166ffa9e8d4790e6208e59305eabbc5a9d126",
      "parents": [
        "d97356a4a6f31ad5837d2d5e71d0de0e2e13a7db"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Nov 28 20:34:07 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 28 20:34:07 2024 +0000"
      },
      "message": "[MANTRUN-231] Document limitations of exportAntProperties (#108)\n\n"
    },
    {
      "commit": "d97356a4a6f31ad5837d2d5e71d0de0e2e13a7db",
      "tree": "730252589def415fe96eaeb373dcdbc8603b1519",
      "parents": [
        "173ca69d7b60e9bbac30bf698811078584593e96"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Nov 28 17:21:06 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 28 17:21:06 2024 +0000"
      },
      "message": "Switch from plexus to Guice (#106)\n\n* Switch from plexus to Guice"
    },
    {
      "commit": "173ca69d7b60e9bbac30bf698811078584593e96",
      "tree": "0a5ba334400db925cabd75c3a254dacbf761506f",
      "parents": [
        "92231fedf7b93442de5449d263155a62fa1b4610"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Nov 28 16:23:30 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 28 16:23:30 2024 +0000"
      },
      "message": "Declare dependencies explicitly (#107)\n\n"
    },
    {
      "commit": "92231fedf7b93442de5449d263155a62fa1b4610",
      "tree": "8b2b3966314d569e716be632fa430491d139c06c",
      "parents": [
        "43e5103bfe9f10d31f03bf751485b33159f4bf3a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Nov 28 16:23:12 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 28 16:23:12 2024 +0000"
      },
      "message": "Correct user visible spelling error (#105)\n\n"
    },
    {
      "commit": "43e5103bfe9f10d31f03bf751485b33159f4bf3a",
      "tree": "9e7fdfa3479338061f899e2b171b22167674472e",
      "parents": [
        "ef5fa50e2b11a086765e4fa07122d02b3cd28ccb"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:20:53 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:20:53 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "ef5fa50e2b11a086765e4fa07122d02b3cd28ccb",
      "tree": "5e05b89ddffd1c22f55a7205e0f5be98cd906c7f",
      "parents": [
        "7a304fd61a0cc5e6d98478e5f2d3192f3dd9b6e4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun May 05 21:27:17 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 05 21:27:17 2024 +0200"
      },
      "message": "[MANTRUN-239] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#96)\n\n- [Release notes](https://github.com/apache/maven-parent/releases)\r\n- [Commits](https://github.com/apache/maven-parent/commits)\r\n\r\n---\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7a304fd61a0cc5e6d98478e5f2d3192f3dd9b6e4",
      "tree": "8a94521c2875496fc6bea24663760a6a6656a6e2",
      "parents": [
        "8766a32e126c9061d3a86708861793cea9b946c9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed May 01 16:42:16 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun May 05 20:50:49 2024 +0200"
      },
      "message": "Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0\n\nBumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0.\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8766a32e126c9061d3a86708861793cea9b946c9",
      "tree": "b45920583b6df1950480c4c8d0a0b3aca85cb2f4",
      "parents": [
        "9b15717942967c641dbade7d4b963317c25f3bc9"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 02 00:24:40 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 02 23:16:48 2024 +0200"
      },
      "message": "[MANTRUN-242] Require Maven 3.6.3+\n"
    },
    {
      "commit": "9b15717942967c641dbade7d4b963317c25f3bc9",
      "tree": "7f925d7154f3e45143a7499ba3c2303f11c9652d",
      "parents": [
        "882068f848d2b3fefa553a26c296d481d2400aa5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 01 01:15:26 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 01 01:15:26 2024 +0200"
      },
      "message": "[MANTRUN-241] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#92)\n\n* Bump org.junit:junit-bom from 5.10.1 to 5.10.2\r\n\r\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.\r\n- [Release notes](https://github.com/junit-team/junit5/releases)\r\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)\r\n\r\n---\r\n---------\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\nCo-authored-by: Sylwester Lachiewicz \u003cslachiewicz@apache.org\u003e"
    },
    {
      "commit": "882068f848d2b3fefa553a26c296d481d2400aa5",
      "tree": "f60b73d37ea786cb07b0a9b533571b858e8fcf06",
      "parents": [
        "e592867d45df65c26dee3288a601a274f670db88"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 01 01:12:34 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 01 01:12:34 2024 +0200"
      },
      "message": "Update Dependabot config\n"
    },
    {
      "commit": "e592867d45df65c26dee3288a601a274f670db88",
      "tree": "b8a6acebd34f29a75826817f9e4a682a97e4149f",
      "parents": [
        "b959662cfafb3e3fe010511539119f2a58e45e81"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Dec 23 02:01:32 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 23 02:01:32 2023 +0100"
      },
      "message": "[MANTRUN-239] Bump org.apache.maven.plugins:maven-plugins from 40 to 41 (#91)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 40 to 41.\r\n- [Release notes](https://github.com/apache/maven-parent/releases)\r\n- [Commits](https://github.com/apache/maven-parent/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-plugins\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b959662cfafb3e3fe010511539119f2a58e45e81",
      "tree": "37d671e1ac2585eb34bd765476b73c19c0615850",
      "parents": [
        "6514ab418040abc9f94ac6f9ec5a055470a34442"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Mon Nov 06 19:08:13 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 06 19:57:13 2023 +0100"
      },
      "message": "[MANTRUN-239] Upgrade parent pom to 40\n"
    },
    {
      "commit": "6514ab418040abc9f94ac6f9ec5a055470a34442",
      "tree": "33460d466c6b33e116cfc5544295b0c7729bc5f0",
      "parents": [
        "6e050139dde4d31ef671855dc6372a09ad582d84"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Mon Nov 06 19:17:48 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Mon Nov 06 19:54:49 2023 +0100"
      },
      "message": "Define property for xmlunit dependency\n"
    },
    {
      "commit": "6e050139dde4d31ef671855dc6372a09ad582d84",
      "tree": "1439c07b065d1247fe0c213e5430ccda055063dc",
      "parents": [
        "67a342830b94d54eb015487d1eac643163842624"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jul 24 13:09:25 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 06 19:50:46 2023 +0100"
      },
      "message": "[MANTRUN-241] Bump org.junit.jupiter:junit-jupiter-engine to 5.10.1\n"
    },
    {
      "commit": "67a342830b94d54eb015487d1eac643163842624",
      "tree": "f7a9a47f1b7602776c235508a359c356c545ffe0",
      "parents": [
        "250f87e49f1cf12abc65b8ba9f575a350c8ac324"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 06 13:45:40 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 06 13:45:40 2023 -0500"
      },
      "message": "Bump xmlunit-matchers from 2.9.0 to 2.9.1 (#83)\n\nBumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.9.1.\r\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\r\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\r\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.0...v2.9.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.xmlunit:xmlunit-matchers\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "250f87e49f1cf12abc65b8ba9f575a350c8ac324",
      "tree": "31b2950d74c9a94b8e61815487c0bf559b359994",
      "parents": [
        "186a2accfda55429989fd698fb8b620e07f206b1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 06 13:45:15 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 06 13:45:15 2023 -0500"
      },
      "message": "Bump xmlunit-core from 2.9.0 to 2.9.1 (#84)\n\nBumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.9.1.\r\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\r\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\r\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.0...v2.9.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.xmlunit:xmlunit-core\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "186a2accfda55429989fd698fb8b620e07f206b1",
      "tree": "cc1d2d5ffd992da68b6bbd3f47099a8ced2d950e",
      "parents": [
        "02a4ca43ab243a3a5be887d91686bd2fda5f21aa"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 06 18:35:18 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 06 18:35:18 2023 +0100"
      },
      "message": "Bump maven-gh-actions-shared to v3"
    },
    {
      "commit": "02a4ca43ab243a3a5be887d91686bd2fda5f21aa",
      "tree": "d7bf293b0c06dfa97171e6de69828ef32986886b",
      "parents": [
        "3441e4f357c2fbc69012517410d46ab38208df1a"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 21 13:21:57 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 21 19:17:17 2023 +0200"
      },
      "message": "[MANTRUN-240] Update ant to 1.10.14\n\n---\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "3441e4f357c2fbc69012517410d46ab38208df1a",
      "tree": "b439e236fd6a5042cb33d0730e244a4dc42a1e58",
      "parents": [
        "3023e9045a60087c31017c1cd2451458a0ffdf58"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 30 15:07:32 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 30 15:07:32 2023 -0400"
      },
      "message": "Bump ant from 1.10.12 to 1.10.13 (#81)\n\nBumps ant from 1.10.12 to 1.10.13.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.ant:ant\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"
    },
    {
      "commit": "3023e9045a60087c31017c1cd2451458a0ffdf58",
      "tree": "e1b0e568339096d2b590c1b058e17573f6dd925d",
      "parents": [
        "4beb65b000f0759521442f8c27436f937f464262"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu May 25 22:44:05 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 30 21:05:50 2023 +0200"
      },
      "message": "[MANTRUN-239] Upgrade plugins to remove warnings\n"
    },
    {
      "commit": "4beb65b000f0759521442f8c27436f937f464262",
      "tree": "cd8e3528c3e14e06e7ae171923f89b90fa300965",
      "parents": [
        "1acd53348289b38679874945d29ea20641758a65"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu May 25 22:29:10 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 30 21:05:50 2023 +0200"
      },
      "message": "[MANTRUN-239] Reformat with spotless plugin\n"
    },
    {
      "commit": "1acd53348289b38679874945d29ea20641758a65",
      "tree": "78dd4a9d8c66f5627dc8e02aa3dbcbad15de5e08",
      "parents": [
        "d9667e3990277ea9c3860858713fc25cda2b4823"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu May 25 22:25:28 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 30 21:05:50 2023 +0200"
      },
      "message": "[MANTRUN-239] Update parent pom to 39\n"
    },
    {
      "commit": "d9667e3990277ea9c3860858713fc25cda2b4823",
      "tree": "a9c1995ad4500f2c782805f366997bbec0871fbf",
      "parents": [
        "5ec09d7b6b1b64c26d05367837d60f98ed4e0db4"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 11:45:39 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 11:45:39 2023 +0200"
      },
      "message": "auto-link MANTRUN Jira"
    },
    {
      "commit": "5ec09d7b6b1b64c26d05367837d60f98ed4e0db4",
      "tree": "f33241001afa7594890782f0971d0490e0b35d6c",
      "parents": [
        "4b24d48b32acb18f3723e82a1268a9e20b0765a4"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Nov 02 23:53:13 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 02 23:53:13 2022 +0100"
      },
      "message": "update Reproducible Builds badge link"
    },
    {
      "commit": "4b24d48b32acb18f3723e82a1268a9e20b0765a4",
      "tree": "fdeca8f8b2a7221d5e13c66866270cc4f2885ffa",
      "parents": [
        "b59f043112fcadeb2eb17d601652c26ea0e81092"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 08 13:07:59 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 21 16:06:13 2022 +0200"
      },
      "message": "Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0\n\nBumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.\n- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)\n- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b59f043112fcadeb2eb17d601652c26ea0e81092",
      "tree": "d76b7cde6eeb90f3bf3d25d6f99e8b682e950239",
      "parents": [
        "7e8405a59bea33aedf9efcc6800733888be6869b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 21 13:14:30 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 21 16:05:36 2022 +0200"
      },
      "message": "Bump junit-jupiter-engine from 5.9.0 to 5.9.1\n\nBumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-engine\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "7e8405a59bea33aedf9efcc6800733888be6869b",
      "tree": "a413cb61416813d9a613e20fc1bebeb7fe48670d",
      "parents": [
        "8bb204ea0d26165b59b92e17520bd3518e0b86d0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed May 18 13:02:46 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 07 22:50:21 2022 +0200"
      },
      "message": "Bump plexus-utils from 3.4.1 to 3.4.2\n\nBumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.4.1 to 3.4.2.\n- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.4.1...plexus-utils-3.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-utils\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8bb204ea0d26165b59b92e17520bd3518e0b86d0",
      "tree": "0addf0557b07d9084441b05cd1fef4a0be3835d4",
      "parents": [
        "dfe71ba6fa3ed7434d955da0701da2b28cadacb9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 07 20:49:20 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 07 22:49:39 2022 +0200"
      },
      "message": "Bump maven-javadoc-plugin from 3.4.0 to 3.4.1\n\nBumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "dfe71ba6fa3ed7434d955da0701da2b28cadacb9",
      "tree": "77871fed842d5bb16518d9d604c2367141115183",
      "parents": [
        "5e46788aa5be669414f06626e65e8825367f3ecd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 15 13:04:55 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 07 22:49:22 2022 +0200"
      },
      "message": "Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1\n\nBumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.3.0 to 3.4.1.\n- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)\n- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.3.0...maven-project-info-reports-plugin-3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5e46788aa5be669414f06626e65e8825367f3ecd",
      "tree": "b4e847aef39474a1267e273948eac6d359487228",
      "parents": [
        "023ba4c24ff9af3a65f11d87dc51c595bd8249b8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 27 13:04:00 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Sep 07 22:48:42 2022 +0200"
      },
      "message": "Bump junit-jupiter-engine from 5.8.2 to 5.9.0\n\nBumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-engine\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "023ba4c24ff9af3a65f11d87dc51c595bd8249b8",
      "tree": "ef5ba83e80621dc17a760214da342ec7da1e7022",
      "parents": [
        "bcbb831b394c9c9e526d86f61ba84092b2150e68"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 25 13:03:00 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jul 25 15:41:51 2022 +0200"
      },
      "message": "Bump extra-enforcer-rules from 1.5.1 to 1.6.1\n\nBumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.5.1 to 1.6.1.\n- [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)\n- [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/extra-enforcer-rules-1.5.1...extra-enforcer-rules-1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:extra-enforcer-rules\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "bcbb831b394c9c9e526d86f61ba84092b2150e68",
      "tree": "d2252f2aa4244f55b62b3c65a28526f421cd06b8",
      "parents": [
        "60089da2171c056cf5aed85fe3e870414050629c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 19 13:10:27 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon May 02 16:31:40 2022 +0200"
      },
      "message": "Bump modello-maven-plugin from 1.11 to 2.0.0\n\nBumps [modello-maven-plugin](https://github.com/codehaus-plexus/modello) from 1.11 to 2.0.0.\n- [Release notes](https://github.com/codehaus-plexus/modello/releases)\n- [Commits](https://github.com/codehaus-plexus/modello/compare/modello-1.11...modello-2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.modello:modello-maven-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "60089da2171c056cf5aed85fe3e870414050629c",
      "tree": "9136578c2a502f5f141d81f69a4cda28dd2f6107",
      "parents": [
        "b2489ec3b38d49e04b8de704c4bda1251b5b9de7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 21 13:15:10 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon May 02 16:30:31 2022 +0200"
      },
      "message": "Bump maven-site-plugin from 3.10.0 to 3.12.0\n\nBumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.12.0.\n- [Release notes](https://github.com/apache/maven-site-plugin/releases)\n- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.10.0...maven-site-plugin-3.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-site-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b2489ec3b38d49e04b8de704c4bda1251b5b9de7",
      "tree": "43babe066c42a0f09ba772fb2757f1c9c1636cd9",
      "parents": [
        "e91a01cafe702daf8470b51b36a857bc2da3831e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 29 13:25:50 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon May 02 16:30:19 2022 +0200"
      },
      "message": "Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0\n\nBumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.2.2 to 3.3.0.\n- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)\n- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.2.2...maven-project-info-reports-plugin-3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e91a01cafe702daf8470b51b36a857bc2da3831e",
      "tree": "47780c6c17b48b65b22fe85655730a79a96ee957",
      "parents": [
        "51789df7ffbfac38c914decddf203e9a1a278550"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 28 13:24:58 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Apr 28 16:24:54 2022 +0200"
      },
      "message": "Bump maven-javadoc-plugin from 3.3.2 to 3.4.0\n\nBumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "51789df7ffbfac38c914decddf203e9a1a278550",
      "tree": "18f89de1bdb0db85fb07688de0dca9d2505f421f",
      "parents": [
        "ba458e81ab5d17d9b9e4f6155a240ef6eb63486e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 18 19:33:05 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 18 22:07:07 2022 +0200"
      },
      "message": "Bump xmlunit-matchers from 2.8.4 to 2.9.0\n\nBumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.8.4 to 2.9.0.\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.8.4...v2.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-matchers\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ba458e81ab5d17d9b9e4f6155a240ef6eb63486e",
      "tree": "1163488c223f850a24d6e1e3b9d80eae58155c48",
      "parents": [
        "21d21aa737f32319699c562133d070b323ef2e49"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 18 19:32:36 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 18 22:06:59 2022 +0200"
      },
      "message": "Bump xmlunit-core from 2.8.4 to 2.9.0\n\nBumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.4 to 2.9.0.\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.8.4...v2.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xmlunit:xmlunit-core\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "21d21aa737f32319699c562133d070b323ef2e49",
      "tree": "5401e79ee4eb8ab8b7528de169d3d903d735cb2f",
      "parents": [
        "2f808bb25420a5b0e77c97ef3ab7de7ae00383e9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 18 19:32:07 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 18 22:06:50 2022 +0200"
      },
      "message": "Bump maven-javadoc-plugin from 3.3.1 to 3.3.2\n\nBumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "2f808bb25420a5b0e77c97ef3ab7de7ae00383e9",
      "tree": "712064c738f730035462d2c270e14d3b94fc78d1",
      "parents": [
        "92ba18f4fcb13d33333abf99854843704b4bf80a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 18 19:32:05 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 18 22:06:40 2022 +0200"
      },
      "message": "Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2\n\nBumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.2 to 3.2.2.\n- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)\n- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.2...maven-project-info-reports-plugin-3.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "92ba18f4fcb13d33333abf99854843704b4bf80a",
      "tree": "7005b266fd8a36ff11f81347486f578ddd61ea70",
      "parents": [
        "feceee80f82e1f52a8233a19015c1ed0e4cef2ef"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:40:06 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:40:06 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "feceee80f82e1f52a8233a19015c1ed0e4cef2ef",
      "tree": "c5b261a8c89de0b9b74b5f075f55e670a31af7f2",
      "parents": [
        "4e899c4314aa9e1d8ee0e6b17844c849359c42ce"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:39:57 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:39:57 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-antrun-plugin-3.1.0\n"
    },
    {
      "commit": "4e899c4314aa9e1d8ee0e6b17844c849359c42ce",
      "tree": "51fd00d0984e75fb3ca00175dc34979c2bec38fb",
      "parents": [
        "61c21bd0e95cb2e4433492f00eb473d5b39fb27d"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:11:21 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:11:21 2022 +0200"
      },
      "message": "[MANTRUN-236] Upgrade Maven Plugin Plugin to 3.6.4"
    },
    {
      "commit": "61c21bd0e95cb2e4433492f00eb473d5b39fb27d",
      "tree": "9b17cadf61131bfd5c6b5fde748c90e3101250a7",
      "parents": [
        "b44673765e5cb4990e779d9115226510403273a7"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:10:42 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 21:10:42 2022 +0200"
      },
      "message": "Update CI URL"
    },
    {
      "commit": "b44673765e5cb4990e779d9115226510403273a7",
      "tree": "3db6cdcfd68bf97ae9a165daec4fc3b1033869f2",
      "parents": [
        "43cb90edb00dfd305574820b32d368a4ae25008d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Feb 02 13:23:25 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Feb 02 16:02:59 2022 +0100"
      },
      "message": "Bump checkstyle from 9.2.1 to 9.3\n\nBumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.\n- [Release notes](https://github.com/checkstyle/checkstyle/releases)\n- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-9.3)\n\n---\nupdated-dependencies:\n- dependency-name: com.puppycrawl.tools:checkstyle\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "43cb90edb00dfd305574820b32d368a4ae25008d",
      "tree": "16f2066ecc94b993c5ea7dbcead7d72fb548a799",
      "parents": [
        "2274253cdaed396d1de6964e1c6f93ebc7502141"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Oct 13 15:43:13 2021 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jan 09 23:47:44 2022 +0100"
      },
      "message": "[MANTRUN-232] Require Maven 3.2.5 - set proper maven scopes\n\n"
    },
    {
      "commit": "2274253cdaed396d1de6964e1c6f93ebc7502141",
      "tree": "4bedbcc99de4451949de42dd63941d4532e61dfa",
      "parents": [
        "7911362e0ac86b5a1120bc8f6ef4512222c342ec"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jan 08 00:12:04 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 08 00:12:04 2022 +0100"
      },
      "message": "Shared GitHub Actions v2"
    },
    {
      "commit": "7911362e0ac86b5a1120bc8f6ef4512222c342ec",
      "tree": "809db0fcc8162d3dde3f28f656d1feeb6a2847b9",
      "parents": [
        "5bb03c35533255f04d98267c5662d3b2272835c2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 03 13:29:09 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 03 14:31:49 2022 +0100"
      },
      "message": "Bump checkstyle from 9.0.1 to 9.2.1\n\nBumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.2.1.\n- [Release notes](https://github.com/checkstyle/checkstyle/releases)\n- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.puppycrawl.tools:checkstyle\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5bb03c35533255f04d98267c5662d3b2272835c2",
      "tree": "d5bd79de6d2409996391341e55be3d40b9259eec",
      "parents": [
        "e773180d4e7d1b661efe6fa7882fcd24c11e84bc"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Oct 24 15:15:10 2021 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 03 13:40:00 2022 +0100"
      },
      "message": "(doc) Update plugins before release\n\n"
    }
  ],
  "next": "e773180d4e7d1b661efe6fa7882fcd24c11e84bc"
}
