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

   Bumps 
[org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck)
 from 9.0.9 to 9.0.10.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jeremylong/DependencyCheck/releases";>org.owasp:dependency-check-maven's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 9.0.10</h2>
   <p>Refer to the <a 
href="https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log";>CHANGELOG.md</a>
 for information about improvements and upgrade notes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md";>org.owasp:dependency-check-maven's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.10";>Version
 9.0.10</a> (2024-03-15)</h2>
   <ul>
   <li>fix: <a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/4321";>#4321</a>
 Suppress redis server CVEs for client libraries (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/4321";>#4321</a>)
 (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6489";>#6489</a>)</li>
   <li>fix: bump commons-compress from 1.25.0 to 1.26.0 to fix CVE-2024-25710 
and CVE-2024-26308 (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6492";>#6492</a>)</li>
   <li>feat: Allow to pass NVD API key via environment variable (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6454";>#6454</a>)</li>
   <li>fix: issue 5452 - ConcurrentModificationException in 
NodePackageAnalyzer.processDependencies - adding synchronized block  (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6501";>#6501</a>)</li>
   <li>docs: document the default data directory (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6484";>#6484</a>)</li>
   <li>fix: prevent NPE in bundler audit (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6462";>#6462</a>)</li>
   <li>fix: <a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6441";>#6441</a>
 Improve suppression rule to not restrict to a single version (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6442";>#6442</a>)</li>
   </ul>
   <p>See the full listing of <a 
href="https://github.com/jeremylong/DependencyCheck/milestone/80?closed=1";>changes</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/b18a1d65a1c7ba6f7afc3b8c215fcac78ec05b59";><code>b18a1d6</code></a>
 build: prepare release v9.0.10</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/b6a03c1505a068b3018b666b115ed2f76816647a";><code>b6a03c1</code></a>
 docs: prepare release 9.0.10</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/e57ec63781441de33efd1de62a9936503151f364";><code>e57ec63</code></a>
 fix: <a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/4321";>#4321</a>
 Suppress redis server CVEs for client libraries (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/4321";>#4321</a>)
 (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6489";>#6489</a>)</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/04aff68611f17fc165e63f864011c2dc3c75c9f3";><code>04aff68</code></a>
 fix: bump commons-compress from 1.25.0 to 1.26.0 to fix CVE-2024-25710 and 
CV...</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/ea727981878764f5a1c21cb009c4777ac6d2e872";><code>ea72798</code></a>
 feat: Allow to pass NVD API key via environment variable (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6454";>#6454</a>)</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/44a3f1622ba8efbfec65c22c307dbbccb70e7306";><code>44a3f16</code></a>
 fix: issue 5452 - ConcurrentModificationException in 
NodePackageAnalyzer.proc...</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/873289ec3da83433da293ac430288901bc5edb29";><code>873289e</code></a>
 docs: document the default data directory (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6484";>#6484</a>)</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/5df22e2a86ecef5822239122958403363f347641";><code>5df22e2</code></a>
 fix: prevent NPE in bundler audit (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6462";>#6462</a>)</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/39631db5a88ed2153435abd2630d8e32518aebc1";><code>39631db</code></a>
 fix: <a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6441";>#6441</a>
 Improve suppression rule to not restrict to a single version (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6442";>#6442</a>)</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/33c4c98e868b6b34d32ada870de79f9fa56aa42e";><code>33c4c98</code></a>
 build: release 9.0.9 (<a 
href="https://redirect.github.com/jeremylong/DependencyCheck/issues/6396";>#6396</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jeremylong/DependencyCheck/compare/v9.0.9...v9.0.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp:dependency-check-maven&package-manager=maven&previous-version=9.0.9&new-version=9.0.10)](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 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: dev-unsubscr...@myfaces.apache.org

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

Reply via email to