dependabot[bot] opened a new pull request, #1126: URL: https://github.com/apache/maven-compiler-plugin/pull/1126
Bumps `plexusCompilerVersion` from 2.17.0 to 2.17.1. Updates `org.codehaus.plexus:plexus-compiler-api` from 2.17.0 to 2.17.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codehaus-plexus/plexus-compiler/releases">org.codehaus.plexus:plexus-compiler-api's releases</a>.</em></p> <blockquote> <h2>2.17.1</h2> <!-- raw HTML omitted --> <h2>š Bug Fixes</h2> <ul> <li>Restore the -Xlint category on in-process javac warnings (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/515">#515</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Skip blank annotation processor names in javac and eclipse (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/513">#513</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Fix aspectj-compiler IT for Maven 4 stdout prefixing (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/509">#509</a>) <a href="https://github.com/ascheman"><code>@āascheman</code></a></li> </ul> <h2>š Documentation updates</h2> <ul> <li>Stop pinning a version in the README snippet (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/507">#507</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> </ul> <h2>š§ Build</h2> <ul> <li>Point the SCM URLs at HTTPS (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/506">#506</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Draft the version the labels imply, not always a patch (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/505">#505</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> </ul> <h2>š¦ Dependency updates</h2> <ul> <li>Bump org.eclipse.jdt:ecj from 3.46.0 to 3.46.100 (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/514">#514</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/511">#511</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/65aafbd32e082a6cb5e8ffa927a73ed512ae8a55"><code>65aafbd</code></a> [maven-release-plugin] prepare release plexus-compiler-2.17.1</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/da2af2252fd0d018e2f7f6b1c8f2f1c4e16f2da9"><code>da2af22</code></a> Restore the -Xlint category on in-process javac warnings</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/4a516c47439b0c1e51719a313cb5234ea25bfdcc"><code>4a516c4</code></a> Bump org.eclipse.jdt:ecj from 3.46.0 to 3.46.100</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/1122e2c458da784ff1f741ec23bf7bd4cf4cb397"><code>1122e2c</code></a> Share one annotation processor normalization helper</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/837b99aa914b8efccf9f9fa004cb64cd8e3b1560"><code>837b99a</code></a> Skip blank annotation processor names in javac and eclipse</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/a6af2fad0e2cb685a7812f70e22fb4a49361eb85"><code>a6af2fa</code></a> Skip -processor when the annotation processor array is empty</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/128c533d605084f5c753b000f373f88a73233ba2"><code>128c533</code></a> Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/2ed26acabb9476b0d047710e27297fde302d6d83"><code>2ed26ac</code></a> Fix aspectj-compiler IT for Maven 4 stdout prefix</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/12d89344a96a9f4500c510a2be35859012e09175"><code>12d8934</code></a> Stop pinning a version in the README snippet</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/60a14fb3d9f588eb2aa5ebd2968a858632e6f352"><code>60a14fb</code></a> Point the SCM URLs at HTTPS</li> <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.17.0...plexus-compiler-2.17.1">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.plexus:plexus-compiler-manager` from 2.17.0 to 2.17.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codehaus-plexus/plexus-compiler/releases">org.codehaus.plexus:plexus-compiler-manager's releases</a>.</em></p> <blockquote> <h2>2.17.1</h2> <!-- raw HTML omitted --> <h2>š Bug Fixes</h2> <ul> <li>Restore the -Xlint category on in-process javac warnings (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/515">#515</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Skip blank annotation processor names in javac and eclipse (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/513">#513</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Fix aspectj-compiler IT for Maven 4 stdout prefixing (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/509">#509</a>) <a href="https://github.com/ascheman"><code>@āascheman</code></a></li> </ul> <h2>š Documentation updates</h2> <ul> <li>Stop pinning a version in the README snippet (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/507">#507</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> </ul> <h2>š§ Build</h2> <ul> <li>Point the SCM URLs at HTTPS (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/506">#506</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> <li>Draft the version the labels imply, not always a patch (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/505">#505</a>) <a href="https://github.com/slachiewicz"><code>@āslachiewicz</code></a></li> </ul> <h2>š¦ Dependency updates</h2> <ul> <li>Bump org.eclipse.jdt:ecj from 3.46.0 to 3.46.100 (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/514">#514</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre (<a href="https://redirect.github.com/codehaus-plexus/plexus-compiler/pull/511">#511</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/65aafbd32e082a6cb5e8ffa927a73ed512ae8a55"><code>65aafbd</code></a> [maven-release-plugin] prepare release plexus-compiler-2.17.1</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/da2af2252fd0d018e2f7f6b1c8f2f1c4e16f2da9"><code>da2af22</code></a> Restore the -Xlint category on in-process javac warnings</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/4a516c47439b0c1e51719a313cb5234ea25bfdcc"><code>4a516c4</code></a> Bump org.eclipse.jdt:ecj from 3.46.0 to 3.46.100</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/1122e2c458da784ff1f741ec23bf7bd4cf4cb397"><code>1122e2c</code></a> Share one annotation processor normalization helper</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/837b99aa914b8efccf9f9fa004cb64cd8e3b1560"><code>837b99a</code></a> Skip blank annotation processor names in javac and eclipse</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/a6af2fad0e2cb685a7812f70e22fb4a49361eb85"><code>a6af2fa</code></a> Skip -processor when the annotation processor array is empty</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/128c533d605084f5c753b000f373f88a73233ba2"><code>128c533</code></a> Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/2ed26acabb9476b0d047710e27297fde302d6d83"><code>2ed26ac</code></a> Fix aspectj-compiler IT for Maven 4 stdout prefix</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/12d89344a96a9f4500c510a2be35859012e09175"><code>12d8934</code></a> Stop pinning a version in the README snippet</li> <li><a href="https://github.com/codehaus-plexus/plexus-compiler/commit/60a14fb3d9f588eb2aa5ebd2968a858632e6f352"><code>60a14fb</code></a> Point the SCM URLs at HTTPS</li> <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.17.0...plexus-compiler-2.17.1">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.plexus:plexus-compiler-javac` from 2.17.0 to 2.17.1 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
