-
Notifications
You must be signed in to change notification settings - Fork 6
Commit bd13287
authored
Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 (#160)
Bumps
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine)
from 3.2.0 to 3.2.1.
<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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ben-manes/caffeine/commit/56b69c74535b923d00473db3779bcd4a5e5738fa"><code>56b69c7</code></a>
minor touchups</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/b0264b9137b0a1a97b6b44cb8f321a9bbf6d55ec"><code>b0264b9</code></a>
remove unnecessary <a
href="https://github.com/CanIgnoreReturnValue"><code>@CanIgnoreReturnValue</code></a>
usages for stricter checking</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/e0963ed0c83e193cf219fab261578e483f7ac5ce"><code>e0963ed</code></a>
remove unreachable code</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/29bc5f125183192438f3a7b893ce5e9f2a6ea54b"><code>29bc5f1</code></a>
fix intermittent nulls after replacing a weak/soft value on aarch64</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/dade1b1ffc9f2f979f0a6a1e48158de28d6fc803"><code>dade1b1</code></a>
minor touchups and dependency updates</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/786d1c85888e81bde5d8e68c069aefc1bab38f62"><code>786d1c8</code></a>
Use stronger memory order to avoid publication races (fixes <a
href="https://redirect.github.com/ben-manes/caffeine/issues/1820">#1820</a>)</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/d44264a3f58a2c8e8222eb4171035be1807d75cd"><code>d44264a</code></a>
fix async cache's synchronous computeIfAbsent to retry if
incomplete</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/c6af784f88cff7efdd6e11082efa342742538dd1"><code>c6af784</code></a>
remove workaround for historic fork-join pool bugs fixed in jdk8</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/08f80f4e395f0495b891f0158993277500d61625"><code>08f80f4</code></a>
increase multi-threaded test coverage</li>
<li><a
href="https://github.com/ben-manes/caffeine/commit/af2e29579d79fd811400bfd2f508b54315358fa9"><code>af2e295</code></a>
add test case for the interner's retry loop</li>
<li>Additional commits viewable in <a
href="https://github.com/ben-manes/caffeine/compare/v3.2.0...v3.2.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0a9eb1d commit bd13287Copy full SHA for bd13287
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments