Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 22b2f39

Browse files
committed
use dependency management to enforce the version
1 parent e452b7c commit 22b2f39

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@
178178
<version>3.35.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-firestore-v1:current} -->
179179
</dependency>
180180

181+
<!-- opentelemetry is downgraded from 1.52.0 to 1.51.0 in protobuf 4.33.2, use dependency management to enforce
182+
the version -->
183+
<dependency>
184+
<groupId>io.opentelemetry</groupId>
185+
<artifactId>opentelemetry-bom</artifactId>
186+
<version>1.52.0</version>
187+
<type>pom</type>
188+
<scope>import</scope>
189+
</dependency>
190+
181191
<dependency>
182192
<groupId>com.google.cloud</groupId>
183193
<artifactId>google-cloud-shared-dependencies</artifactId>

0 commit comments

Comments
 (0)