You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/11 12:05:07 UTC

[GitHub] [maven-acr-plugin] dependabot[bot] opened a new pull request, #18: Bump mavenVersion from 3.2.5 to 3.9.2

dependabot[bot] opened a new pull request, #18:
URL: https://github.com/apache/maven-acr-plugin/pull/18

   Bumps `mavenVersion` from 3.2.5 to 3.9.2.
   Updates `maven-plugin-api` from 3.2.5 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-plugin-api's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.2/release-notes.html">Release Notes - Maven - Version 3.9.2</a></h2>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7750">MNG-7750</a>] - Interpolated properties in originalModel in an active profile.</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7759">MNG-7759</a>] - java.lang.NullPointerException at org.apache.maven.repository.internal.DefaultModelCache.newInstance (DefaultModelCache.java:37)</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7712">MNG-7712</a>] - Core should issue a warning if plugin depends on maven-compat</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7741">MNG-7741</a>] - Add more information when using -Dmaven.repo.local.recordReverseTree=true</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7754">MNG-7754</a>] - Improvement and extension of plugin validation</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7767">MNG-7767</a>] - Tone down plugin validation report</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7778">MNG-7778</a>] - Maven should print suppressed exceptions when a mojo fails</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7749">MNG-7749</a>] - Upgrade animal-sniffer from 1.21 to 1.23</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7774">MNG-7774</a>] - Maven config and command line interpolation</li>
   </ul>
   <h2>Dependency upgrade</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7670">MNG-7670</a>] - Upgrade misc dependencies</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7753">MNG-7753</a>] - Upgrade to Maven Resolver 1.9.8</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7769">MNG-7769</a>] - Upgrade to Maven Resolver 1.9.10</li>
   </ul>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/c9616018c7a021c1c39be70fb2843d6f5f9b8a1c"><code>c961601</code></a> [maven-release-plugin] prepare release maven-3.9.2</li>
   <li><a href="https://github.com/apache/maven/commit/c2331d37f52b81e036bd119ba985a4ae6d439f45"><code>c2331d3</code></a> [MNG-7778] - Include suppressed exceptions when logging failures (<a href="https://redirect.github.com/apache/maven/issues/1103">#1103</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/79556ddc6b1a560cc61ca9fe6a81be0b53fd1e09"><code>79556dd</code></a> [MNG-7774] Maven config and command line interpolation (<a href="https://redirect.github.com/apache/maven/issues/1098">#1098</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7cb87a6686505bb80167b9309293af2f204d6a3f"><code>7cb87a6</code></a> [MNG-7769] Update Resolver to 1.9.10 (<a href="https://redirect.github.com/apache/maven/issues/1101">#1101</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a2428a69148d91c8eb7e063fad64d01635b5a829"><code>a2428a6</code></a> [MNG-7767] Tone down plugin validator (<a href="https://redirect.github.com/apache/maven/issues/1092">#1092</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/924dbfecf87fa7cc3cc21c840057272321440ea8"><code>924dbfe</code></a> [MNG-7670] Update misc dependencies (<a href="https://redirect.github.com/apache/maven/issues/1089">#1089</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a4b753253586db486dc8c5b2d44166aeb0c8cd51"><code>a4b7532</code></a> [MNG-7753] Upgrade to Resolver 1.9.8 (<a href="https://redirect.github.com/apache/maven/issues/1077">#1077</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/eb7cdefaaa90143b55c70febf5e67e14831fdb38"><code>eb7cdef</code></a> [MNG-7759] Maven2 plugins will not have even session setter (<a href="https://redirect.github.com/apache/maven/issues/1084">#1084</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/bc138dc3ba1440e22c2d7a68fca3118879f831b7"><code>bc138dc</code></a> [MNG-7741] Track missing files, plugin and parent pom dependencies (<a href="https://redirect.github.com/apache/maven/issues/1058">#1058</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/0f18470576d1eb0649aa93c739b8dd39c9368716"><code>0f18470</code></a> [MNG-7750] Fix unwanted interpolation in plugins from profiles. (<a href="https://redirect.github.com/apache/maven/issues/1075">#1075</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.2.5...maven-3.9.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-core` from 3.2.5 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-core's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.2/release-notes.html">Release Notes - Maven - Version 3.9.2</a></h2>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7750">MNG-7750</a>] - Interpolated properties in originalModel in an active profile.</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7759">MNG-7759</a>] - java.lang.NullPointerException at org.apache.maven.repository.internal.DefaultModelCache.newInstance (DefaultModelCache.java:37)</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7712">MNG-7712</a>] - Core should issue a warning if plugin depends on maven-compat</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7741">MNG-7741</a>] - Add more information when using -Dmaven.repo.local.recordReverseTree=true</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7754">MNG-7754</a>] - Improvement and extension of plugin validation</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7767">MNG-7767</a>] - Tone down plugin validation report</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7778">MNG-7778</a>] - Maven should print suppressed exceptions when a mojo fails</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7749">MNG-7749</a>] - Upgrade animal-sniffer from 1.21 to 1.23</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7774">MNG-7774</a>] - Maven config and command line interpolation</li>
   </ul>
   <h2>Dependency upgrade</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7670">MNG-7670</a>] - Upgrade misc dependencies</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7753">MNG-7753</a>] - Upgrade to Maven Resolver 1.9.8</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7769">MNG-7769</a>] - Upgrade to Maven Resolver 1.9.10</li>
   </ul>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/c9616018c7a021c1c39be70fb2843d6f5f9b8a1c"><code>c961601</code></a> [maven-release-plugin] prepare release maven-3.9.2</li>
   <li><a href="https://github.com/apache/maven/commit/c2331d37f52b81e036bd119ba985a4ae6d439f45"><code>c2331d3</code></a> [MNG-7778] - Include suppressed exceptions when logging failures (<a href="https://redirect.github.com/apache/maven/issues/1103">#1103</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/79556ddc6b1a560cc61ca9fe6a81be0b53fd1e09"><code>79556dd</code></a> [MNG-7774] Maven config and command line interpolation (<a href="https://redirect.github.com/apache/maven/issues/1098">#1098</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7cb87a6686505bb80167b9309293af2f204d6a3f"><code>7cb87a6</code></a> [MNG-7769] Update Resolver to 1.9.10 (<a href="https://redirect.github.com/apache/maven/issues/1101">#1101</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a2428a69148d91c8eb7e063fad64d01635b5a829"><code>a2428a6</code></a> [MNG-7767] Tone down plugin validator (<a href="https://redirect.github.com/apache/maven/issues/1092">#1092</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/924dbfecf87fa7cc3cc21c840057272321440ea8"><code>924dbfe</code></a> [MNG-7670] Update misc dependencies (<a href="https://redirect.github.com/apache/maven/issues/1089">#1089</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a4b753253586db486dc8c5b2d44166aeb0c8cd51"><code>a4b7532</code></a> [MNG-7753] Upgrade to Resolver 1.9.8 (<a href="https://redirect.github.com/apache/maven/issues/1077">#1077</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/eb7cdefaaa90143b55c70febf5e67e14831fdb38"><code>eb7cdef</code></a> [MNG-7759] Maven2 plugins will not have even session setter (<a href="https://redirect.github.com/apache/maven/issues/1084">#1084</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/bc138dc3ba1440e22c2d7a68fca3118879f831b7"><code>bc138dc</code></a> [MNG-7741] Track missing files, plugin and parent pom dependencies (<a href="https://redirect.github.com/apache/maven/issues/1058">#1058</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/0f18470576d1eb0649aa93c739b8dd39c9368716"><code>0f18470</code></a> [MNG-7750] Fix unwanted interpolation in plugins from profiles. (<a href="https://redirect.github.com/apache/maven/issues/1075">#1075</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.2.5...maven-3.9.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-artifact` from 3.2.5 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-artifact's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.2/release-notes.html">Release Notes - Maven - Version 3.9.2</a></h2>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7750">MNG-7750</a>] - Interpolated properties in originalModel in an active profile.</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7759">MNG-7759</a>] - java.lang.NullPointerException at org.apache.maven.repository.internal.DefaultModelCache.newInstance (DefaultModelCache.java:37)</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7712">MNG-7712</a>] - Core should issue a warning if plugin depends on maven-compat</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7741">MNG-7741</a>] - Add more information when using -Dmaven.repo.local.recordReverseTree=true</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7754">MNG-7754</a>] - Improvement and extension of plugin validation</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7767">MNG-7767</a>] - Tone down plugin validation report</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7778">MNG-7778</a>] - Maven should print suppressed exceptions when a mojo fails</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7749">MNG-7749</a>] - Upgrade animal-sniffer from 1.21 to 1.23</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7774">MNG-7774</a>] - Maven config and command line interpolation</li>
   </ul>
   <h2>Dependency upgrade</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7670">MNG-7670</a>] - Upgrade misc dependencies</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7753">MNG-7753</a>] - Upgrade to Maven Resolver 1.9.8</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7769">MNG-7769</a>] - Upgrade to Maven Resolver 1.9.10</li>
   </ul>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/c9616018c7a021c1c39be70fb2843d6f5f9b8a1c"><code>c961601</code></a> [maven-release-plugin] prepare release maven-3.9.2</li>
   <li><a href="https://github.com/apache/maven/commit/c2331d37f52b81e036bd119ba985a4ae6d439f45"><code>c2331d3</code></a> [MNG-7778] - Include suppressed exceptions when logging failures (<a href="https://redirect.github.com/apache/maven/issues/1103">#1103</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/79556ddc6b1a560cc61ca9fe6a81be0b53fd1e09"><code>79556dd</code></a> [MNG-7774] Maven config and command line interpolation (<a href="https://redirect.github.com/apache/maven/issues/1098">#1098</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7cb87a6686505bb80167b9309293af2f204d6a3f"><code>7cb87a6</code></a> [MNG-7769] Update Resolver to 1.9.10 (<a href="https://redirect.github.com/apache/maven/issues/1101">#1101</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a2428a69148d91c8eb7e063fad64d01635b5a829"><code>a2428a6</code></a> [MNG-7767] Tone down plugin validator (<a href="https://redirect.github.com/apache/maven/issues/1092">#1092</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/924dbfecf87fa7cc3cc21c840057272321440ea8"><code>924dbfe</code></a> [MNG-7670] Update misc dependencies (<a href="https://redirect.github.com/apache/maven/issues/1089">#1089</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a4b753253586db486dc8c5b2d44166aeb0c8cd51"><code>a4b7532</code></a> [MNG-7753] Upgrade to Resolver 1.9.8 (<a href="https://redirect.github.com/apache/maven/issues/1077">#1077</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/eb7cdefaaa90143b55c70febf5e67e14831fdb38"><code>eb7cdef</code></a> [MNG-7759] Maven2 plugins will not have even session setter (<a href="https://redirect.github.com/apache/maven/issues/1084">#1084</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/bc138dc3ba1440e22c2d7a68fca3118879f831b7"><code>bc138dc</code></a> [MNG-7741] Track missing files, plugin and parent pom dependencies (<a href="https://redirect.github.com/apache/maven/issues/1058">#1058</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/0f18470576d1eb0649aa93c739b8dd39c9368716"><code>0f18470</code></a> [MNG-7750] Fix unwanted interpolation in plugins from profiles. (<a href="https://redirect.github.com/apache/maven/issues/1075">#1075</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.2.5...maven-3.9.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `maven-compat` from 3.2.5 to 3.9.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven/releases">maven-compat's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.2</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.2/release-notes.html">Release Notes - Maven - Version 3.9.2</a></h2>
   <h2>Bug</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7750">MNG-7750</a>] - Interpolated properties in originalModel in an active profile.</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7759">MNG-7759</a>] - java.lang.NullPointerException at org.apache.maven.repository.internal.DefaultModelCache.newInstance (DefaultModelCache.java:37)</li>
   </ul>
   <h2>Improvement</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7712">MNG-7712</a>] - Core should issue a warning if plugin depends on maven-compat</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7741">MNG-7741</a>] - Add more information when using -Dmaven.repo.local.recordReverseTree=true</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7754">MNG-7754</a>] - Improvement and extension of plugin validation</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7767">MNG-7767</a>] - Tone down plugin validation report</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7778">MNG-7778</a>] - Maven should print suppressed exceptions when a mojo fails</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7749">MNG-7749</a>] - Upgrade animal-sniffer from 1.21 to 1.23</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7774">MNG-7774</a>] - Maven config and command line interpolation</li>
   </ul>
   <h2>Dependency upgrade</h2>
   <ul>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7670">MNG-7670</a>] - Upgrade misc dependencies</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7753">MNG-7753</a>] - Upgrade to Maven Resolver 1.9.8</li>
   <li>[<a href="https://issues.apache.org/jira/browse/MNG-7769">MNG-7769</a>] - Upgrade to Maven Resolver 1.9.10</li>
   </ul>
   <h2>3.9.1</h2>
   <h2><a href="https://maven.apache.org/docs/3.9.1/release-notes.html">Release Notes - Maven - Version 3.9.1
   </a></h2>
   <h2>Overview About the Changes</h2>
   <p>Regression fixes from Maven 3.9.0. General performance and other fixes.</p>
   <h2>Potentially Breaking Core Changes (if migrating from 3.8.x)</h2>
   <ul>
   <li>
   <p>The Maven Resolver transport has changed from Wagon to “native HTTP”, see <a href="https://maven.apache.org/guides/mini/guide-resolver-transport.html">Resolver Transport guide</a>.</p>
   </li>
   <li>
   <p>Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965">MNG-6965</a>.</p>
   </li>
   <li>
   <p>Mojos are prevented to boostrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See <a href="https://issues.apache.org/jira/browse/MNG-7471">MNG-7471</a>.</p>
   </li>
   <li>
   <p>Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see <a href="https://issues.apache.org/jira/browse/MNG-7684">MNG-7684</a>.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven/commit/c9616018c7a021c1c39be70fb2843d6f5f9b8a1c"><code>c961601</code></a> [maven-release-plugin] prepare release maven-3.9.2</li>
   <li><a href="https://github.com/apache/maven/commit/c2331d37f52b81e036bd119ba985a4ae6d439f45"><code>c2331d3</code></a> [MNG-7778] - Include suppressed exceptions when logging failures (<a href="https://redirect.github.com/apache/maven/issues/1103">#1103</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/79556ddc6b1a560cc61ca9fe6a81be0b53fd1e09"><code>79556dd</code></a> [MNG-7774] Maven config and command line interpolation (<a href="https://redirect.github.com/apache/maven/issues/1098">#1098</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/7cb87a6686505bb80167b9309293af2f204d6a3f"><code>7cb87a6</code></a> [MNG-7769] Update Resolver to 1.9.10 (<a href="https://redirect.github.com/apache/maven/issues/1101">#1101</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a2428a69148d91c8eb7e063fad64d01635b5a829"><code>a2428a6</code></a> [MNG-7767] Tone down plugin validator (<a href="https://redirect.github.com/apache/maven/issues/1092">#1092</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/924dbfecf87fa7cc3cc21c840057272321440ea8"><code>924dbfe</code></a> [MNG-7670] Update misc dependencies (<a href="https://redirect.github.com/apache/maven/issues/1089">#1089</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/a4b753253586db486dc8c5b2d44166aeb0c8cd51"><code>a4b7532</code></a> [MNG-7753] Upgrade to Resolver 1.9.8 (<a href="https://redirect.github.com/apache/maven/issues/1077">#1077</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/eb7cdefaaa90143b55c70febf5e67e14831fdb38"><code>eb7cdef</code></a> [MNG-7759] Maven2 plugins will not have even session setter (<a href="https://redirect.github.com/apache/maven/issues/1084">#1084</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/bc138dc3ba1440e22c2d7a68fca3118879f831b7"><code>bc138dc</code></a> [MNG-7741] Track missing files, plugin and parent pom dependencies (<a href="https://redirect.github.com/apache/maven/issues/1058">#1058</a>)</li>
   <li><a href="https://github.com/apache/maven/commit/0f18470576d1eb0649aa93c739b8dd39c9368716"><code>0f18470</code></a> [MNG-7750] Fix unwanted interpolation in plugins from profiles. (<a href="https://redirect.github.com/apache/maven/issues/1075">#1075</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-3.2.5...maven-3.9.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-acr-plugin] slawekjaranowski closed pull request #18: Bump mavenVersion from 3.2.5 to 3.9.2

Posted by "slawekjaranowski (via GitHub)" <gi...@apache.org>.
slawekjaranowski closed pull request #18: Bump mavenVersion from 3.2.5 to 3.9.2
URL: https://github.com/apache/maven-acr-plugin/pull/18


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-acr-plugin] dependabot[bot] commented on pull request #18: Bump mavenVersion from 3.2.5 to 3.9.2

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #18:
URL: https://github.com/apache/maven-acr-plugin/pull/18#issuecomment-1549976292

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org