Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
update ext version to match current otel version
  • Loading branch information
pshapiro4broad authored Sep 5, 2024
1 parent 64684d2 commit 2631f1b
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 @@ -22,7 +22,7 @@ project.ext {

// Spring Boot 3.2.3 pulls in opentelemetry-bom 1.31.0.
// We need >= 1.32.0 so that our HttpServerMetrics can use Meter.setExplicitBucketBoundariesAdvice:
ext['opentelemetry.version'] = '1.37.0'
ext['opentelemetry.version'] = '1.41.0'

// If true, search local repository (~/.m2/repository/) first for dependencies.
def useMavenLocal = false
Expand Down

0 comments on commit 2631f1b

Please sign in to comment.