Skip to content

Commit

Permalink
update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Dec 11, 2024
1 parent 8bc578c commit e12fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project.ext {
}

// Spring Boot 3.4.0 pulls in opentelemetry-bom 1.43.0.
// We need >= 1.32.0 so that our HttpServerMetrics can use Meter.setExplicitBucketBoundariesAdvice:
// When upgrading Spring Boot, re-check these versions.
ext['opentelemetry.version'] = '1.43.0'
ext['opentelemetry.instrumentation.version'] = '2.9.0' // 2.9.0 targets opentelemetry 1.43.0

Expand Down

0 comments on commit e12fb79

Please sign in to comment.