dependabot[bot] opened a new pull request, #86: URL: https://github.com/apache/maven-scripting-plugin/pull/86
Bumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.7.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/mrm/releases">org.codehaus.mojo:mrm-maven-plugin's releases</a>.</em></p> <blockquote> <h2>2.0.0</h2> <h2>What's Changed in 2.0.0</h2> <p>MRM 2.0.0 is a <strong>major release</strong> with significant updates:</p> <ul> <li><strong>Requires Java 17+</strong>: Java 8 and 11 support has been dropped; Java 17 language features are now used throughout.</li> <li><strong>Requires Maven 3.9.6+</strong> minimum build version.</li> <li><strong>Decoupled API</strong>: Maven Core specific code (<code>MavenSession</code>) was removed from <code>mrm-api</code> in favor of Maven Resolver APIs.</li> <li><strong>Module Restructuring</strong>: Jetty server code was moved out of <code>mrm-maven-plugin</code> into a dedicated <code>mrm-servlet-jetty</code> module.</li> <li><strong>New Features</strong>: Added JUnit Jupiter Extension (<code>mrm-junit-jupiter</code>), HTTP authentication support (<a href="https://redirect.github.com/mojohaus/mrm/issues/23">#23</a>), filename transformers, and content transformations (such as <code>javaToClass</code>).</li> </ul> <hr /> <h3>:boom: Breaking changes</h3> <ul> <li>Remove Maven (Core) specific code from the mrm-api (<a href="https://redirect.github.com/mojohaus/mrm/pull/295">#295</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Move Jetty code to separate module (<a href="https://redirect.github.com/mojohaus/mrm/pull/287">#287</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Apply several Java 17 features (<a href="https://redirect.github.com/mojohaus/mrm/pull/301">#301</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> </ul> <h3>🚀 New features and improvements</h3> <ul> <li>Support authentication (<a href="https://redirect.github.com/mojohaus/mrm/issues/23">#23</a>) (<a href="https://redirect.github.com/mojohaus/mrm/pull/300">#300</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Introduce Jupiter Extension (<a href="https://redirect.github.com/mojohaus/mrm/pull/296">#296</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Support contentTransformation with first implementation: javaToClass (<a href="https://redirect.github.com/mojohaus/mrm/pull/291">#291</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Introduce support for FileNameTransformers (<a href="https://redirect.github.com/mojohaus/mrm/pull/290">#290</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Support unknown types (<a href="https://redirect.github.com/mojohaus/mrm/pull/299">#299</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> </ul> <h3>👻 Maintenance</h3> <ul> <li>Build the repository system from the supplier, not the service locator (<a href="https://redirect.github.com/mojohaus/mrm/pull/308">#308</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li>Replace JUnit Assertions with AssertJ Assertions (<a href="https://redirect.github.com/mojohaus/mrm/pull/302">#302</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> </ul> <h3>🔧 Build</h3> <ul> <li>adjust github action to jdk requirements (<a href="https://redirect.github.com/mojohaus/mrm/pull/286">#286</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> </ul> <h3>📦 Dependency updates</h3> <!-- raw HTML omitted --> <ul> <li>Update test dependencies (<a href="https://redirect.github.com/mojohaus/mrm/pull/292">#292</a>) <a href="https://github.com/rfscholte"><code>@rfscholte</code></a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0 (<a href="https://redirect.github.com/mojohaus/mrm/pull/314">#314</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0 (<a href="https://redirect.github.com/mojohaus/mrm/pull/313">#313</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-testing from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/mojohaus/mrm/pull/310">#310</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-io from 3.6.0 to 3.7.0 (<a href="https://redirect.github.com/mojohaus/mrm/pull/311">#311</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a href="https://redirect.github.com/mojohaus/mrm/pull/312">#312</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Stop dependabot from offering resolver 2 (<a href="https://redirect.github.com/mojohaus/mrm/pull/309">#309</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mojohaus/mrm/commit/71c4837a208de085445f10f796658b5828c58ba2"><code>71c4837</code></a> [maven-release-plugin] prepare release 2.0.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/7a1805e1703206506250536b4058df3025b117ed"><code>7a1805e</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/885c718061ed39f2049afc4c3f3db1f581631e2c"><code>885c718</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/b8dddc436ebab2ba4e96cc37be0c5c4921b21e2f"><code>b8dddc4</code></a> Bump org.codehaus.plexus:plexus-testing from 2.1.0 to 2.2.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/9c6705a755fed2ab2370235336f310112261c617"><code>9c6705a</code></a> Bump org.codehaus.plexus:plexus-io from 3.6.0 to 3.7.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/5380e1d824a1c6b2e6d666d66dc684db97d5f3ed"><code>5380e1d</code></a> Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li> <li><a href="https://github.com/mojohaus/mrm/commit/aa4d78d9d0e26a3f7348531e71b77375306298c4"><code>aa4d78d</code></a> Stop dependabot from offering resolver 2</li> <li><a href="https://github.com/mojohaus/mrm/commit/ba3e0e89d925c41121f44b0cea161fcf8ba55d9d"><code>ba3e0e8</code></a> Build the repository system from the supplier, not the service locator</li> <li><a href="https://github.com/mojohaus/mrm/commit/ffeb6df7bb54c941f799a1a0c62b63432e8badf3"><code>ffeb6df</code></a> Single-source the resolver version</li> <li><a href="https://github.com/mojohaus/mrm/commit/4cb6b6684d731cb3fda6a7e9c00d674eddc9fdd1"><code>4cb6b66</code></a> Bump org.junit:junit-bom from 6.1.2 to 6.1.3</li> <li>Additional commits viewable in <a href="https://github.com/mojohaus/mrm/compare/mrm-1.7.1...2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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]
