This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new d016ea4f54 Bump lz4-java, Micrometer, OpenTelemetry and Caffeine
versions (#6515)
d016ea4f54 is described below
commit d016ea4f54cb64b81a8312bf70fa06f58eefc854
Author: Dave Marion <[email protected]>
AuthorDate: Wed Sep 2 11:44:00 2026 -0400
Bump lz4-java, Micrometer, OpenTelemetry and Caffeine versions (#6515)
---
core/pom.xml | 2 +-
pom.xml | 18 ++++++++++++------
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index bf2b99c0d0..a0447c0777 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -153,7 +153,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.3</version>
+ <version>1.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index cc43e3f245..dd050f31fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@ under the License.
<version.flatbuffers>24.3.25</version.flatbuffers>
<version.hadoop>3.5.0</version.hadoop>
<version.log4j>2.26.1</version.log4j>
- <version.opentelemetry>1.60.1</version.opentelemetry>
+ <version.opentelemetry>1.65.0</version.opentelemetry>
<version.slf4j>2.0.17</version.slf4j>
<version.thrift>0.23.0</version.thrift>
<version.zookeeper>3.9.5</version.zookeeper>
@@ -190,7 +190,7 @@ under the License.
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-bom</artifactId>
- <version>1.14.5</version>
+ <version>1.16.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -198,7 +198,7 @@ under the License.
<!-- for dependency convergence between Micrometer and ZooKeeper -->
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
- <version>4.1.104.Final</version>
+ <version>4.1.130.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -278,7 +278,7 @@ under the License.
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
- <version>3.2.0</version>
+ <version>3.2.4</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
@@ -361,12 +361,12 @@ under the License.
<groupId>io.opentelemetry.javaagent</groupId>
<artifactId>opentelemetry-javaagent</artifactId>
<!-- This version was selected because it aligns with the version of
open telemetry that Accumulo is using. -->
- <version>2.26.1</version>
+ <version>2.31.1</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.proto</groupId>
<artifactId>opentelemetry-proto</artifactId>
- <version>1.9.0-alpha</version>
+ <version>1.11.0-alpha</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
@@ -649,6 +649,12 @@ under the License.
<artifactId>jline</artifactId>
<version>3.25.1</version>
</dependency>
+ <dependency>
+ <!-- for dependency convergence between Micrometer and Caffeine -->
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>1.0.1</version>
+ </dependency>
<dependency>
<groupId>org.latencyutils</groupId>
<artifactId>LatencyUtils</artifactId>