You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/09/01 16:07:25 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #1229: build(deps): bump download-maven-plugin from 1.6.6 to 1.6.7

dependabot[bot] opened a new pull request #1229:
URL: https://github.com/apache/myfaces-tobago/pull/1229


   Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.6.6 to 1.6.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/maven-download-plugin/maven-download-plugin/releases">download-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>Overwrite file if overwrite=true regardless of skipCache</h2>
   <ul>
   <li>several 3rd party dependency upgrades</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/3a7d99cb5e1a7617221b764ac0f574c30f2b66a1"><code>3a7d99c</code></a> Release 1.6.7</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/89103475bdeb48c5a131b69b5b9a3dee8b1eb939"><code>8910347</code></a> <a href="https://github-redirect.dependabot.com/maven-download-plugin/maven-download-plugin/issues/194">#194</a> Overwrite file if overwrite=true regardless of skipCache</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/05a6dc77e8bb99027d2d9c94fe2646c75e0ed1bd"><code>05a6dc7</code></a> <a href="https://github-redirect.dependabot.com/maven-download-plugin/maven-download-plugin/issues/199">#199</a> Expand javadoc for overwrite and skipCache params</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/aed992772e5e3d8d0958b665819bd3974e90b8a1"><code>aed9927</code></a> rearranging readme for readability</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/5b70471e5718ab6f98d473ab45a458957d68727d"><code>5b70471</code></a> Update README.md</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/e5e06ed12d47c0c188e4a1d609f07b2fd554879d"><code>e5e06ed</code></a> explained workaround for No such archiver error</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/4fb6c8b18a1496ae0ba6b31026e2236f7ee43ccb"><code>4fb6c8b</code></a> <a href="https://github-redirect.dependabot.com/maven-download-plugin/maven-download-plugin/issues/197">#197</a> Bump plexus-archiver to fix vulnerability in org.apache.commons:commons-...</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/5d0d0a1fbdcf0094d7e6874466bf730c60788809"><code>5d0d0a1</code></a> <a href="https://github-redirect.dependabot.com/maven-download-plugin/maven-download-plugin/issues/177">#177</a> Bump maven-core dep to fix vulnerability in transitive dep com.google.gu...</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/1887edbeafea559e4f53f8651f091167b961d01f"><code>1887edb</code></a> Update README.md</li>
   <li><a href="https://github.com/maven-download-plugin/maven-download-plugin/commit/39234995c017bf99fe2f0c678444422f14e4ee07"><code>3923499</code></a> add Travis CI bage</li>
   <li>Additional commits viewable in <a href="https://github.com/maven-download-plugin/maven-download-plugin/compare/1.6.6...1.6.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.googlecode.maven-download-plugin:download-maven-plugin&package-manager=maven&previous-version=1.6.6&new-version=1.6.7)](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: dev-unsubscribe@myfaces.apache.org

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



[GitHub] [myfaces-tobago] henningn merged pull request #1229: build(deps): bump download-maven-plugin from 1.6.6 to 1.6.7

Posted by GitBox <gi...@apache.org>.
henningn merged pull request #1229:
URL: https://github.com/apache/myfaces-tobago/pull/1229


   


-- 
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: dev-unsubscribe@myfaces.apache.org

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