Skip to content

Commit 26ef659

Browse files
committed
bump opentelemetry version.
1 parent 3f5ce80 commit 26ef659

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ class BeamModulePlugin implements Plugin<Project> {
633633
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
634634
def netty_version = "4.1.124.Final"
635635
// [bomupgrader] determined by: io.opentelemetry:opentelemetry-sdk, consistent with: google_cloud_platform_libraries_bom
636-
def opentelemetry_version = "1.51.0"
636+
def opentelemetry_version = "1.56.0"
637+
def opentelemetry_contrib_version = "1.52.0"
637638
def postgres_version = "42.6.2"
638639
// [bomupgrader] determined by: com.google.protobuf:protobuf-java, consistent with: google_cloud_platform_libraries_bom
639640
def protobuf_version = "4.33.2"

sdks/java/container/license_scripts/dep_urls_java.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ org.eclipse.jgit:
6666
license: "https://www.eclipse.org/org/documents/edl-v10.html"
6767
type: "Eclipse Distribution License - v1.0"
6868
opentelemetry-bom:
69-
'1.51.0':
70-
license: "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java/v1.51.0/LICENSE"
69+
'1.56.0':
70+
license: "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java/v1.56.0/LICENSE"
7171
type: "Apache License 2.0"
7272
opentelemetry-bom-alpha:
73-
'1.51.0-alpha':
74-
license: "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java/v1.51.0/LICENSE"
73+
'1.56.0-alpha':
74+
license: "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java/v1.56.0/LICENSE"
7575
type: "Apache License 2.0"
7676
zstd-jni:
7777
'1.5.2-5':

0 commit comments

Comments
 (0)