Skip to content

Commit f1ec795

Browse files
authored
deps: update dependency com.github.ben-manes.caffeine:caffeine to v2.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).
1 parent 7d8684b commit f1ec795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.github.ben-manes.caffeine</groupId>
107107
<artifactId>caffeine</artifactId>
108-
<version>2.9.0</version>
108+
<version>2.9.1</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)