dependabot[bot] opened a new pull request, #2625:
URL: https://github.com/apache/plc4x/pull/2625

   Bumps 
[org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus)
 from 4.3.1 to 5.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/groovy/GMavenPlus/releases";>org.codehaus.gmavenplus:gmavenplus-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>5.1.0</h2>
   <h2>Bugs</h2>
   <ul>
   <li>fix: Use Maven source-root removal APIs (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/341";>#341</a>)</li>
   <li>Drop warnings about missing dependencies down to debug (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/390";>#390</a>)</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Add to Java 25 enum LanguageLevel by <a 
href="https://github.com/jonesbusy";><code>@​jonesbusy</code></a> in <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/346";>#346</a></li>
   <li>feat: Honor compiler release for Groovy bytecode (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/387";>#387</a>)</li>
   </ul>
   <h2>Potentially breaking changes</h2>
   <p>None.</p>
   <h2>Notes</h2>
   <p>None.</p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/jonesbusy";><code>@​jonesbusy</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/346";>#346</a></li>
   </ul>
   <h2>Full Changelog</h2>
   <p><a 
href="https://github.com/groovy/GMavenPlus/compare/5.0.0...5.1.0";>https://github.com/groovy/GMavenPlus/compare/5.0.0...5.1.0</a></p>
   <h2>5.0.0</h2>
   <h2>Bugs</h2>
   <ul>
   <li>Fix Javadoc mismatch in <code>ReflectionUtils.getDeclaredMethods</code> 
(<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/365";>#365</a>)</li>
   <li>Remove unneeded fork parameter (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/361";>#361</a>)</li>
   <li>Fix Groovy 5 shell support (closes <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/367";>#367</a>) (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/380";>#380</a>)</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Support Groovy 6 changes to GroovyDoc (closes <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/381";>#381</a>) (<a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/382";>#382</a>)</li>
   </ul>
   <h2>Potentially breaking changes</h2>
   <ul>
   <li>Removed the <code>fork</code> parameter</li>
   <li>GMavenPlus no longer includes JLine, Jansi, Ant, or Ivy dependencies</li>
   </ul>
   <h2>Notes</h2>
   <ul>
   <li>GMavenPlus used to include the Jansi 2.4 and JLine 2.14.6 so that Groovy 
2.2.0-beta-1 and newer would have colors work in Groovysh out of the box. 
However, JLine 2 is EOL, Groovy 5.x uses Jline 3, and Groovy 6.x uses JLine 4. 
Additionally, Maven 3.9 introduces a JLine 2.x into the classpath. This meant 
that Groovy 5.x and 6.x would never have their colors work with Maven 3.9.</li>
   <li>GMavenPlus used to include Ant and Ivy, to make it easy to use 
<code>@Grab</code> and <code>AntBuilder</code> in scripts, Groovysh, and Groovy 
Console. The need to remove JLine/Jansi gave a reason to revisit this 
philosophy. Here are the reasons why this was abandoned.
   <ul>
   <li>The plugin version can win over the version in the project (unless you 
make sure to use an <code>&lt;exclusion&gt;</code></li>
   <li>To avoid downloading dependencies you may or may not need</li>
   <li>If future Groovy versions use other versions of Ant/Ivy (like we ran 
into with JLine/Jansi), we'll have a similar breaking change needed</li>
   </ul>
   </li>
   <li>Here are examples of how to add back the dependencies you need
   <pre lang="xml"><code>&lt;plugin&gt;
     &lt;groupId&gt;org.codehaus.gmavenplus&lt;/groupId&gt;
     &lt;artifactId&gt;gmavenplus-plugin&lt;/artifactId&gt;
     &lt;version&gt;5.0.0&lt;/version&gt;
     &lt;executions&gt;
       &lt;execution&gt;
         &lt;goals&gt;
           &lt;goal&gt;execute&lt;/goal&gt;
   </code></pre>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/33ac4f5d495bd08189ba4744fd6d831a20d7d2cf";><code>33ac4f5</code></a>
 [maven-release-plugin] prepare release 5.1.0</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/fadc578b4f7bd6e992c2ad6af1025bd43a8a2710";><code>fadc578</code></a>
 Merge pull request <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/391";>#391</a> from 
groovy/adjust-dependency-logging</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/2180de9b4a9d04f5e0b1bc5211263418fce758ef";><code>2180de9</code></a>
 Drop warnings about missing dependencies down to debug (closes <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/390";>#390</a>)</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/3991ff8975af37c1b6f04a63069dd8c032ed319e";><code>3991ff8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/389";>#389</a> from 
groovy/feat/honor-compiler-release</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/3d29b11f9167cacbe605da14d46984a27833b51c";><code>3d29b11</code></a>
 feat: Honor compiler release for Groovy bytecode (closes <a 
href="https://redirect.github.com/groovy/GMavenPlus/issues/387";>#387</a>)</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/b7bb980c645ccb9087eeb7c9a82e8d8335fce99c";><code>b7bb980</code></a>
 build: Bump version</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/5622987ace2d306580c11c4dfadd8610f16487c6";><code>5622987</code></a>
 doc: Update redeploy instructions</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/0951225afcbdbd09451b37cc642411a719dacc54";><code>0951225</code></a>
 doc: Add a skill for updating everything</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/e510e4540dd38eda47b67336f408a124defd221c";><code>e510e45</code></a>
 doc: Add a skill for updating everything</li>
   <li><a 
href="https://github.com/groovy/GMavenPlus/commit/aec8eb1348ef552626be867d006765203d1224de";><code>aec8eb1</code></a>
 doc: Update developer documentation</li>
   <li>Additional commits viewable in <a 
href="https://github.com/groovy/GMavenPlus/compare/4.3.1...5.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.gmavenplus:gmavenplus-plugin&package-manager=maven&previous-version=4.3.1&new-version=5.1.0)](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]

Reply via email to