dependabot[bot] opened a new pull request, #1496: URL: https://github.com/apache/struts/pull/1496
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ben-manes/caffeine/releases">com.github.ben-manes.caffeine:caffeine's releases</a>.</em></p> <blockquote> <h2>3.2.3</h2> <ul> <li>Fixed frequency tracking of weak keys to use the object's identity hash code (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1902">#1902</a>)</li> <li>Added support for underscores in <code>CaffeineSpec</code> when using numeric literals (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1890">#1890</a>)</li> <li>Improved the external api to no longer lock when querying for the maximum size or weighted size (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1897">#1897</a>)</li> <li>Added detection and recovery when a custom <code>CompletableFuture</code> is in an inconsistent state (<a href="https://redirect.github.com/quarkusio/quarkus/issues/50513">quarkus#50513</a>)</li> </ul> <h2>3.2.2</h2> <ul> <li>Fixed characteristics returned by Spliterators (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1883">#1883</a>)</li> </ul> <h2>3.2.1</h2> <ul> <li>Fixed <code>computeIfAbsent</code> for an async cache's synchronous view to retry if incomplete</li> <li>Improved <code>CaffeineSpec</code> when being reflectively constructed (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1839">#1839</a>)</li> <li>Improved the handling of negative durations with variable expiration</li> <li>Fixed intermittent null after replacing a weak/soft value (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1820">#1820</a>)</li> </ul> <h2>3.2.0</h2> <p>Cache</p> <ul> <li>Added <a href="https://www.sigstore.dev/">Sigstore</a> signing of maven artifacts</li> <li>Added <code>Expiry</code> static factory methods (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1499">#1499</a>)</li> <li>Migrated to <a href="https://jspecify.dev/">JSpecify</a> annotations (was checker framework)</li> <li>Fixed variable expiration calculation when nearing overflow</li> <li>Added logging when an async cache's removal listener fails</li> <li>Added an expiration write optimization to more operations (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1320">#1320</a>)</li> <li>Fixed when a <code>Weigher</code> or <code>Expiry</code> fail on an async completion (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1687">#1687</a>)</li> <li>Fixed cases when the expiration ticker was also used for statistics (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1678">#1678</a>)</li> <li>Fixed refresh handling to skip if the async cache's entry is still loading (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1478">#1478</a>)</li> <li>Fixed <code>containsKey</code> for an async cache's synchronous view while in-flight (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1626">#1626</a>)</li> <li>Fixed premature expiration for an async cache when using nearly immediate expiration (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1623">#1623</a>)</li> <li>For a bulk async load returning extra mappings, wait to be added to the cache before returning (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1409">#1409</a>)</li> </ul> <p>Guava</p> <ul> <li>Relaxed the OSGi version requirement (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1160">#1160</a>)</li> </ul> <p>JCache</p> <ul> <li>Allow <code>hibernate.javax.cache.uri</code> to load the configuration from a jar (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1347">#1347</a>)</li> </ul> <h2>3.1.8</h2> <ul> <li>Added a workaround for a possible JDK concurrency bug with method handles (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1111">#1111</a>)</li> </ul> <h2>3.1.7</h2> <p>Cache</p> <ul> <li>Improved builder construction time (<a href="https://redirect.github.com/ben-manes/caffeine/issues/905">#905</a>)</li> </ul> <p>JCache</p> <ul> <li>Fixed deadlock when a cache listener writes to another cache (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1065">#1065</a>)</li> <li>Added <code>jakarta.inject</code> support, dropping <code>javax.inject</code> (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1009">#1009</a>)</li> </ul> <h2>3.1.6</h2> <ul> <li>Fixed the log message when a key's equality has changed and corrupted the underlying map (<a href="https://redirect.github.com/ben-manes/caffeine/issues/900">#900</a>, <a href="https://jira.qos.ch/browse/SLF4J-529">SLF4J-529</a>)</li> <li>Added <code>Implementation-Version</code> and other <code>MANIFEST.MF</code> attributes (<a href="https://redirect.github.com/ben-manes/caffeine/issues/889">#889</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ben-manes/caffeine/commit/5227a98b51e02b4d4fbfc2b0e33c362a138f51b1"><code>5227a98</code></a> minor build touchups</li> <li><a href="https://github.com/ben-manes/caffeine/commit/cc3f37d50776f246bfb3ddbe907d2c1a675ce901"><code>cc3f37d</code></a> reorganize into separate gradle test suites</li> <li><a href="https://github.com/ben-manes/caffeine/commit/2299add522332c06b7bbebb0b5ef322ea23f5254"><code>2299add</code></a> Allow users to read the maximum size without locking (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/1897">#1897</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/6250b384f161d1841e2bfd032f7bf375626d90ad"><code>6250b38</code></a> clarify policy javadoc and add corresponding test cases (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/1927">#1927</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/c975fc07460d2fd4008c4d4d14044f65bb1323f2"><code>c975fc0</code></a> upgrade error-prone static analyzer</li> <li><a href="https://github.com/ben-manes/caffeine/commit/d8e0a92553ab230122bcd223363c1d8ca060bce7"><code>d8e0a92</code></a> allow the project.version to be overridden by external builders</li> <li><a href="https://github.com/ben-manes/caffeine/commit/0e46d2225fece2ac0ce68d9bdd2a056af6015136"><code>0e46d22</code></a> detect if the user's future is inconsistent with the results</li> <li><a href="https://github.com/ben-manes/caffeine/commit/1971428f8b2fbd37fb57ed6a092de6d7c965f55a"><code>1971428</code></a> use the assemble task for a full build without running the test suites</li> <li><a href="https://github.com/ben-manes/caffeine/commit/782ac79e079ae404ebb948afcc6f28b60aafd8dd"><code>782ac79</code></a> use the key reference with the frequency sketch (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/1902">#1902</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/e0dd94b922b862b6afbaa59464f1d3cfb8a24596"><code>e0dd94b</code></a> minor build clean up</li> <li>Additional commits viewable in <a href="https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.2.3">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
