dependabot[bot] opened a new pull request, #2576: URL: https://github.com/apache/cxf/pull/2576
Bumps `cxf.ehcache3.version` from 3.10.8 to 3.11.1. Updates `org.ehcache:ehcache` from 3.10.8 to 3.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ehcache/ehcache3/releases">org.ehcache:ehcache's releases</a>.</em></p> <blockquote> <h2>3.11.1</h2> <h2>Getting started</h2> <p>This new minor release of Ehcache 3 is the first new release under IBM ownership. It adds support for shared resource pools between unclustered caches. It also contains a fix for a hashing denial of service performance regression (<a href="https://redirect.github.com/ehcache/ehcache3/issues/3268">#3268</a>).</p> <blockquote> <p>[!NOTE] Ehcache 3.11 with be the last minor release line to support Java 8. The next release line will advance the Java baseline to 17.</p> </blockquote> <p>Ehcache 3.11.1 has been released to maven central under the following coordinates:</p> <h3>Main module</h3> <pre lang="xml"><code><dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.11.1</version> <!-- <classifier>jakarta</classifier> --> </dependency> </code></pre> <p>or</p> <pre lang="groovy"><code>implementation('org.ehcache:ehcache:3.11.1') { // capabilities { // requireCapability('org.ehcache:ehcache-jakarta') // } } </code></pre> <h3>Transactions module</h3> <pre lang="xml"><code><dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache-transactions</artifactId> <version>3.11.1</version> <!-- <classifier>jakarta</classifier> --> </dependency> </code></pre> <p>or</p> <pre lang="groovy"><code>implementation('org.ehcache:ehcache-transactions:3.11.1') { // capabilities { // requireCapability('org.ehcache:ehcache-transactions-jakarta') // } } </code></pre> <h3>Clustering module</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ehcache/ehcache3/commit/d07c3b47afe3d04adcb61e9e48192a75dfb453ae"><code>d07c3b4</code></a> Set ehcacheVersion to 3.11.1</li> <li><a href="https://github.com/ehcache/ehcache3/commit/f5d1a7e4189e1bcd55cdb6a6c1d256355693dff5"><code>f5d1a7e</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3274">#3274</a> from chrisdennis/issue-2494-refix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/c85a88874494e2127ff6c36cd41edf0cdedcc9b9"><code>c85a888</code></a> Fixes <a href="https://redirect.github.com/ehcache/ehcache3/issues/2494">#2494</a> : Move to drive the jcache map from the underlying Ehcache manage...</li> <li><a href="https://github.com/ehcache/ehcache3/commit/b02f2e7a4bcb1e3d18680698d0041427f9836f5c"><code>b02f2e7</code></a> Revert "Merge branch 'issue-2494-daggy' into issue-2494-daggy-integrate"</li> <li><a href="https://github.com/ehcache/ehcache3/commit/be0e98c7b26240fc6b04b3052579823cc23a358b"><code>be0e98c</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3271">#3271</a> from chrisdennis/publishing-fix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/7316d460d5cfc3705718dfb2273bf07036ff9165"><code>7316d46</code></a> Set packageGroup once and override with stagingProfileId when necessary</li> <li><a href="https://github.com/ehcache/ehcache3/commit/271609160450021c1bd50485d2e891a9d60ea8a2"><code>2716091</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3270">#3270</a> from ehcache/sonatype-central-url</li> <li><a href="https://github.com/ehcache/ehcache3/commit/3a217338427b9c01ee6235fa29a54cb2d101feff"><code>3a21733</code></a> Use new Central Repository URL in sonatype publishing</li> <li><a href="https://github.com/ehcache/ehcache3/commit/962f2d0d7711b3f3b80d07f92cee24e90e28f40f"><code>962f2d0</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3268">#3268</a> from chrisdennis/eviction-security-fix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/d97adf7d67700f564e95805cd3ffbe4c15bae3c6"><code>d97adf7</code></a> Traversers start at the start and are recycled</li> <li>Additional commits viewable in <a href="https://github.com/ehcache/ehcache3/compare/v3.10.8...v3.11.1">compare view</a></li> </ul> </details> <br /> Updates `org.ehcache.modules:ehcache-107` from 3.10.8 to 3.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ehcache/ehcache3/releases">org.ehcache.modules:ehcache-107's releases</a>.</em></p> <blockquote> <h2>3.11.1</h2> <h2>Getting started</h2> <p>This new minor release of Ehcache 3 is the first new release under IBM ownership. It adds support for shared resource pools between unclustered caches. It also contains a fix for a hashing denial of service performance regression (<a href="https://redirect.github.com/ehcache/ehcache3/issues/3268">#3268</a>).</p> <blockquote> <p>[!NOTE] Ehcache 3.11 with be the last minor release line to support Java 8. The next release line will advance the Java baseline to 17.</p> </blockquote> <p>Ehcache 3.11.1 has been released to maven central under the following coordinates:</p> <h3>Main module</h3> <pre lang="xml"><code><dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.11.1</version> <!-- <classifier>jakarta</classifier> --> </dependency> </code></pre> <p>or</p> <pre lang="groovy"><code>implementation('org.ehcache:ehcache:3.11.1') { // capabilities { // requireCapability('org.ehcache:ehcache-jakarta') // } } </code></pre> <h3>Transactions module</h3> <pre lang="xml"><code><dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache-transactions</artifactId> <version>3.11.1</version> <!-- <classifier>jakarta</classifier> --> </dependency> </code></pre> <p>or</p> <pre lang="groovy"><code>implementation('org.ehcache:ehcache-transactions:3.11.1') { // capabilities { // requireCapability('org.ehcache:ehcache-transactions-jakarta') // } } </code></pre> <h3>Clustering module</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ehcache/ehcache3/commit/d07c3b47afe3d04adcb61e9e48192a75dfb453ae"><code>d07c3b4</code></a> Set ehcacheVersion to 3.11.1</li> <li><a href="https://github.com/ehcache/ehcache3/commit/f5d1a7e4189e1bcd55cdb6a6c1d256355693dff5"><code>f5d1a7e</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3274">#3274</a> from chrisdennis/issue-2494-refix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/c85a88874494e2127ff6c36cd41edf0cdedcc9b9"><code>c85a888</code></a> Fixes <a href="https://redirect.github.com/ehcache/ehcache3/issues/2494">#2494</a> : Move to drive the jcache map from the underlying Ehcache manage...</li> <li><a href="https://github.com/ehcache/ehcache3/commit/b02f2e7a4bcb1e3d18680698d0041427f9836f5c"><code>b02f2e7</code></a> Revert "Merge branch 'issue-2494-daggy' into issue-2494-daggy-integrate"</li> <li><a href="https://github.com/ehcache/ehcache3/commit/be0e98c7b26240fc6b04b3052579823cc23a358b"><code>be0e98c</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3271">#3271</a> from chrisdennis/publishing-fix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/7316d460d5cfc3705718dfb2273bf07036ff9165"><code>7316d46</code></a> Set packageGroup once and override with stagingProfileId when necessary</li> <li><a href="https://github.com/ehcache/ehcache3/commit/271609160450021c1bd50485d2e891a9d60ea8a2"><code>2716091</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3270">#3270</a> from ehcache/sonatype-central-url</li> <li><a href="https://github.com/ehcache/ehcache3/commit/3a217338427b9c01ee6235fa29a54cb2d101feff"><code>3a21733</code></a> Use new Central Repository URL in sonatype publishing</li> <li><a href="https://github.com/ehcache/ehcache3/commit/962f2d0d7711b3f3b80d07f92cee24e90e28f40f"><code>962f2d0</code></a> Merge pull request <a href="https://redirect.github.com/ehcache/ehcache3/issues/3268">#3268</a> from chrisdennis/eviction-security-fix</li> <li><a href="https://github.com/ehcache/ehcache3/commit/d97adf7d67700f564e95805cd3ffbe4c15bae3c6"><code>d97adf7</code></a> Traversers start at the start and are recycled</li> <li>Additional commits viewable in <a href="https://github.com/ehcache/ehcache3/compare/v3.10.8...v3.11.1">compare view</a></li> </ul> </details> <br /> 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...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org