You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle/libs.versions.toml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ nopen = "1.0.1"
22
22
# see https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility
23
23
# see https://developer.android.com/jetpack/androidx/releases/compose-kotlin
24
24
okhttp = "4.9.2"
25
-
otel = "1.51.0"
26
-
otelInstrumentation = "2.17.0"
27
-
otelInstrumentationAlpha = "2.17.0-alpha"
25
+
otel = "1.57.0"
26
+
otelInstrumentation = "2.23.0"
27
+
otelInstrumentationAlpha = "2.23.0-alpha"
28
28
# check https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/dependencyManagement/build.gradle.kts#L49 for release version above to find a compatible version
0 commit comments