Skip to content

Commit bbe5f38

Browse files
Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2 (#165)
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.2.1 to 3.2.2. <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.2</h2> <ul> <li>Fixed characteristics returned by Spliterators (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1883">#1883</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ben-manes/caffeine/commit/f55fea436a73ed14d2d4604adbd8382a464957e9"><code>f55fea4</code></a> minor touchups</li> <li><a href="https://github.com/ben-manes/caffeine/commit/419e86182ec349b56d638cad19c4afe3760decc8"><code>419e861</code></a> increase branch coverage</li> <li><a href="https://github.com/ben-manes/caffeine/commit/a794497c5defbeff5e425fc2bf8e5783f434bf0b"><code>a794497</code></a> additional tests for collection streams</li> <li><a href="https://github.com/ben-manes/caffeine/commit/9021c7436a6e7cac08ff95751b3b71b3be64ec2d"><code>9021c74</code></a> Return correct characteristics from spliterators (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1884">#1884</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/e9ecffe422469ae865528c20823eebea302d0b3b"><code>e9ecffe</code></a> increase branch coverage</li> <li><a href="https://github.com/ben-manes/caffeine/commit/b20d83978d470e0a9dac6aee0c38d1f9448d6465"><code>b20d839</code></a> increase branch coverage</li> <li><a href="https://github.com/ben-manes/caffeine/commit/a5e031b57a6a7f4fd1bb1adc2edf9de8e62b0cca"><code>a5e031b</code></a> increase branch coverage</li> <li><a href="https://github.com/ben-manes/caffeine/commit/7df535815e3d73634e84699cfe42f0feb7d81218"><code>7df5358</code></a> Release 3.2.1</li> <li>See full diff in <a href="https://github.com/ben-manes/caffeine/compare/v3.2.1...v3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.caffeine:caffeine&package-manager=gradle&previous-version=3.2.1&new-version=3.2.2)](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 0dbbc4a commit bbe5f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
group 'org.wiremock.extensions'
1414
project.ext {
1515
versions = [
16-
caffeine : '3.2.1',
16+
caffeine : '3.2.2',
1717
handlebars : '4.3.1',
1818
wiremock : '3.13.1'
1919
]

0 commit comments

Comments
 (0)