Skip to content

Commit cfa0432

Browse files
Bump com.github.ben-manes.caffeine:caffeine from 3.1.7 to 3.1.8 (#32)
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.7 to 3.1.8. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ben-manes/caffeine/commit/b0723da5976ebb52069f6b0cccfcf44186c3fdf3"><code>b0723da</code></a> minor build plugin upgrades</li> <li><a href="https://github.com/ben-manes/caffeine/commit/82cf9a338286350b20303536014119bed8e6513a"><code>82cf9a3</code></a> Fix issue <a href="https://redirect.github.com/ben-manes/caffeine/issues/1111">#1111</a> by not creating methodType on each invocation (to work around...</li> <li><a href="https://github.com/ben-manes/caffeine/commit/b1462ddafa7d4d5c846719132427810f37a371b9"><code>b1462dd</code></a> simplify and document the coalescing bulkloader example (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/7">#7</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/f3a9345f90df76edc0349125e409af863366e108"><code>f3a9345</code></a> document the write-behind-rxjava example</li> <li><a href="https://github.com/ben-manes/caffeine/commit/2c7b87807f48d41c03806b5c9ad6087d8e4a7198"><code>2c7b878</code></a> Improve hibernate example and add resilience example using failsafe</li> <li><a href="https://github.com/ben-manes/caffeine/commit/c2befe9fc36856b4b131ba7920951708728b693d"><code>c2befe9</code></a> Bump EnricoMi/publish-unit-test-result-action from 2.8.0 to 2.9.0 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1109">#1109</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/30b3813afc978856001260acda996077db36ec3c"><code>30b3813</code></a> upgrade error prone and hibernate</li> <li><a href="https://github.com/ben-manes/caffeine/commit/6f0f14e9d7b54cf1edbdaa2ae1c004177820bc88"><code>6f0f14e</code></a> Bump com.uber.nullaway:nullaway from 0.10.11 to 0.10.12 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1108">#1108</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/17677fa21d5eb02f93edfbdfb4d5628d38d4df01"><code>17677fa</code></a> Bump org.checkerframework:checker-qual from 3.36.0 to 3.37.0 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1107">#1107</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/67b36d6cbb72a8fd8c501edc8d12c03a4f2ccb12"><code>67b36d6</code></a> Bump crate-ci/typos from 1.16.1 to 1.16.2 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1105">#1105</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ben-manes/caffeine/compare/v3.1.7...v3.1.8">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.1.7&new-version=3.1.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 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 8fdd436 commit cfa0432

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
@@ -25,7 +25,7 @@ project.ext {
2525
baseArtifact = 'wiremock-state-extension'
2626
versions = [
2727
wiremock : '3.0.0-beta-14',
28-
caffeine : '3.1.7',
28+
caffeine : '3.1.8',
2929
handlebars: '4.3.1',
3030
junit : '5.10.0',
3131
assertj : '3.24.2',

0 commit comments

Comments
 (0)