Skip to content

Commit

Permalink
deps: update dependency com.github.ben-manes.caffeine:caffeine to v2.…
Browse files Browse the repository at this point in the history
…9.1 (#165)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.github.ben-manes.caffeine:caffeine](https://togithub.com/ben-manes/caffeine) | `2.9.0` -> `2.9.1` | [![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.caffeine:caffeine/2.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.caffeine:caffeine/2.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.caffeine:caffeine/2.9.1/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.caffeine:caffeine/2.9.1/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ben-manes/caffeine</summary>

### [`v2.9.1`](https://togithub.com/ben-manes/caffeine/releases/v2.9.1)

[Compare Source](https://togithub.com/ben-manes/caffeine/compare/v2.9.0...v2.9.1)

Cache

-   Added cancellation of the next scheduled expiration cleanup when the cache becomes empty ([#&#8203;542](https://togithub.com/ben-manes/caffeine/issues/542))
-   Improved how variable expiration reorganizes the timer events ([#&#8203;541](https://togithub.com/ben-manes/caffeine/issues/541))
-   Added putIfAbsent optimistic fastpath ([#&#8203;506](https://togithub.com/ben-manes/caffeine/issues/506))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsublite-spark).
  • Loading branch information
renovate-bot committed May 14, 2021
1 parent 7d8684b commit f1ec795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit f1ec795

Please sign in to comment.