Skip to content

Commit 9427e1a

Browse files
committed
update otel versions
1 parent 3342c26 commit 9427e1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
implementation("org.owasp:dependency-check-gradle:12.1.0")
3535

36-
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.13.3-alpha")
36+
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.14.0-alpha")
3737

3838
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
3939
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111
val dependencyVersions = hashMapOf<String, String>()
1212
rootProject.extra["versions"] = dependencyVersions
1313

14-
val otelSdkVersion = "1.47.0"
15-
val otelInstrumentationAlphaVersion = "2.13.3-alpha"
16-
val otelInstrumentationVersion = "2.13.3"
14+
val otelSdkVersion = "1.48.0"
15+
val otelInstrumentationAlphaVersion = "2.14.0-alpha"
16+
val otelInstrumentationVersion = "2.14.0"
1717
val otelContribVersion = "1.43.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)