)]}'
{
  "log": [
    {
      "commit": "0b2aa1724df7371d158b849dd770e8742e9c4ed0",
      "tree": "ab0b9ee329a85e13ffe54d3d9ff304715c658e82",
      "parents": [
        "cb12ce6555ca3dd678ba42cab017672484b0724c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 21 06:14:51 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 21 06:14:51 2026 +0200"
      },
      "message": "Bump org.jsoup:jsoup from 1.22.1 to 1.22.2 (#1602)\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.22.1 to 1.22.2.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.22.1...jsoup-1.22.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-version: 1.22.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "cb12ce6555ca3dd678ba42cab017672484b0724c",
      "tree": "4a12fe99966824cdb99d44b48665b9af47afd9da",
      "parents": [
        "d4ae6aef6152a4211206caf808914ad8951f2443"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 31 17:33:53 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 31 17:33:53 2026 +0200"
      },
      "message": "Bump org.apache.maven.doxia:doxia-sink-api from 2.0.0 to 2.1.0 (#1595)\n\nBumps [org.apache.maven.doxia:doxia-sink-api](https://github.com/apache/maven-doxia) from 2.0.0 to 2.1.0.\n- [Release notes](https://github.com/apache/maven-doxia/releases)\n- [Commits](https://github.com/apache/maven-doxia/compare/doxia-2.0.0...doxia-2.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.doxia:doxia-sink-api\n  dependency-version: 2.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d4ae6aef6152a4211206caf808914ad8951f2443",
      "tree": "1d682253e57286cdee993a1126f5d3f462d791cb",
      "parents": [
        "a99bc570747b2623a4f3e5ca5a3dc98e379bd58b"
      ],
      "author": {
        "name": "Jack Green",
        "email": "JackPGreen@Gmail.com",
        "time": "Mon Mar 30 14:29:20 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 30 13:29:20 2026 +0000"
      },
      "message": "Fix `analyze-exclusions` crashes if there is no `dependencyManagement` element (#1597)\n\n* Fix `analyze-exclusions` crashes if there is no `dependencyManagement element\n\nAs reported in https://github.com/apache/maven-dependency-plugin/issues/1474, when executed on a project without a `dependencyManagement` tag defined, an exception is thrown:\n\n```\n[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.10.0:analyze-exclusions (default-cli) on project reproducer: Execution default-cli of goal org.apache.maven.plugins:maven-dependency-plugin:3.10.0:analyze-exclusions failed: Cannot invoke \"org.apache.maven.model.DependencyManagement.getDependencies()\" because the return value of \"org.apache.maven.project.MavenProject.getDependencyManagement()\" is null -\u003e [Help 1]\norg.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.10.0:analyze-exclusions (default-cli) on project reproducer: Execution default-cli of goal org.apache.maven.plugins:maven-dependency-plugin:3.10.0:analyze-exclusions failed: Cannot invoke \"org.apache.maven.model.DependencyManagement.getDependencies()\" because the return value of \"org.apache.maven.project.MavenProject.getDependencyManagement()\" is null\n{...}\nCaused by: java.lang.NullPointerException: Cannot invoke \"org.apache.maven.model.DependencyManagement.getDependencies()\" because the return value of \"org.apache.maven.project.MavenProject.getDependencyManagement()\" is null\n    at org.apache.maven.plugins.dependency.exclusion.AnalyzeExclusionsMojo.execute (AnalyzeExclusionsMojo.java:106)\n    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)\n    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)\n    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)\n    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)\n    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)\n    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)\n    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)\n    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)\n    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)\n    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)\n    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)\n    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:919)\n    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:285)\n    at org.apache.maven.cli.MavenCli.main (MavenCli.java:207)\n    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)\n    at java.lang.reflect.Method.invoke (Method.java:580)\n    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)\n    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)\n    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)\n    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)\n```\n\nWhen executing `analyze-exclusions`, we simply assume `getDependencyManagement` returns non-`null`.\nWhereas in other mojos a more cautious approach is taken, e.g.:\nhttps://github.com/apache/maven-dependency-plugin/blob/a99bc570747b2623a4f3e5ca5a3dc98e379bd58b/src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java#L118-L123\n\nUpdated this mojo (and corresponding test) to suit.\n\nFixes: https://github.com/apache/maven-dependency-plugin/issues/1474\n\n* Add tests\n\nAs requested in https://github.com/apache/maven-dependency-plugin/pull/1597#discussion_r3006620619\n\n* Spotless changes\n\n* Simplify test"
    },
    {
      "commit": "a99bc570747b2623a4f3e5ca5a3dc98e379bd58b",
      "tree": "7d6ff81ace222b4380347abda067cf5c076738dd",
      "parents": [
        "73bc5c003e90094a27553c2ddbd55e9990db089d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Mar 28 18:59:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 28 18:59:28 2026 +0100"
      },
      "message": "Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#1596)\n\nBumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) from 2.4.2 to 2.4.3.\n- [Release notes](https://github.com/fusesource/jansi/releases)\n- [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md)\n- [Commits](https://github.com/fusesource/jansi/compare/jansi-2.4.2...jansi-2.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.fusesource.jansi:jansi\n  dependency-version: 2.4.3\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": "73bc5c003e90094a27553c2ddbd55e9990db089d",
      "tree": "c13cc7dc1258469187e7069d27be176fae6c62ca",
      "parents": [
        "7d69fb06a3a2cecce1cf79c50d512acdeeeccc1c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 16 17:45:19 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 16 17:45:19 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.12 to 3.9.14 (#1594)\n\nBumps `mavenVersion` from 3.9.12 to 3.9.14.\n\nUpdates `org.apache.maven:maven-artifact` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.14\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14)\n\nUpdates `org.apache.maven:maven-model` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-core` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-repository-metadata` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-settings` from 3.9.12 to 3.9.14\n\nUpdates `org.apache.maven:maven-compat` from 3.9.12 to 3.9.14\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14)\n\n---\nupdated-dependencies:\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-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-model\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-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-repository-metadata\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-settings\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-compat\n  dependency-version: 3.9.14\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7d69fb06a3a2cecce1cf79c50d512acdeeeccc1c",
      "tree": "b73596a75cf633d5b81f70c559a0c50ba52c7e82",
      "parents": [
        "f7c7f97d167940a0240189e853c25ae76ff281c3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Feb 10 17:32:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 10 17:32:28 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#1589)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.5.1\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f7c7f97d167940a0240189e853c25ae76ff281c3",
      "tree": "52aae36bd35bab0435f1c808663c4bdbbded3b27",
      "parents": [
        "4127c336cc2420d0f19e7927371f979841df6e7b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Feb 05 22:15:10 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Feb 05 22:15:10 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "4127c336cc2420d0f19e7927371f979841df6e7b",
      "tree": "87640b8b2e1d36ac978cea00cf4fade389b722d5",
      "parents": [
        "68b5e4733ab4c908ce782eaa1eb7315dda9af034"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Feb 05 22:15:00 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Feb 05 22:15:00 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-dependency-plugin-3.10.0\n"
    },
    {
      "commit": "68b5e4733ab4c908ce782eaa1eb7315dda9af034",
      "tree": "e53e7e5003199c094ef20430d561e083aad45d01",
      "parents": [
        "09d5860369068c74a21e0f3153912cbf6f73ed5b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Feb 04 23:54:38 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Feb 05 21:42:24 2026 +0100"
      },
      "message": "Add analyze-only to usage page\n\nfix #1556\n"
    },
    {
      "commit": "09d5860369068c74a21e0f3153912cbf6f73ed5b",
      "tree": "1aa2596aa5754775ddab6a05b8b090c81a577985",
      "parents": [
        "4308f6ccfe82f60fdff18ddaeabb85b44e80ee0d"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Feb 04 23:13:33 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Feb 04 23:41:26 2026 +0100"
      },
      "message": "Fix Jenkin bages in README\n"
    },
    {
      "commit": "4308f6ccfe82f60fdff18ddaeabb85b44e80ee0d",
      "tree": "1e2628dee692a19710d5f7a454a28503fdbcddb2",
      "parents": [
        "ba3c570e3de0b113a07acce0be7e50686fc48c84"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 02 13:33:10 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Feb 02 17:33:07 2026 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-dependency-analyzer\n\nBumps [org.apache.maven.shared:maven-dependency-analyzer](https://github.com/apache/maven-dependency-analyzer) from 1.16.0 to 1.17.0.\n- [Release notes](https://github.com/apache/maven-dependency-analyzer/releases)\n- [Commits](https://github.com/apache/maven-dependency-analyzer/compare/v1.16.0...maven-dependency-analyzer-1.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-dependency-analyzer\n  dependency-version: 1.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ba3c570e3de0b113a07acce0be7e50686fc48c84",
      "tree": "0741d10365447de78a3395e269b3b970f1f98d5b",
      "parents": [
        "0d88b668ca4e192534bbba6402e9051aae8229ab"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 27 22:09:18 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 28 21:27:22 2026 +0100"
      },
      "message": "Apply excludeReactor to plugin dependencies in go-offline and resolve-plugins\n\nfix #1543\n"
    },
    {
      "commit": "0d88b668ca4e192534bbba6402e9051aae8229ab",
      "tree": "c39f305a98cf804f5213b2117e2d0c32009c1407",
      "parents": [
        "0075e3140a2986fef6eae41253dbc69fb287957e"
      ],
      "author": {
        "name": "Michael Walser",
        "email": "michael.walser@device-insight.com",
        "time": "Fri Nov 07 12:09:26 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 28 00:18:04 2026 +0100"
      },
      "message": "Only log dependency classpath when no property/file output is specified\n"
    },
    {
      "commit": "0075e3140a2986fef6eae41253dbc69fb287957e",
      "tree": "77e7b2797a3743603481ebf43494412e8cf2c17a",
      "parents": [
        "65d53bba0a0e829ca0ed8f17e9803d86755df61f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 27 17:32:44 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 27 17:32:44 2026 +0100"
      },
      "message": "Bump org.assertj:assertj-core (#1581)\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 2.9.1 to 3.27.7.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-core-2.9.1...assertj-build-3.27.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-version: 3.27.7\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "65d53bba0a0e829ca0ed8f17e9803d86755df61f",
      "tree": "8198017caae27af473690e99587740ac3e442c39",
      "parents": [
        "eaf54f044b31d450646c7b0cc40297cb0b829400"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 27 17:32:34 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 27 17:32:34 2026 +0100"
      },
      "message": "Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#1582)\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.6 to 3.27.7.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-version: 3.27.7\n  dependency-type: direct:development\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": "eaf54f044b31d450646c7b0cc40297cb0b829400",
      "tree": "93320f65559b92a5627b5eb94718cef9e1802ac6",
      "parents": [
        "ece9a38fdc29ca84eb278ea7c4e38be7735af4af"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 20 19:13:13 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 20 19:13:13 2026 +0100"
      },
      "message": "Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (#1580)\n\nBumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.7.0 to 1.7.1.\n- [Release notes](https://github.com/mojohaus/mrm/releases)\n- [Commits](https://github.com/mojohaus/mrm/compare/1.7.0...mrm-1.7.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:mrm-maven-plugin\n  dependency-version: 1.7.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "ece9a38fdc29ca84eb278ea7c4e38be7735af4af",
      "tree": "788043a45ffa7564ec00ac211bdb367faedfba6e",
      "parents": [
        "4e021c0ce0d71c1f33662443b75acb0f4c083f3a"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jan 18 11:27:04 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jan 18 22:07:24 2026 +0100"
      },
      "message": "Improve dependencies filtering in AbstractAnalyzeMojo\n\nFor empty exclusion we cen return the same collection of artifacts\n"
    },
    {
      "commit": "4e021c0ce0d71c1f33662443b75acb0f4c083f3a",
      "tree": "2471035f636a84000ef6b96c271bf7bef7e7ae16",
      "parents": [
        "933e203d1b20deb57dca6f8cedb6cbf2f12a9ec8"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jan 18 08:59:56 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 18 08:59:56 2026 +0100"
      },
      "message": "Migration to JUnit 5 - avoid using AbstractMojoTestCase (#1574)\n\n* Migration to JUnit 5 - avoid using AbstractMojoTestCase\n\n- bump plugin-testing to 3.5.0\n- cleanups after parent\n\n"
    },
    {
      "commit": "933e203d1b20deb57dca6f8cedb6cbf2f12a9ec8",
      "tree": "eff9967c90fd5c3f4e885d0c17cb87cb44f8b0af",
      "parents": [
        "d0511ef7418b44cce418e23139ef4a1047fe9b73"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Jan 16 17:56:12 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 16 17:56:12 2026 +0100"
      },
      "message": "Introduce graphRoots for dependencyFilter based mojos (#1571)\n\nWith graphRoots it is possible to select one or more dependencies as the root of the artifact filters. By doing this you can isolate a set of jars for further purpose, like giving them their own classloader.\n\n---------\n\nCo-authored-by: Maarten Mulders \u003cmthmulders@users.noreply.github.com\u003e"
    },
    {
      "commit": "d0511ef7418b44cce418e23139ef4a1047fe9b73",
      "tree": "f6f26700e287f51561fa48bc10e6ed33b6e6b362",
      "parents": [
        "1cad2a567760d94bf5b06d42fa93ebfb999aca2a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jan 15 12:46:07 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 15 12:46:07 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#1578)\n\n* Bump org.apache.maven.plugins:maven-plugins from 46 to 47\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 46 to 47.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002747\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* cleanups\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "1cad2a567760d94bf5b06d42fa93ebfb999aca2a",
      "tree": "e03ac6a419096bc5dd93c01c9093099aeb677dfe",
      "parents": [
        "bd0a4785aae6416ad6445d2c74d73479de8f9f44"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 13 17:48:11 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 17:48:11 2026 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 (#1576)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.4 to 4.11.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.4...plexus-archiver-4.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.11.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "bd0a4785aae6416ad6445d2c74d73479de8f9f44",
      "tree": "3c55c2a6afd6721620150200c727e5feb44f71ae",
      "parents": [
        "d6830bcbffde3129dc528642f292ae7cd9e053e6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:34:48 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:34:48 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#1573)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 to 46.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002746\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d6830bcbffde3129dc528642f292ae7cd9e053e6",
      "tree": "e3e280f4a5382f64c7176f274b822c03b15bc569",
      "parents": [
        "9876c7e8ce99387c021f5d85f5e0716ec539372a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jan 02 15:52:12 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 02 15:52:12 2026 +0100"
      },
      "message": "Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1572)\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.21.2...jsoup-1.22.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-version: 1.22.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "9876c7e8ce99387c021f5d85f5e0716ec539372a",
      "tree": "b1aede8a76e32b4cb2e66303bbf55785fbec1a95",
      "parents": [
        "c132819c76e3e520c66befb0a93ee621670a9ada"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Dec 28 13:22:48 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Dec 31 10:11:29 2025 +0100"
      },
      "message": "Migration to JUnit 5 - avoid using AbstractMojoTestCase\n\nNext part\n"
    },
    {
      "commit": "c132819c76e3e520c66befb0a93ee621670a9ada",
      "tree": "aebb19afc55d286f6273d2c5cf0e8e4faf3d5248",
      "parents": [
        "cc9cc12d4faf38ae80ab2795c624a220065eb766"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Dec 28 17:39:22 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 28 17:39:22 2025 +0100"
      },
      "message": "Bump mavenVersion from 3.9.11 to 3.9.12 (#1570)\n\n* Bump mavenVersion from 3.9.11 to 3.9.12\n\nBumps `mavenVersion` 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-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-model` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-core` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-repository-metadata` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-settings` from 3.9.11 to 3.9.12\n\nUpdates `org.apache.maven:maven-compat` 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\n---\nupdated-dependencies:\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-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-model\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-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-repository-metadata\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-settings\n  dependency-version: 3.9.12\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-compat\n  dependency-version: 3.9.12\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Bump resolver to 1.9.25\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "cc9cc12d4faf38ae80ab2795c624a220065eb766",
      "tree": "4d8395bfb9cb2c8e305ef6af640f0d0d9f6f5f74",
      "parents": [
        "38664c4a51a48205edd10a5b4bc29fb150707d0d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 22 17:55:31 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 22 17:55:31 2025 +0000"
      },
      "message": "Move doc comment to correct location (#1568)\n\n* Move doc comment to correct location"
    },
    {
      "commit": "38664c4a51a48205edd10a5b4bc29fb150707d0d",
      "tree": "c62d211e64292745f971ea7e78d9d5bb624a5497",
      "parents": [
        "4f045a2134e1b09c48f1a6bc99b5cf051116e624"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Dec 19 18:26:17 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 19 18:26:17 2025 +0000"
      },
      "message": "[MDEP-974] strip ansi codes when writing to a file (#1564)\n\n* strip ansi codes when writing to a file\n* Correct test name\n* expected output depends on whether we have a version of Java that supports modules or not"
    },
    {
      "commit": "4f045a2134e1b09c48f1a6bc99b5cf051116e624",
      "tree": "80cb1ec8b1bb3de30caf4d39a44c2898f9f76c5c",
      "parents": [
        "793cceb993986a257072477250cba25a0ec8fd44"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 29 19:15:04 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Dec 02 17:00:31 2025 +0100"
      },
      "message": "Migration to JUnit 5 - avoid using AbstractMojoTestCase\n\nNext part\n"
    },
    {
      "commit": "793cceb993986a257072477250cba25a0ec8fd44",
      "tree": "d12d5ecff3bb833df0a11efdd73ebbeedeaac518",
      "parents": [
        "73f8883d9c3f71f2a23e5187a4689482d662dbb0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Nov 25 16:45:15 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Nov 25 18:27:19 2025 +0100"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0\n\nBumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "73f8883d9c3f71f2a23e5187a4689482d662dbb0",
      "tree": "2fc3b52e5de5a93d8e8b40d39641d03a6be28e0d",
      "parents": [
        "206c8cd8711b64b25025adb84e3e776451d5f193"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 22 20:32:56 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Nov 24 09:37:08 2025 +0100"
      },
      "message": "Migration to JUnit 5 - avoid using AbstractMojoTestCase\n\nNext part\n"
    },
    {
      "commit": "206c8cd8711b64b25025adb84e3e776451d5f193",
      "tree": "41772ea6e974975c74927709ec6260e3b6b58fe9",
      "parents": [
        "59b868adb4e15183b6b1fee75d15ff3f3150f701"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Nov 13 19:25:12 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 22 19:18:59 2025 +0100"
      },
      "message": "Migration to JUnit 5\n"
    },
    {
      "commit": "59b868adb4e15183b6b1fee75d15ff3f3150f701",
      "tree": "2d0747dec901f01f076e7fefc8f59cf45060f03c",
      "parents": [
        "f9b5c26c97944f7822a6b1a8334e5b8b37504d75"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 07 22:00:51 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Nov 08 16:21:10 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.21.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f9b5c26c97944f7822a6b1a8334e5b8b37504d75",
      "tree": "36b5309119ca385cfac8adc85fcc8b29c84e8d43",
      "parents": [
        "d902cf46eecc67214ea178589bc0c58de6558199"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 07 22:01:21 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Nov 08 16:21:00 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.3 to 4.10.4.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.3...plexus-archiver-4.10.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.10.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d902cf46eecc67214ea178589bc0c58de6558199",
      "tree": "5bd303fa2b68cc7eb390478bb731cadd4c84a669",
      "parents": [
        "bb6b90567c49c965a5a0c60771054d1956e91651"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 07 22:01:27 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Nov 08 16:20:45 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-io from 3.5.2 to 3.6.0\n\nBumps [org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) from 3.5.2 to 3.6.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-io/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.5.2...plexus-io-3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-io\n  dependency-version: 3.6.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "bb6b90567c49c965a5a0c60771054d1956e91651",
      "tree": "713f99f7592884ff0f3a55a6aafa63f12a427714",
      "parents": [
        "795b04dd4c2dc403ed11e24505de6611291ec099"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 07 22:01:35 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Nov 08 16:20:29 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0\n\nBumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.0.0 to 1.1.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-i18n/compare/plexus-i18n-1.0.0...plexus-i18n-1.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-i18n\n  dependency-version: 1.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "795b04dd4c2dc403ed11e24505de6611291ec099",
      "tree": "587fb25171db44f8ece8a08098147e8bc5899c8b",
      "parents": [
        "b26891035bd5deff64cfe5eb4f3423c3ea54dbdb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 03 22:02:01 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Nov 07 21:23:51 2025 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.4.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": "b26891035bd5deff64cfe5eb4f3423c3ea54dbdb",
      "tree": "25bccf3c54f76000a26a7ee7dbb7d236011e71d8",
      "parents": [
        "7be4ef7245b4beecf14cb7cfc5571b779ca6ddd3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 04 03:07:49 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 04 03:07:49 2025 +0100"
      },
      "message": "JUnit Jupiter best practices (#1548)\n\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "7be4ef7245b4beecf14cb7cfc5571b779ca6ddd3",
      "tree": "e381fd38b57ff0e5c37c72f03489f4729f484de5",
      "parents": [
        "c21cbcde82ab9a39a6311ac699ace3fe149d7bee"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Oct 26 16:34:06 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 26 16:34:06 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-io from 3.5.1 to 3.5.2 (#1538)\n\nBumps [org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) from 3.5.1 to 3.5.2.\n- [Release notes](https://github.com/codehaus-plexus/plexus-io/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.5.1...plexus-io-3.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-io\n  dependency-version: 3.5.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c21cbcde82ab9a39a6311ac699ace3fe149d7bee",
      "tree": "63f974aa016c232e2683a03d931fb6b661d65ba3",
      "parents": [
        "3603ecc1f3e6291fb66fe174f3131c4031e698d8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Oct 26 16:01:33 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 26 16:01:33 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 (#1539)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.1 to 4.10.3.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.1...plexus-archiver-4.10.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.10.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "3603ecc1f3e6291fb66fe174f3131c4031e698d8",
      "tree": "ebab770df3408c666706dd016603c3beb6a1134d",
      "parents": [
        "7ce149222a9e5671feddbcf4853bd8eed795f0f2"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Oct 20 15:26:41 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 20 15:26:41 2025 +0000"
      },
      "message": "Focus on most recent version (#1537)\n\nRemoved outdated notes about plugin version and redundant copy-pasta about contributing."
    },
    {
      "commit": "7ce149222a9e5671feddbcf4853bd8eed795f0f2",
      "tree": "45c05c6f4858fa26e1a1779290a482c248ff0eea",
      "parents": [
        "6b20362d0064e9895f3a9b485438498f1688e377"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Mon Oct 20 08:48:09 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 20 08:48:09 2025 +0000"
      },
      "message": "Migrate JUnit3 based Tests to JUnit 5 (#1541)\n\n* chore: migration from junit3 to junit5\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: remove unused code\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n---------\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "6b20362d0064e9895f3a9b485438498f1688e377",
      "tree": "c3a343c1b589c86b0d70529f1556beea84f207c4",
      "parents": [
        "db1cb0dbeba46e802679a13662f35d500546f277"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Oct 02 19:25:15 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 02 19:25:15 2025 +0200"
      },
      "message": "Add hacktoberfest label to project"
    },
    {
      "commit": "db1cb0dbeba46e802679a13662f35d500546f277",
      "tree": "db98fc41ea7a9ae5fe26623831e6a23ec6fbcbc5",
      "parents": [
        "826e5f064fb023b3b714280e9d2007dec1fae189"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 29 07:54:44 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 29 07:54:44 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "826e5f064fb023b3b714280e9d2007dec1fae189",
      "tree": "5841f77e1621359df0bba953016cfdb520484312",
      "parents": [
        "0db1acc3929ab2b91998d3910078d6f494af8f8b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 29 07:54:34 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 29 07:54:34 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-dependency-plugin-3.9.0\n"
    },
    {
      "commit": "0db1acc3929ab2b91998d3910078d6f494af8f8b",
      "tree": "ace4e9cb58b9063a5b75a59602c984460c34d31f",
      "parents": [
        "e50031a17b4349ddd80c41371fe43f2f2ce8ecfd"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 29 00:11:32 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 29 00:11:32 2025 +0200"
      },
      "message": "Use Resolver API in go-offline for dependencies resolving (#1533)\n\n* Use Resolver API in go-offline for dependencies resolving\n\n- add assertions in IT test\n- filters should be rewritten to Resolver API\n\n* invoker 3.9.1"
    },
    {
      "commit": "e50031a17b4349ddd80c41371fe43f2f2ce8ecfd",
      "tree": "8e1cd5b0de61694507c4d18ce112f5657a6e10d8",
      "parents": [
        "6ed4b1abf463556391e957b1c3201662276ef0b1"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Sep 25 20:24:53 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Sep 26 16:04:06 2025 +0200"
      },
      "message": "Use Resolver API in go-offline for plugins resolving\n\n- use the same method for generating plugin list as in resolve-plugin\n- move parameter where is used\n- move some method where is used\n- cleanups\n"
    },
    {
      "commit": "6ed4b1abf463556391e957b1c3201662276ef0b1",
      "tree": "aecb22f465b282edad00b1d92f3476262b7c6f2b",
      "parents": [
        "8776c61b557b162a364d5d7eef7b2c75069787f8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 24 22:02:10 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Sep 26 10:30:40 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0\n\nBumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.19.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8776c61b557b162a364d5d7eef7b2c75069787f8",
      "tree": "3e14e3c802fdbed3fb5cbb9619c9ea3f006c9e0a",
      "parents": [
        "d2af78edcf2f8b59fcb6df0f8b02c54a4963d47c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 22 22:01:34 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 23 08:06:16 2025 +0200"
      },
      "message": "Bump org.assertj:assertj-core from 3.27.5 to 3.27.6\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.5 to 3.27.6.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.5...assertj-build-3.27.6)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-version: 3.27.6\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d2af78edcf2f8b59fcb6df0f8b02c54a4963d47c",
      "tree": "9bed7cd27fa89c8779de3209f15fd1a5b05e2a2b",
      "parents": [
        "dcd4b7d18a10906c56ad2e4f5a602479d68aa7dc"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 22 21:56:29 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 23 07:50:53 2025 +0200"
      },
      "message": "Ignore Mockito 5.x and SLF4j 2.x by dependabot\n"
    },
    {
      "commit": "dcd4b7d18a10906c56ad2e4f5a602479d68aa7dc",
      "tree": "fd70e82831bfe1a7ee8f1314457a0ed48ecf489c",
      "parents": [
        "752394802bb182db81dc9348540cbae850a0d571"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 18 22:01:05 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 22 21:51:12 2025 +0200"
      },
      "message": "Bump org.assertj:assertj-core from 3.27.4 to 3.27.5\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.5)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-version: 3.27.5\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "752394802bb182db81dc9348540cbae850a0d571",
      "tree": "edb9aa9d1ff3acbb633ac8c6de4df864cdb9f422",
      "parents": [
        "23186d4462bf16ddd566a5e64f1e1c21580e7f51"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Sep 17 22:49:45 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Sep 21 09:25:01 2025 +0200"
      },
      "message": "Strict check of dependencies usage\n"
    },
    {
      "commit": "23186d4462bf16ddd566a5e64f1e1c21580e7f51",
      "tree": "d598b2f5f6f55728cd58ccdcefc44b4d7119e0f4",
      "parents": [
        "bc1893f40ddad014bc33d77621068dfd3b145455"
      ],
      "author": {
        "name": "Romain Manni-Bucau",
        "email": "rmannibucau@apache.org",
        "time": "Thu Sep 18 08:03:22 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 18 08:03:22 2025 +0200"
      },
      "message": "Fixes #1522, add render-dependencies mojo (#1523)\n\n"
    },
    {
      "commit": "bc1893f40ddad014bc33d77621068dfd3b145455",
      "tree": "74c4f63695b61ab508cccf144d6f30e19faa725d",
      "parents": [
        "93776499fe324aa31c91c4ae9f0fb48878c8ab35"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 15 23:57:23 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 16 18:45:24 2025 +0200"
      },
      "message": "Use Resolver API in resolve-plugin\n\n- change parent class to fewer details\n- use parameter where is needed\n- retrieve list of plugins from project reposting / build section\n"
    },
    {
      "commit": "93776499fe324aa31c91c4ae9f0fb48878c8ab35",
      "tree": "39212162d0c920bde68b909f5c1637c0057ad774",
      "parents": [
        "f99b5984bd99cb936225721a9f51a15f7b1dee7e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Sep 13 23:28:16 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Sep 14 08:50:20 2025 +0200"
      },
      "message": "ProjectBuildingRequest should not be modified\n\nWe should set new properties on copy of ProjectBuildingRequest not on one returned by MavenSession\n\nIn other case change can have impact on whole MavenSession\n"
    },
    {
      "commit": "f99b5984bd99cb936225721a9f51a15f7b1dee7e",
      "tree": "bc0b6b2271a181e7aa8fbcbecd24ac04a8a83cef",
      "parents": [
        "cf4ffccef0c092f24f45f7bfa87da94393c1b4e5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Sep 13 18:31:14 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 13 22:31:14 2025 +0000"
      },
      "message": "Follow Oracle javadoc guidelines (#1519)\n\n"
    },
    {
      "commit": "cf4ffccef0c092f24f45f7bfa87da94393c1b4e5",
      "tree": "6bb4c2cb2bccf328a12946dae588d585f4e08598",
      "parents": [
        "91a03a6c132216a05cab1d72ece8acd50a9c2435"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Sep 13 22:06:59 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Sep 13 22:36:34 2025 +0200"
      },
      "message": "Simplify usage of RepositoryManager and DependencyResolver\n\nMove it where is used, not all Mojos need it\n"
    },
    {
      "commit": "91a03a6c132216a05cab1d72ece8acd50a9c2435",
      "tree": "8c5333868af6214ad7d163757e565d65d32b4dee",
      "parents": [
        "7b5c7ad31866fdd78db237960bba84f44ed9d119"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 10 19:13:14 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Sep 13 13:01:30 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3\n\nBumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.18.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "7b5c7ad31866fdd78db237960bba84f44ed9d119",
      "tree": "7cc743d6967279e2a1352404d9e15cd589fc7850",
      "parents": [
        "a69038f1ad242e67ef1fa419d7f9c2d5b13c3b00"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Sep 03 23:09:14 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Sep 10 21:12:20 2025 +0200"
      },
      "message": "Bump Maven in dependencies to 3.9.11\n\nproject still require 3.6.3\n"
    },
    {
      "commit": "a69038f1ad242e67ef1fa419d7f9c2d5b13c3b00",
      "tree": "5fb2281648ed136d6d1ac0c28fbe58f9120d102f",
      "parents": [
        "d52bc1f8fb396a14a107080850f829a0be2719bf"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Sep 03 00:15:45 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Sep 03 19:19:50 2025 +0200"
      },
      "message": "Use Resolver API in copy and unpack\n\nNext step to remove maven-artifact-transfer and legacy staff\n"
    },
    {
      "commit": "d52bc1f8fb396a14a107080850f829a0be2719bf",
      "tree": "9325713966b2260574f169ff06ff8586cc9a8ac3",
      "parents": [
        "0ece27d9414d2ce874ea40fb5b2122395595225c"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Sep 01 22:52:33 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 02 07:01:20 2025 +0200"
      },
      "message": "Re-run failed tests and redirect outputs from tests to file\n\nsome test are flaky, try to re-run it make build more stable\n\ntests generate many debug outputs, it is not needed by default\n"
    },
    {
      "commit": "0ece27d9414d2ce874ea40fb5b2122395595225c",
      "tree": "ecc19415b79f0470eb8bfab06b1a4acc641ab83d",
      "parents": [
        "58604f9cd6c5d29299e07d74fb74de1053de57b4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 01 22:01:21 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 01 22:01:21 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#1510)\n\n* Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0\n\nBumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.0-beta-10 to 1.0.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-i18n/commits/plexus-i18n-1.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-i18n\n  dependency-version: 1.0.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Remove exclusions from plexus-i18n dependency\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Sylwester Lachiewicz \u003cslachiewicz@apache.org\u003e"
    },
    {
      "commit": "58604f9cd6c5d29299e07d74fb74de1053de57b4",
      "tree": "e41957328025008d664d130583cda8e63d10a7ca",
      "parents": [
        "7436d59d99c5b242192a1fcedf579e61fff844b7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Aug 23 16:19:23 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Aug 26 22:12:58 2025 +0200"
      },
      "message": "Update site descriptor to 2.0.0\n"
    },
    {
      "commit": "7436d59d99c5b242192a1fcedf579e61fff844b7",
      "tree": "711a7647d47ec92edbdd760a56634cc2ee3679a2",
      "parents": [
        "35949b16427e0272d86da1c2e90174df5b2477ce"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 26 17:07:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 26 17:07:34 2025 +0200"
      },
      "message": "Bump org.jsoup:jsoup from 1.21.1 to 1.21.2 (#1509)\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.1 to 1.21.2.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.21.1...jsoup-1.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-version: 1.21.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "35949b16427e0272d86da1c2e90174df5b2477ce",
      "tree": "b851ce30785cfcff128d5c0860eb90c9681b0773",
      "parents": [
        "3982da611d034db5b0388059f5ee9f28115f1551"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Aug 23 14:31:43 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Aug 23 16:21:04 2025 +0200"
      },
      "message": "Add tag-template to release-drafter configuration\n"
    },
    {
      "commit": "3982da611d034db5b0388059f5ee9f28115f1551",
      "tree": "f61d5499d8b82de98395d860327ef1e74344c510",
      "parents": [
        "9bdfecf8ebf91183e396c0cd80506e1bc56116f9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 17 20:28:04 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 20:48:52 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 in /src/it/projects/tree\n\nBumps org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.18.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "9bdfecf8ebf91183e396c0cd80506e1bc56116f9",
      "tree": "3a178c923569b860733b15a3b6714f242e3ba9b4",
      "parents": [
        "1deae6751904b848c58e6a7c9f255ed6d63551be"
      ],
      "author": {
        "name": "Ndacyayisenga-droid",
        "email": "ndacyayinoah@gmail.com",
        "time": "Thu Jun 26 09:07:26 2025 +0300"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 20:47:36 2025 +0200"
      },
      "message": "[MDEP-979] Clean up AbstractDependencyMojoTestCase setUp\n"
    },
    {
      "commit": "1deae6751904b848c58e6a7c9f255ed6d63551be",
      "tree": "236f76fef383093777f3b3525b68e165d459e17b",
      "parents": [
        "9a73a352a708c052f5604953e250d72917a0667e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 21 22:27:37 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 20:39:49 2025 +0200"
      },
      "message": "Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0\n\nBumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.6.0 to 1.7.0.\n- [Release notes](https://github.com/mojohaus/mrm/releases)\n- [Commits](https://github.com/mojohaus/mrm/compare/1.6.0...1.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:mrm-maven-plugin\n  dependency-version: 1.7.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9a73a352a708c052f5604953e250d72917a0667e",
      "tree": "7bfbc64fe5b8375d93525cffe972836e9b2d0005",
      "parents": [
        "b9c6c2c2459926bcb36f48ea9fe1d62fca432175"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 14 22:58:57 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 21 23:44:26 2025 +0200"
      },
      "message": "Bump jettyVersion from 9.4.57.v20241219 to 9.4.58.v20250814\n\nBumps `jettyVersion` from 9.4.57.v20241219 to 9.4.58.v20250814.\n\nUpdates `org.eclipse.jetty:jetty-server` from 9.4.57.v20241219 to 9.4.58.v20250814\n\nUpdates `org.eclipse.jetty:jetty-util` from 9.4.57.v20241219 to 9.4.58.v20250814\n\nUpdates `org.eclipse.jetty:jetty-security` from 9.4.57.v20241219 to 9.4.58.v20250814\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty:jetty-server\n  dependency-version: 9.4.58.v20250814\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-util\n  dependency-version: 9.4.58.v20250814\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-security\n  dependency-version: 9.4.58.v20250814\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b9c6c2c2459926bcb36f48ea9fe1d62fca432175",
      "tree": "aa4861871dba888fedff1bf9a138f1f0df22c29b",
      "parents": [
        "40b7c0f84d75e611f0253eb6974d2e4c0f140f2d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 21 07:49:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 21 07:49:34 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (#1505)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.0 to 4.10.1.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.0...plexus-archiver-4.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.10.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "40b7c0f84d75e611f0253eb6974d2e4c0f140f2d",
      "tree": "9444c7e201bd93e79bb6625486ce5708b99fffb1",
      "parents": [
        "78664f4f960c811e4de03ec20c3cfbfcc4d86f46"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Apr 25 00:24:08 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Aug 17 21:33:37 2025 +0200"
      },
      "message": "Build by Maven 4\n"
    },
    {
      "commit": "78664f4f960c811e4de03ec20c3cfbfcc4d86f46",
      "tree": "932eaee4a11ed4a206cd34eaa330e653dd2e4674",
      "parents": [
        "bed92902d2f51f1931ec44d4357e1f56e90da700"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Aug 12 19:34:52 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Aug 13 09:00:16 2025 +0200"
      },
      "message": "Enable prevent branch protection rules\n"
    },
    {
      "commit": "bed92902d2f51f1931ec44d4357e1f56e90da700",
      "tree": "2e9a627be983ca31c3f77011a11bc0d4500e5236",
      "parents": [
        "8b94652eec5954ae29566305abf0a0d49bf3956e"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Sun Aug 10 16:08:23 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 10 15:08:23 2025 +0200"
      },
      "message": "Fix [MDEP-931] Replace PrintWriter with Writer in AbstractSerializing Visitor and subclasses (#530)\n\n"
    },
    {
      "commit": "8b94652eec5954ae29566305abf0a0d49bf3956e",
      "tree": "4b5e4f18727cde63b0c9b000e253558fe63af82b",
      "parents": [
        "fb788570f4efbf6938d5cf244cc4f8af4605a967"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 18 22:40:43 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Aug 10 14:49:27 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.20.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "fb788570f4efbf6938d5cf244cc4f8af4605a967",
      "tree": "36368b4a7129994ded5a1f9ed356bcf867ab5f42",
      "parents": [
        "0ff6c5330ecdb6544cf7a649f375bf4769b13488"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 08 12:09:30 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 08 12:09:30 2025 +0200"
      },
      "message": "Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#1501)\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-version: 3.27.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": "0ff6c5330ecdb6544cf7a649f375bf4769b13488",
      "tree": "0bc44de6ebc4bfc27fadf1875404817f299885c5",
      "parents": [
        "e3b121a18c5eb5e3d5fc308b82f528e25963410e"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Fri Jul 25 04:04:59 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 25 11:04:59 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#1497)\n\n"
    },
    {
      "commit": "e3b121a18c5eb5e3d5fc308b82f528e25963410e",
      "tree": "454ad1730459a7138dc7cfc4394fd063a180a9c2",
      "parents": [
        "e8235e00074957545eb430492977162dc6d525c7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 13 10:40:08 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 13 14:09:51 2025 +0200"
      },
      "message": "Cleanups dependencies\n"
    },
    {
      "commit": "e8235e00074957545eb430492977162dc6d525c7",
      "tree": "5f796b8c687687d245face0250138d5a521ea86a",
      "parents": [
        "6214394c738952a76121f8c96c8b7f39dfe4f8f3"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 12 20:46:06 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 12 20:46:06 2025 +0200"
      },
      "message": "enable notifications after JIRA import\n"
    },
    {
      "commit": "6214394c738952a76121f8c96c8b7f39dfe4f8f3",
      "tree": "483a311e8c452a8e186654399dfe12c8f53e5eaf",
      "parents": [
        "953f412d4ceb1bcf361bda6aa9163300dc7e4333"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 10 06:37:58 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 10 06:37:58 2025 +0200"
      },
      "message": "Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#1494)\n\nBumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-lang3\n  dependency-version: 3.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "953f412d4ceb1bcf361bda6aa9163300dc7e4333",
      "tree": "27d6be21dd6014959f6f991722fa866a3c5bfa68",
      "parents": [
        "88585aa737d87da39f009ec1dff3add469e625fe"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jul 07 08:44:44 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 07 12:44:44 2025 +0000"
      },
      "message": "[MEDP-964] unconditionally ignore dependencies known to be loaded by reflection (#1492)\n\n* unconditionally ignore dependencies known to be loaded by reflection\n* docs"
    },
    {
      "commit": "88585aa737d87da39f009ec1dff3add469e625fe",
      "tree": "b25b7c5fac6a5e74080ce0b2e8666f5d1225ba39",
      "parents": [
        "4a869766a611bf569995ba9ce9160471e05509c5"
      ],
      "author": {
        "name": "Mark Derricutt",
        "email": "mark@talios.com",
        "time": "Mon Jul 07 23:07:35 2025 +1200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 07 11:07:35 2025 +0000"
      },
      "message": "Update maven-dependency-analyzer to support Java24 (#528)\n\n* Update maven-dependency-analyzer to support Java24\n\nThis commit updates the analyser version which supports reading byte\ncode generated by Java 24.\n\nFixes #524\n\n* Fix IT\n\n---------\n\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "4a869766a611bf569995ba9ce9160471e05509c5",
      "tree": "20a061a4ce5e26f0b41bb339358e917b45ffa365",
      "parents": [
        "f164515f2fd9649b5e5f818b53fc5b238b8d5deb"
      ],
      "author": {
        "name": "Vaibhav Batra",
        "email": "vaibhav.batra15@gmail.com",
        "time": "Sun Jun 15 03:27:19 2025 +0530"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 06 22:57:20 2025 +0200"
      },
      "message": "Fix - markersDirectory is not working when unpack goal is executed from command line #536\n"
    },
    {
      "commit": "f164515f2fd9649b5e5f818b53fc5b238b8d5deb",
      "tree": "dcd0b056a1442b7a9b7816a90e9f29378dcde8e3",
      "parents": [
        "fade356b506fd039e720168501d4c6ca2bb3065c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jul 06 10:46:55 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 06 14:46:55 2025 +0000"
      },
      "message": "grammar and jacdoc fixes (#1491)\n\n* grammar\n\n* more"
    },
    {
      "commit": "fade356b506fd039e720168501d4c6ca2bb3065c",
      "tree": "543fcb583b8b78049ba2d570d8abd0a3225c78fc",
      "parents": [
        "caa60d1e9ffde38af23c2df0bf35509c750b166c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 23 23:47:54 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jun 24 19:06:34 2025 +0200"
      },
      "message": "Bump org.jsoup:jsoup from 1.20.1 to 1.21.1\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.20.1 to 1.21.1.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.20.1...jsoup-1.21.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-version: 1.21.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "caa60d1e9ffde38af23c2df0bf35509c750b166c",
      "tree": "4a2de13515b4e8a60d11151daf0fa103bc9284bb",
      "parents": [
        "ed440862d05b2bdab34936a2569eac005252ef48"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jun 18 15:52:59 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 18 15:52:59 2025 +0000"
      },
      "message": "Copy edit parameter descriptions (#1488)\n\n"
    },
    {
      "commit": "ed440862d05b2bdab34936a2569eac005252ef48",
      "tree": "4ba5b0405775c2e68c64d8ce59d65f4ce749866e",
      "parents": [
        "2bb3631ace2942fc163808f18149ae0334450594"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 17 22:52:22 2025 +0000"
      },
      "committer": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 07:19:37 2025 +0000"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 44 to 45\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 44 to 45.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002745\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "2bb3631ace2942fc163808f18149ae0334450594",
      "tree": "a65e88437945f3f20186ab5c84b6a99b75fa83bf",
      "parents": [
        "2791f66a660ca38ac7736faa3171c98f77d7a90f"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Wed Jun 18 11:48:44 2025 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Wed Jun 18 11:48:44 2025 +1000"
      },
      "message": "disable notifications during import, remove jira\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n"
    },
    {
      "commit": "2791f66a660ca38ac7736faa3171c98f77d7a90f",
      "tree": "206ed13678fc3c38ad7704283d2eed7f48226702",
      "parents": [
        "64fa778f60c07e6db455b0cbd4f9ad619515318d"
      ],
      "author": {
        "name": "Tayebwa Noah",
        "email": "ndacyayinoah@gmail.com",
        "time": "Fri Jun 06 00:14:50 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 06 07:14:50 2025 +1000"
      },
      "message": "Document dependency tree output formats (#535)\n\n* Document dependency tree output formats\n\n* Refactor docs"
    },
    {
      "commit": "64fa778f60c07e6db455b0cbd4f9ad619515318d",
      "tree": "f7be852b22354bd88187b9b3738d2086f37bb204",
      "parents": [
        "66fa7dad193d4926e0e53ab2dad2bc3bdecdbd45"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri May 30 17:39:33 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 30 17:39:33 2025 +0000"
      },
      "message": "Small Javadoc clarifications (#533)\n\n"
    },
    {
      "commit": "66fa7dad193d4926e0e53ab2dad2bc3bdecdbd45",
      "tree": "b750cf10431b3a80bf1aa5501fcc75a93e334c07",
      "parents": [
        "b3417f0b4fb9859f271de245ba0f8a456ecb3143"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 29 22:35:22 2025 +0000"
      },
      "committer": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue May 27 10:31:01 2025 +0000"
      },
      "message": "Bump org.jsoup:jsoup from 1.19.1 to 1.20.1\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.19.1 to 1.20.1.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.19.1...jsoup-1.20.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-version: 1.20.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b3417f0b4fb9859f271de245ba0f8a456ecb3143",
      "tree": "c4a8157b7e0c57d801c3a75b0fc717fd2b935f77",
      "parents": [
        "c5b782e15f0df1a0d29cc39861c1344f82aa142b"
      ],
      "author": {
        "name": "Tayebwa Noah",
        "email": "ndacyayinoah@gmail.com",
        "time": "Tue May 27 13:29:57 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 27 20:29:57 2025 +1000"
      },
      "message": "MDEP-967 Change info to debug logging in AbstractFromConfigurationMojo (#529)\n\n"
    },
    {
      "commit": "c5b782e15f0df1a0d29cc39861c1344f82aa142b",
      "tree": "010d3bdb517aeebc89452e6c63f827fe805f82f4",
      "parents": [
        "42ec74cf7211f41e3b7817add8579b431deb3599"
      ],
      "author": {
        "name": "Tayebwa Noah",
        "email": "ndacyayinoah@gmail.com",
        "time": "Tue May 20 05:55:18 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 20 02:55:18 2025 +0000"
      },
      "message": "fix: remove duplicate maven-resolver-api and maven-resolver-util dependencies in pom.xml (#526)\n\n"
    },
    {
      "commit": "42ec74cf7211f41e3b7817add8579b431deb3599",
      "tree": "54cd89f40e4a3144e43443572de1a2d1ef9ba240",
      "parents": [
        "d96199069648f4586a540d41f3f5c5c32f08a24e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 14 22:21:13 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Apr 30 00:24:53 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.16.1 to 2.19.0\n\nBumps commons-io:commons-io from 2.16.1 to 2.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.19.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d96199069648f4586a540d41f3f5c5c32f08a24e",
      "tree": "c8f55d6ddc884d28d10c23a343cb33d19ee60ed7",
      "parents": [
        "986ecdcc3bc51fe6af7adc1ef1db2dbd393a4ba1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 20 22:25:35 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Apr 30 00:24:44 2025 +0200"
      },
      "message": "Bump org.assertj:assertj-core from 3.27.2 to 3.27.3\n\nBumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3.\n- [Release notes](https://github.com/assertj/assertj/releases)\n- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.2...assertj-build-3.27.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.assertj:assertj-core\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "986ecdcc3bc51fe6af7adc1ef1db2dbd393a4ba1",
      "tree": "e7445a7e2d2bbde021bd1c7c4702e50d4d026e7c",
      "parents": [
        "ae0efacbfa6a8d0c209019a7c02a0e8d3bbaf0e5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 04 22:48:41 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Apr 30 00:24:27 2025 +0200"
      },
      "message": "Bump org.jsoup:jsoup from 1.18.3 to 1.19.1\n\nBumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.3 to 1.19.1.\n- [Release notes](https://github.com/jhy/jsoup/releases)\n- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)\n- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.18.3...jsoup-1.19.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.jsoup:jsoup\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ae0efacbfa6a8d0c209019a7c02a0e8d3bbaf0e5",
      "tree": "742de0ad1dc7d046483be05b02ace939d8598124",
      "parents": [
        "1d153083099ded252fc466efed1184e615935536"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Fri Apr 25 17:09:17 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 25 17:09:17 2025 +0200"
      },
      "message": "Enable GH issues (#522)\n\n"
    },
    {
      "commit": "1d153083099ded252fc466efed1184e615935536",
      "tree": "ae840b3c36b4ac449fdf5752ee82d44d1297a6df",
      "parents": [
        "8d7cd8085df12880d8fe9c564a25d1cb131d52e5"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Apr 19 12:03:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 19 12:03:34 2025 +0200"
      },
      "message": "Fix broken link on analyze-exclusions-mojo (#521)\n\nThere were actual two links for the same goal, one with the correct link, but at the bottom of the page.\nThe broken one was added later in \"alphabetical correct\" position.\n\nI fixed the one at the top where it belongs and removed the one at the bottom with"
    },
    {
      "commit": "8d7cd8085df12880d8fe9c564a25d1cb131d52e5",
      "tree": "992b5194a6c185e4c020a5f95a0543d4671afd86",
      "parents": [
        "fdbcfb4e8d1aa91ab7310a52323043576a43311a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Apr 18 21:06:11 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 18 21:06:11 2025 +0000"
      },
      "message": "Remove redundant/unneeded code (#519)\n\n"
    },
    {
      "commit": "fdbcfb4e8d1aa91ab7310a52323043576a43311a",
      "tree": "86cb8d6d8b1554c0039374c8e857bda9c95bf810",
      "parents": [
        "1ce317c873447c4e5b90b4aef037fce66771f4f6"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Apr 18 21:05:40 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 18 21:05:40 2025 +0000"
      },
      "message": "Clean up test teardown and temp directories (#518)\n\n* Clean up test teardown and temp directories\n* assertNotEquals\n* avoid gc"
    },
    {
      "commit": "1ce317c873447c4e5b90b4aef037fce66771f4f6",
      "tree": "f88e935ae4f6b4731cb558743adff89c958d5752",
      "parents": [
        "377115aadb72aa2a8b11a6d2fea7708adad9eafb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 18 20:55:11 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 18 20:55:11 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#516)\n\n* 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\n\n* Fix checkstyle in tests\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "377115aadb72aa2a8b11a6d2fea7708adad9eafb",
      "tree": "46e8dfc39441d21680be84a4e04618cd14147e0f",
      "parents": [
        "96a660f1aafcf119fdcd9d68cfa0970db27b68b1"
      ],
      "author": {
        "name": "Tayebwa Noah",
        "email": "ndacyayinoah@gmail.com",
        "time": "Tue Mar 25 11:20:36 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 25 09:20:36 2025 +0100"
      },
      "message": "[MDEP-972] copy-dependencies: copy signatures alongside artifacts (#514)\n\n"
    }
  ],
  "next": "96a660f1aafcf119fdcd9d68cfa0970db27b68b1"
}
