Skip to content

Commit f5b4948

Browse files
authored
Merge pull request #4725 from eXist-db/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.1.2
build(deps): bump caffeine from 2.9.3 to 3.1.2
2 parents e0282b1 + 511d2a0 commit f5b4948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exist-core/src/main/java/org/exist/collections/CollectionCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void put(final Collection collection) {
154154
* @param collectionUri The URI of the Collection to remove from the Cache
155155
*/
156156
public void invalidate(final XmldbURI collectionUri) {
157-
cache.invalidate(collectionUri);
157+
cache.invalidate(key(collectionUri));
158158
}
159159

160160
/**

exist-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>com.github.ben-manes.caffeine</groupId>
171171
<artifactId>caffeine</artifactId>
172-
<version>2.9.3</version>
172+
<version>3.1.2</version>
173173
</dependency>
174174

175175
<dependency>

0 commit comments

Comments
 (0)