This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new 1c67ea6e65 QPID-8696: [Broker-J] Bump caffeine dependency version to
3.2.1 (#290)
1c67ea6e65 is described below
commit 1c67ea6e65cc7b7e437b4e71083a35bdecd9206d
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Tue Jul 15 12:50:03 2025 +0200
QPID-8696: [Broker-J] Bump caffeine dependency version to 3.2.1 (#290)
---
.../assembly/dependency-verification/DEPENDENCIES_REFERENCE | 11 +----------
pom.xml | 12 +++++++++++-
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index eec4934e9d..7d96268938 100644
---
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -26,7 +26,7 @@ Apache Qpid Broker-J Bundles
From: 'an unknown organization'
- - Caffeine cache (https://github.com/ben-manes/caffeine)
com.github.ben-manes.caffeine:caffeine:jar:3.1.8
+ - Caffeine cache (https://github.com/ben-manes/caffeine)
com.github.ben-manes.caffeine:caffeine:jar:3.2.1
License: Apache License, Version 2.0
(https://www.apache.org/licenses/LICENSE-2.0.txt)
- Prometheus Java Simpleclient
(http://github.com/prometheus/client_java/simpleclient)
io.prometheus:simpleclient:bundle:0.16.0
@@ -53,9 +53,6 @@ From: 'an unknown organization'
- Bouncy Castle ASN.1 Extension and Utility APIs
(https://www.bouncycastle.org/download/bouncy-castle-java/)
org.bouncycastle:bcutil-jdk18on:jar:1.80
License: Bouncy Castle Licence (https://www.bouncycastle.org/licence.html)
- - Checker Qual (https://checkerframework.org/)
org.checkerframework:checker-qual:jar:3.37.0
- License: The MIT License (http://opensource.org/licenses/MIT)
-
- dgrid (https://www.webjars.org) org.webjars.bower:dgrid:jar:1.3.3
License: BSD 3-Clause (https://spdx.org/licenses/BSD 3-Clause#licenseText)
@@ -94,12 +91,6 @@ From: 'FasterXML' (http://fasterxml.com/)
License: The Apache Software License, Version 2.0
(https://www.apache.org/licenses/LICENSE-2.0.txt)
-From: 'Google LLC' (http://www.google.com)
-
- - error-prone annotations (https://errorprone.info/error_prone_annotations)
com.google.errorprone:error_prone_annotations:jar:2.21.1
- License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-
From: 'Oracle Corporation' (http://www.oracle.com/)
- je com.sleepycat:je:jar:7.4.5
diff --git a/pom.xml b/pom.xml
index a8f97027a9..5827e037a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<derby-version>10.16.1.1</derby-version>
<logback-version>1.5.16</logback-version>
<logback-db-version>1.2.11.1</logback-db-version>
- <caffeine-version>3.1.8</caffeine-version>
+ <caffeine-version>3.2.1</caffeine-version>
<fasterxml-jackson-version>2.18.2</fasterxml-jackson-version>
<fasterxml-jackson-databind-version>2.18.2</fasterxml-jackson-databind-version>
<slf4j-version>2.0.16</slf4j-version>
@@ -582,6 +582,16 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]