Skip to content

Commit 0b91d6d

Browse files
committed
Upgrade org.clojure/core.cache dependency
That version fixes a couple of cache-stampede issues.
1 parent c1a58f8 commit 0b91d6d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [UNRELEASED]
7+
### Changed
8+
- Upgraded org.clojure/core.cache to 1.2.263, that fixes a couple of cache-stampede issues.
9+
710
## [0.2.2] - 2026-02-23
811
### Fixed
912
- Github actions yaml file syntax

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.12.4"]
7-
[org.clojure/core.cache "1.2.254"]
7+
[org.clojure/core.cache "1.2.263"]
88
[criterium/criterium "0.4.6"]
99
[org.clojure/data.priority-map "1.2.1"]]
1010
:deploy-repositories [["snapshots" {:url "https://clojars.org/repo"

0 commit comments

Comments
 (0)