dependabot[bot] opened a new pull request, #44:
URL: https://github.com/apache/archiva-components/pull/44

   Bumps [ehcache](https://github.com/ehcache/ehcache3) from 3.9.9 to 3.10.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ehcache/ehcache3/releases";>ehcache's 
releases</a>.</em></p>
   <blockquote>
   <h2>Ehcache 3.10.0</h2>
   <h2>Getting started</h2>
   <p>This new minor release of Ehcache 3 adds support for the Jakarta EE 
namespaced versions of the JTA (for the transactions module) and JAXB (for 
parsing Ehcache XML files) APIs.</p>
   <p>As usual, it contains numerous <a 
href="https://github.com/ehcache/ehcache3/milestone/3.10.0?closed=1";>bug fixes 
and enhancements</a>.</p>
   <p>Ehcache 3.10.0 has been released to maven central under the following 
coordinates:</p>
   <h3>Main module</h3>
   <pre lang="xml"><code>&lt;dependency&gt;
     &lt;groupId&gt;org.ehcache&lt;/groupId&gt;
     &lt;artifactId&gt;ehcache&lt;/artifactId&gt;
     &lt;version&gt;3.10.0&lt;/version&gt;
     &lt;!-- &lt;classifier&gt;jakarta&lt;/classifier&gt; --&gt;
   &lt;/dependency&gt;
   </code></pre>
   <p>or</p>
   <pre lang="groovy"><code>implementation('org.ehcache:ehcache:3.10.0') {
   //  capabilities {
   //    requireCapability('org.ehcache:ehcache-jakarta')
   //  }
   }
   </code></pre>
   <h3>Transactions module</h3>
   <pre lang="xml"><code>&lt;dependency&gt;
     &lt;groupId&gt;org.ehcache&lt;/groupId&gt;
     &lt;artifactId&gt;ehcache-transactions&lt;/artifactId&gt;
     &lt;version&gt;3.10.0&lt;/version&gt;
     &lt;!-- &lt;classifier&gt;jakarta&lt;/classifier&gt; --&gt;
   &lt;/dependency&gt;
   </code></pre>
   <p>or</p>
   <pre 
lang="groovy"><code>implementation('org.ehcache:ehcache-transactions:3.10.0') {
   //  capabilities {
   //    requireCapability('org.ehcache:ehcache-transactions-jakarta')
   //  }
   }
   </code></pre>
   <h3>Clustering module</h3>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/ac1bb6b5e384cb49a9b7eaefefa5db1cf254adac";><code>ac1bb6b</code></a>
 Set ehcache version to</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/e8c3b4a333f3ffc60d5b8d60ac3f64741efc81e9";><code>e8c3b4a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/ehcache/ehcache3/issues/3086";>#3086</a>
 from mobasherul/version_bump</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/be74c741499b9e2595a53e80399937d099ff8a59";><code>be74c74</code></a>
 Adding license header</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/a3364b26ce232268f23dd818c91895247292d35c";><code>a3364b2</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/ehcache/ehcache3/issues/3085";>#3085</a>
 from mobasherul/version_bump</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/304e9689827df384d733660e5fbd618c9b973028";><code>304e968</code></a>
 platform version bump 5.9.16</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/0f0a1ec10ff3b4d041d067d073e6e5f5269de205";><code>0f0a1ec</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/ehcache/ehcache3/issues/3082";>#3082</a>
 from mobasherul/version_bump</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/61ec778db0225a2e4e192345aca574753465b72c";><code>61ec778</code></a>
 platform version bump 5.9.15</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/197066a180280dee70aebef69bfe989f8db78a94";><code>197066a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/ehcache/ehcache3/issues/3077";>#3077</a>
 from nnares/bugfix-3034-sync</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/a5533f9a1927c5a68c0e08008f7e454ec5078996";><code>a5533f9</code></a>
 Merge branch 'bugfix-3034' into bugfix-3034-sync</li>
   <li><a 
href="https://github.com/ehcache/ehcache3/commit/45add6939d463d01115555193426dd73e9feceea";><code>45add69</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/ehcache/ehcache3/issues/3078";>#3078</a>
 from mobasherul/version_bump</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ehcache/ehcache3/compare/v3.9.9...v3.10.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ehcache:ehcache&package-manager=maven&previous-version=3.9.9&new-version=3.10.8)](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-unsubscr...@archiva.apache.org

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

Reply via email to