Skip to content

Commit

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

Update opentelemetry-exporter-otlp to 1.43.0
  • Loading branch information
mergify[bot] authored Oct 12, 2024
2 parents 7447daf + 87ec3e5 commit 3d88548
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.42.1"
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.43.0"
)

val jsonDependencies = Seq(
Expand Down

0 comments on commit 3d88548

Please sign in to comment.