Skip to content

Commit e6acab9

Browse files
Bump opentelemetry-bom from 1.17.0 to 1.18.0 (temporalio#358)
Bumps [opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2f4f02 commit e6acab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
30-
implementation(platform("io.opentelemetry:opentelemetry-bom:1.17.0"))
30+
implementation(platform("io.opentelemetry:opentelemetry-bom:1.18.0"))
3131
implementation(platform("org.junit:junit-bom:5.9.0"))
3232

3333
implementation "io.temporal:temporal-sdk:1.16.0"

0 commit comments

Comments
 (0)