This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 2c2905395 RATIS-2535. Bump opentelemetry to 1.62.0 (#1460)
2c2905395 is described below
commit 2c29053951222ef3310c5d9a5c10ae69f985ce7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 14 21:14:09 2026 +0200
RATIS-2535. Bump opentelemetry to 1.62.0 (#1460)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 93d78d7a0..a47cf7709 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
<shaded.grpc.version>1.77.1</shaded.grpc.version>
<!-- OpenTelemetry versions -->
- <opentelemetry.version>1.60.1</opentelemetry.version>
+ <opentelemetry.version>1.62.0</opentelemetry.version>
<opentelemetry-semconv.version>1.40.0</opentelemetry-semconv.version>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>