You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/11 19:58:45 UTC

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #1011: build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0

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

   Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven-enforcer/releases">maven-enforcer-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>3.3.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-276">[MENFORCER-276]</a> - Allow ignoring dependency scopes in RequireUpperBoundDeps (<a href="https://redirect.github.com/apache/maven-enforcer/pull/261">#261</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-470">[MENFORCER-470]</a> - Configurable scopes for DependencyConvergence rule - refactor (<a href="https://redirect.github.com/apache/maven-enforcer/pull/255">#255</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-470">[MENFORCER-470]</a> - AdvancedDependencyConvergence rule (<a href="https://redirect.github.com/apache/maven-enforcer/pull/246">#246</a>) <a href="https://github.com/alexey-anufriev"><code>@​alexey-anufriev</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-467">[MENFORCER-467]</a> - banDynamicVersions excludedScopes on project level (<a href="https://redirect.github.com/apache/maven-enforcer/pull/262">#262</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-474">[MENFORCER-474]</a> - Filter dependency by scope on project level (<a href="https://redirect.github.com/apache/maven-enforcer/pull/256">#256</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-466">[MENFORCER-466]</a> - Apply the all levels scope and optional selectors on RequireUpperBoundDeps (<a href="https://redirect.github.com/apache/maven-enforcer/pull/254">#254</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-469">[MENFORCER-469]</a> - Fix banTransitiveDependencies and transitive dependen… (<a href="https://redirect.github.com/apache/maven-enforcer/pull/253">#253</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-466">[MENFORCER-466]</a> - Changed the default set of dependency exclusions to exclude provided (<a href="https://redirect.github.com/apache/maven-enforcer/pull/248">#248</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump maven-invoker-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/266">#266</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-472">[MENFORCER-472]</a> - Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/250">#250</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-471">[MENFORCER-471]</a> - Bump plexus-utils from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/252">#252</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump apache/maven-gh-actions-shared from 2 to 3 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/251">#251</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-473">[MENFORCER-473]</a> - Notice about max JDK in custom rules (<a href="https://redirect.github.com/apache/maven-enforcer/pull/264">#264</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li>improve documentation of banDynamicVersions (<a href="https://redirect.github.com/apache/maven-enforcer/pull/265">#265</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li>
   <li>(doc) fix banDynamicVersions example (<a href="https://redirect.github.com/apache/maven-enforcer/pull/247">#247</a>) <a href="https://github.com/lorenzpahl"><code>@​lorenzpahl</code></a></li>
   <li>Fix two typos in <code>banDynamicVersions.apt.vm</code> (<a href="https://redirect.github.com/apache/maven-enforcer/pull/249">#249</a>) <a href="https://github.com/rickie"><code>@​rickie</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-472">[MENFORCER-472]</a> - Install maven-enforcer-plugin for ITs in maven-enforcer-extension (<a href="https://redirect.github.com/apache/maven-enforcer/pull/263">#263</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-476">[MENFORCER-476]</a> - Rename ResolveUtil to ResolverUtil (<a href="https://redirect.github.com/apache/maven-enforcer/pull/260">#260</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MENFORCER-465">[MENFORCER-465]</a> - Remove superfluous blanks in BanDuplicatePomDependencyVersions (<a href="https://redirect.github.com/apache/maven-enforcer/pull/257">#257</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven-enforcer/commit/4e14e11409d6b8fdaa9bd2b3fd4bf13595168152"><code>4e14e11</code></a> [maven-release-plugin] prepare release enforcer-3.3.0</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/523f5cec7ca6a4de2b07fa4b383a8abad3d62d62"><code>523f5ce</code></a> [MENFORCER-472]  Bump maven-invoker-plugin from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-enforcer/issues/266">#266</a>)</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/427b213d2d99031651ac54fe0717ded8834347d7"><code>427b213</code></a> [MENFORCER-473] Notice about max JDK in custom rules</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/6feac61b81f89ce2376f630ed58ca30c3b6bec79"><code>6feac61</code></a> improve documentation of banDynamicVersions</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/435807fa445ee30a2cf56277fa47fe69cbd91e7d"><code>435807f</code></a> Install maven-enforcer-plugin for ITs in maven-enforcer-extension</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/5895ff288ec261f519f918f03dcfc42c5a337135"><code>5895ff2</code></a> [MENFORCER-467] banDynamicVersions excludedScopes on project level (<a href="https://redirect.github.com/apache/maven-enforcer/issues/262">#262</a>)</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/78488535e0cfc37e26707c12d944ff8437b94fc4"><code>7848853</code></a> [MENFORCER-276] Allow ignoring dependency scopes in RequireUpperBoundDeps</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/42dacab4edbbf548728447ea481e9f1c71216e4d"><code>42dacab</code></a> [MENFORCER-476] Rename ResolveUtil to ResolverUtil</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/5e0ca5a91172848b9cb7bd625137d562beea3267"><code>5e0ca5a</code></a> [MENFORCER-474] Filter dependency by scope on project level</li>
   <li><a href="https://github.com/apache/maven-enforcer/commit/57746a13027dec957589fad41c53f78e25a668d0"><code>57746a1</code></a> [MENFORCER-465] Remove superfluous blanks in BanDuplicatePomDependencyVersions</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven-enforcer/compare/enforcer-3.2.1...enforcer-3.3.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-enforcer-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.3.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 #1011: build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez merged PR #1011:
URL: https://github.com/apache/camel-k-runtime/pull/1011


-- 
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