Skip to content

Commit

Permalink
Update opentelemetry-api, ... to 1.46.0 (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 11, 2025
1 parent b7091a8 commit 782c3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//> using dep com.softwaremill.sttp.tapir::tapir-json-circe:1.11.12
//> using dep com.softwaremill.sttp.tapir::tapir-opentelemetry-metrics:1.11.12
//> using dep "org.typelevel::otel4s-oteljava:0.11.2"
//> using dep "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.45.0"
//> using dep "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.46.0"
//> using dep org.slf4j:slf4j-api:2.0.16

package sttp.tapir.examples.observability
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Versions {
val fs2 = "3.11.0"
val decline = "2.5.0"
val quicklens = "1.9.11"
val openTelemetry = "1.45.0"
val openTelemetry = "1.46.0"
val mockServer = "5.15.0"
val dogstatsdClient = "4.4.3"
val nettyAll = "4.1.116.Final"
Expand Down

0 comments on commit 782c3aa

Please sign in to comment.