Skip to content

Commit

Permalink
Merge pull request #1301 from softwaremill/update/opentelemetry-expor…
Browse files Browse the repository at this point in the history
…ter-otlp-1.42.0

Update opentelemetry-exporter-otlp to 1.42.0
  • Loading branch information
mergify[bot] committed Sep 7, 2024
2 parents 9157e69 + 48f94fe commit 44a7d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val httpDependencies = Seq(
val monitoringDependencies = Seq(
"com.softwaremill.sttp.client3" %% "opentelemetry-metrics-backend" % sttpVersion,
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % tapirVersion,
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.41.0"
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.42.0"
)

val jsonDependencies = Seq(
Expand Down

0 comments on commit 44a7d12

Please sign in to comment.