This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 901ffe6f9d ARTEMIS-4593 upgrade Caffeine to 3.1.8
901ffe6f9d is described below
commit 901ffe6f9daff4432316a7bd6a9b903df258f3a7
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 15:21:10 2024 -0600
ARTEMIS-4593 upgrade Caffeine to 3.1.8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02b744af68..5511a5671e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<commons.io.version>2.10.0</commons.io.version>
<commons.codec.version>1.16.0</commons.codec.version>
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
- <caffeine.version>3.1.6</caffeine.version>
+ <caffeine.version>3.1.8</caffeine.version>
<guava.version>33.0.0-jre</guava.version>
<hawtio.version>2.17.7</hawtio.version>
<jsr305.version>3.0.2</jsr305.version>