Skip to content

Commit a51b22d

Browse files
Bump opentelemetry-instrumentation-bom-alpha in /java (aws-observability#372)
Bumps [opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.20.2-alpha to 1.21.0-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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 838b0e5 commit a51b22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
data class DependencySet(val group: String, val version: String, val modules: List<String>)
1010

1111
val DEPENDENCY_BOMS = listOf(
12-
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha",
12+
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.19.0",
1414
"software.amazon.awssdk:bom:2.18.36"
1515
)

0 commit comments

Comments
 (0)