You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/21 19:02:56 UTC

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #912: build(deps): bump gmavenplus-plugin from 1.13.1 to 2.1.0

dependabot[bot] opened a new pull request, #912:
URL: https://github.com/apache/camel-k-runtime/pull/912

   Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.13.1 to 2.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/groovy/GMavenPlus/releases">gmavenplus-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>2.1.0</h2>
   <h2>Bugs</h2>
   <p>None.</p>
   <h2>Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/230">#230</a> Recognize JDK 19 as a valid target bytecode.</li>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/232">#232</a> Recognize JDK 20 as a valid target bytecode.</li>
   </ul>
   <h2>Potentially breaking changes</h2>
   <p>None.</p>
   <h2>Notes</h2>
   <p>None.</p>
   <h2>2.0.0</h2>
   <h2>Bugs</h2>
   <p>None.</p>
   <h2>Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/210">#210</a> Improve error messages when Groovy classes can't be located (avoiding the <code>NullPointerException</code>s that were causing confusion and instead throwing our own exception).</li>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/221">#221</a> <a href="https://github.com/apache/groovy/commit/8d1901775668874575a92275304546949a3cd9c8#diff-5522480b605c81fc7dd50f58b857f5fc8802ea69229742441c6fdef328846062">https://github.com/apache/groovy/commit/8d1901775668874575a92275304546949a3cd9c8#diff-5522480b605c81fc7dd50f58b857f5fc8802ea69229742441c6fdef328846062</a> caused an exception to be thrown for Groovy 4.0.0-RC-1 and newer when binding properties in a script/console/shell and <code>bindPropertiesToSeparateVariables</code> is false. The error logging when this happens has been improved.</li>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/223">#223</a> Support <code>5</code>, <code>6</code>, <code>7</code>, <code>8</code>, and <code>1.9</code> arguments to <code>targetBytecode</code> so that validation doesn't unexpectedly fail since it uses the <code>maven.compiler.target</code> property and these arguments are valid for javac.</li>
   </ul>
   <h2>Potentially breaking changes</h2>
   <p>This release requires Java 8 and drops support for Java 7. This was necessary to update dependencies which fix vulnerabilities. Specifically, in maven-archiver. At the time of release, the following dependencies were not compatible with Java 7</p>
   <ul>
   <li>org.apache.commons:commons-compress</li>
   <li>org.codehaus.plexus:plexus-archiver</li>
   <li>org.apache.maven:maven-archiver</li>
   <li>org.codehaus.plexus:plexus-io</li>
   <li>org.codehaus.plexus:plexus-utils</li>
   </ul>
   <p>This is not the first breaking release, but it is the first breaking release to follow the <a href="https://semver.org/">semver</a> conventions.</p>
   <h2>Notes</h2>
   <p>None.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/c56807e9963e5a3bacd462b3689ec2a20e9be10f"><code>c56807e</code></a> [maven-release-plugin] prepare release 2.1.0</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/3d51f8fabf3a6135b4e7568267aee4df734b0c41"><code>3d51f8f</code></a> Fix typo using comma instead of period</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/3c8024be3340952b667b35c4be19466181d748d4"><code>3c8024b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/232">#232</a> from groovy/support_jdk20</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/70cc95487cf42eb2543afccc4e816e1ba06514bb"><code>70cc954</code></a> Support Java 20 bytecode</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/5fabc179f4efbc6bd74b495de71f26cb821f69ac"><code>5fabc17</code></a> Document requirements for Java 19</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/8a195c3263067da001faea25916dda9edb8d0eb1"><code>8a195c3</code></a> Update test Groovy version to 4.0.6</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/96a4a9cedfc9e69ec74e67818be489013c5c6ac8"><code>96a4a9c</code></a> Add more test versions</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/83ab759bfaed5c929e832d77a0b7dbbeb6be1ba6"><code>83ab759</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/231">#231</a> from groovy/230</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/e570b38b14b33cd51bd0662da02e6d75f097f038"><code>e570b38</code></a> Recognize target bytecode 19 (closes <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/230">#230</a>)</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/dbcd58e3d874f89021253b2bd1b994d9efb628a0"><code>dbcd58e</code></a> Upgrade Maven to 3.8.6</li>
   <li>Additional commits viewable in <a href="https://github.com/groovy/GMavenPlus/compare/1.13.1...2.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=1.13.1&new-version=2.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 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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k-runtime] squakez merged pull request #912: build(deps): bump gmavenplus-plugin from 1.13.1 to 2.1.0

Posted by GitBox <gi...@apache.org>.
squakez merged PR #912:
URL: https://github.com/apache/camel-k-runtime/pull/912


-- 
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: commits-unsubscribe@camel.apache.org

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