File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104 <groupId >io.opentelemetry</groupId >
105105 <artifactId >opentelemetry-sdk-trace</artifactId >
106106 </dependency >
107+ <dependency >
108+ <groupId >io.opentelemetry</groupId >
109+ <artifactId >opentelemetry-sdk-metrics</artifactId >
110+ </dependency >
107111 <dependency >
108112 <groupId >com.flipkart.zjsonpatch</groupId >
109113 <artifactId >zjsonpatch</artifactId >
Original file line number Diff line number Diff line change 4444
4545 <auto-value .version>1.11.1</auto-value .version>
4646 <spring-boot .version>3.4.1</spring-boot .version>
47- <otel .version>1.59.0</otel .version>
47+ <!-- otel.version capped at 1.51.0 to avoid conflicts with google
48+ cloud libraries. Once they update their otel dependencies we
49+ can consider updating ours here as well -->
50+ <otel .version>1.51.0</otel .version>
4851 <mcp .version>0.14.0</mcp .version>
4952 <errorprone .version>2.47.0</errorprone .version>
5053 <google .genai.version>1.41.0</google .genai.version>
You can’t perform that action at this time.
0 commit comments