Skip to content

Commit

Permalink
Update opentelemetry-api to 1.41.0 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
steward-scala[bot] and github-actions[bot] authored Aug 18, 2024
1 parent 8282122 commit 9856062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
lazy val JavaInstrumentVersion = "2.6.0"

lazy val openTelemetryDependencies = {
val version = "1.40.0"
val version = "1.41.0"
Seq(
"io.opentelemetry" % "opentelemetry-api" % version,
"io.opentelemetry.instrumentation" % "opentelemetry-logback-appender-1.0" % s"$JavaInstrumentVersion-alpha" % "runtime"
Expand Down

0 comments on commit 9856062

Please sign in to comment.