Skip to content

Commit 4915b39

Browse files
Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.1 (#1416)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.github.ben-manes.caffeine:caffeine](https://redirect.github.com/ben-manes/caffeine) | `3.2.0` -> `3.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.ben-manes.caffeine:caffeine/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.ben-manes.caffeine:caffeine/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.ben-manes.caffeine:caffeine/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.ben-manes.caffeine:caffeine/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)</summary> ### [`v3.2.1`](https://redirect.github.com/ben-manes/caffeine/releases/tag/v3.2.1): 3.2.1 [Compare Source](https://redirect.github.com/ben-manes/caffeine/compare/v3.2.0...v3.2.1) - Fixed `computeIfAbsent` for an async cache's synchronous view to retry if incomplete - Improved `CaffeineSpec` when being reflectively constructed ([#&#8203;1839](https://redirect.github.com/ben-manes/caffeine/issues/1839)) - Improved the handling of negative durations with variable expiration - Fixed intermittent null after replacing a weak/soft value ([#&#8203;1820](https://redirect.github.com/ben-manes/caffeine/issues/1820)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e738ac commit 4915b39

File tree

1 file changed

+1
-1
lines changed
  • prometheus-metrics-instrumentation-caffeine

1 file changed

+1
-1
lines changed

prometheus-metrics-instrumentation-caffeine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.github.ben-manes.caffeine</groupId>
4040
<artifactId>caffeine</artifactId>
41-
<version>3.2.0</version>
41+
<version>3.2.1</version>
4242
<scope>provided</scope>
4343
</dependency>
4444

0 commit comments

Comments
 (0)