Skip to content

Commit

Permalink
Merge pull request #1227 from atlanhq/snapshot
Browse files Browse the repository at this point in the history
Downgrade OTel to known-working version
  • Loading branch information
cmgrote authored Jan 16, 2025
2 parents 46a48b8 + c4116fa commit 90e3115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log4j = "2.24.3"
wiremock = "3.10.0"
jnanoid = "2.0.0"
awssdk = "2.30.0"
gcs = "26.53.0" # was: "26.51.0"
gcs = "26.51.0" # was: "26.53.0"
system-stubs = "2.1.7"
fastcsv = "3.4.0"
poi = "5.4.0"
Expand All @@ -32,8 +32,8 @@ kotlin-mu = "3.0.5"
rocksdb = "9.8.4"
jetty = "12.0.16"
netty = "4.1.117.Final"
otel = "1.45.0" # was: "1.42.1"
otel-appender = "2.11.0-alpha" # was: "2.8.0-alpha"
otel = "1.42.1" # was: "1.45.0"
otel-appender = "2.8.0-alpha" # was: "2.11.0-alpha"

[libraries]
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
Expand Down

0 comments on commit 90e3115

Please sign in to comment.