Skip to content

Commit

Permalink
deps: update metrics version to 1.26.3, exclude api-common, clean up …
Browse files Browse the repository at this point in the history
…renovate config (#3504)
  • Loading branch information
kolea2 authored Feb 10, 2022
1 parent 27ea123 commit 2d213ad
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
6 changes: 6 additions & 0 deletions bigtable-client-core-parent/bigtable-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ limitations under the License.
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>${bigtable-client-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
6 changes: 6 additions & 0 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ limitations under the License.
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>${bigtable-client-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
Otherwise the -api will be permanently severed from the impl and exporters -->
Expand Down
6 changes: 6 additions & 0 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ limitations under the License.
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>${bigtable-client-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
6 changes: 6 additions & 0 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ limitations under the License.
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>${bigtable-client-core.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ limitations under the License.

<!-- core dependency versions -->
<bigtable.version>2.5.3</bigtable.version>
<bigtable-client-core.version>1.23.0</bigtable-client-core.version>
<bigtable-client-core.version>1.26.3</bigtable-client-core.version>
<grpc-conscrypt.version>2.5.1</grpc-conscrypt.version>
<!-- keeping at this version to align with hbase-->
<slf4j.version>1.7.25</slf4j.version>
Expand Down
5 changes: 0 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@
// pin to bigtable version
"packagePatterns": ["^grpc-conscrypt.version"],
"enabled": false
},
{
// this is temporary as we currently get renovate updates when we do a release from bigtable-1.x
"packagePatterns": ["^com.google.cloud.bigtable"],
"enabled": false
}
],
"semanticCommits": true,
Expand Down

0 comments on commit 2d213ad

Please sign in to comment.