Skip to content

Commit 92c063f

Browse files
Bump otelInstrumentationAlphaVersion from 2.13.1-alpha to 2.13.3-alpha
Bumps `otelInstrumentationAlphaVersion` from 2.13.1-alpha to 2.13.3-alpha. Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.13.1-alpha to 2.13.3-alpha - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator` from 2.13.1-alpha to 2.13.3-alpha - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api` from 2.13.1-alpha to 2.13.3-alpha - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap` from 2.13.1-alpha to 2.13.3-alpha - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-tooling` from 2.13.1-alpha to 2.13.3-alpha - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-tooling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b05c75e commit 92c063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val dependencyVersions = hashMapOf<String, String>()
1212
rootProject.extra["versions"] = dependencyVersions
1313

1414
val otelSdkVersion = "1.47.0"
15-
val otelInstrumentationAlphaVersion = "2.13.1-alpha"
15+
val otelInstrumentationAlphaVersion = "2.13.3-alpha"
1616
val otelInstrumentationVersion = "2.13.1"
1717
val otelContribVersion = "1.43.0"
1818

0 commit comments

Comments
 (0)