Skip to content

Commit 2d213ad

Browse files
authored
deps: update metrics version to 1.26.3, exclude api-common, clean up renovate config (#3504)
1 parent 27ea123 commit 2d213ad

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ limitations under the License.
5656
<groupId>${project.groupId}</groupId>
5757
<artifactId>bigtable-metrics-api</artifactId>
5858
<version>${bigtable-client-core.version}</version>
59+
<exclusions>
60+
<exclusion>
61+
<groupId>com.google.api</groupId>
62+
<artifactId>api-common</artifactId>
63+
</exclusion>
64+
</exclusions>
5965
</dependency>
6066

6167
<dependency>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ limitations under the License.
7474
<groupId>com.google.cloud.bigtable</groupId>
7575
<artifactId>bigtable-metrics-api</artifactId>
7676
<version>${bigtable-client-core.version}</version>
77+
<exclusions>
78+
<exclusion>
79+
<groupId>com.google.api</groupId>
80+
<artifactId>api-common</artifactId>
81+
</exclusion>
82+
</exclusions>
7783
</dependency>
7884
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
7985
Otherwise the -api will be permanently severed from the impl and exporters -->

bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ limitations under the License.
6262
<groupId>com.google.cloud.bigtable</groupId>
6363
<artifactId>bigtable-metrics-api</artifactId>
6464
<version>${bigtable-client-core.version}</version>
65+
<exclusions>
66+
<exclusion>
67+
<groupId>com.google.api</groupId>
68+
<artifactId>api-common</artifactId>
69+
</exclusion>
70+
</exclusions>
6571
</dependency>
6672

6773
<dependency>

bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ limitations under the License.
7373
<groupId>com.google.cloud.bigtable</groupId>
7474
<artifactId>bigtable-metrics-api</artifactId>
7575
<version>${bigtable-client-core.version}</version>
76+
<exclusions>
77+
<exclusion>
78+
<groupId>com.google.api</groupId>
79+
<artifactId>api-common</artifactId>
80+
</exclusion>
81+
</exclusions>
7682
</dependency>
7783

7884
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555

5656
<!-- core dependency versions -->
5757
<bigtable.version>2.5.3</bigtable.version>
58-
<bigtable-client-core.version>1.23.0</bigtable-client-core.version>
58+
<bigtable-client-core.version>1.26.3</bigtable-client-core.version>
5959
<grpc-conscrypt.version>2.5.1</grpc-conscrypt.version>
6060
<!-- keeping at this version to align with hbase-->
6161
<slf4j.version>1.7.25</slf4j.version>

renovate.json5

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
// pin to bigtable version
8989
"packagePatterns": ["^grpc-conscrypt.version"],
9090
"enabled": false
91-
},
92-
{
93-
// this is temporary as we currently get renovate updates when we do a release from bigtable-1.x
94-
"packagePatterns": ["^com.google.cloud.bigtable"],
95-
"enabled": false
9691
}
9792
],
9893
"semanticCommits": true,

0 commit comments

Comments
 (0)