Skip to content

File tree

5 files changed

+12
-12
lines changed
  • hbase-migration-tools/mirroring-client
    • bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests
    • bigtable-hbase-mirroring-client-2.x-parent
      • bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
      • bigtable-hbase-mirroring-client-2.x-integration-tests
    • bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core

5 files changed

+12
-12
lines changed

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,17 +263,17 @@ limitations under the License.
263263
<dependency>
264264
<groupId>io.opencensus</groupId>
265265
<artifactId>opencensus-impl</artifactId>
266-
<version>0.28.0</version>
266+
<version>${opencensus.version}</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>io.opencensus</groupId>
270270
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
271-
<version>0.28.0</version>
271+
<version>${opencensus.version}</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>io.opencensus</groupId>
275275
<artifactId>opencensus-exporter-stats-prometheus</artifactId>
276-
<version>0.28.0</version>
276+
<version>${opencensus.version}</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>io.prometheus</groupId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,17 @@ limitations under the License.
254254
<dependency>
255255
<groupId>io.opencensus</groupId>
256256
<artifactId>opencensus-impl</artifactId>
257-
<version>0.28.0</version>
257+
<version>${opencensus.version}</version>
258258
</dependency>
259259
<dependency>
260260
<groupId>io.opencensus</groupId>
261261
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
262-
<version>0.28.0</version>
262+
<version>${opencensus.version}</version>
263263
</dependency>
264264
<dependency>
265265
<groupId>io.opencensus</groupId>
266266
<artifactId>opencensus-exporter-stats-prometheus</artifactId>
267-
<version>0.28.0</version>
267+
<version>${opencensus.version}</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>io.prometheus</groupId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,17 @@ limitations under the License.
259259
<dependency>
260260
<groupId>io.opencensus</groupId>
261261
<artifactId>opencensus-impl</artifactId>
262-
<version>0.28.0</version>
262+
<version>${opencensus.version}</version>
263263
</dependency>
264264
<dependency>
265265
<groupId>io.opencensus</groupId>
266266
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
267-
<version>0.28.0</version>
267+
<version>${opencensus.version}</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>io.opencensus</groupId>
271271
<artifactId>opencensus-exporter-stats-prometheus</artifactId>
272-
<version>0.28.0</version>
272+
<version>${opencensus.version}</version>
273273
</dependency>
274274
<dependency>
275275
<groupId>io.prometheus</groupId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ limitations under the License.
8787
<dependency>
8888
<groupId>io.opencensus</groupId>
8989
<artifactId>opencensus-api</artifactId>
90-
<version>0.28.0</version>
90+
<version>${opencensus.version}</version>
9191
<scope>compile</scope>
9292
</dependency>
9393

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ limitations under the License.
8585
<guava.version>31.1-jre</guava.version>
8686
<gcs-guava.version>29.0-jre</gcs-guava.version>
8787
<beam-slf4j.version>1.7.30</beam-slf4j.version>
88-
<opencensus.version>0.28.0</opencensus.version>
88+
<opencensus.version>0.31.1</opencensus.version>
8989

9090
<!-- Benchmarks related dependencies -->
9191
<jmh.version>1.36</jmh.version>
@@ -315,7 +315,7 @@ limitations under the License.
315315
<bannedDependencies>
316316
<includes>
317317
<!-- gax-grpc transitvely brings in opencensus-proto, which the latest version is 0.2.0-->
318-
<!-- Only allow 0.2.0 for opencensus-proto and then the latest version (currently 0.28.0) for all other modules-->
318+
<!-- Only allow 0.2.0 for opencensus-proto and then the latest version (currently 0.31.1) for all other modules-->
319319
<!-- this will need to be updated whenever the opencensus version gets updated -->
320320
<dependency>io.opencensus:*:[${opencensus.version}]</dependency>
321321
<dependency>io.opencensus:opencensus-proto:[0.2.0]</dependency>

0 commit comments

Comments
 (0)