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 adac7ef4d RATIS-2560. Bump opentelemetry to 1.63.0 (#1480)
adac7ef4d is described below
commit adac7ef4d811eaea8045d5fb5c18e04b168fe00c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 14 09:20:00 2026 +0200
RATIS-2560. Bump opentelemetry to 1.63.0 (#1480)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dd320dc72..f95611394 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.62.0</opentelemetry.version>
+ <opentelemetry.version>1.63.0</opentelemetry.version>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<test.exclude.pattern>_</test.exclude.pattern>