Skip to content

Commit f83e8ef

Browse files
deps: upgrade java-bigtable to 2.45.0 (#4447)
Change-Id: I7fc195c7e4538eb4566ce9af173b6f1991b2ae25
1 parent 6677f28 commit f83e8ef

File tree

3 files changed

+34
-1
lines changed
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded
  • bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded

3 files changed

+34
-1
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,22 @@ limitations under the License.
164164
</dependencies>
165165

166166
<build>
167+
<pluginManagement>
168+
<plugins>
169+
<!-- TODO: remove this next release -->
170+
<!-- Temporarily disable requireUpperBoundDeps
171+
rule to downgrade bad grpc release:
172+
https://github.com/grpc/grpc-java/releases/tag/v1.68.0-->
173+
<plugin>
174+
<groupId>org.apache.maven.plugins</groupId>
175+
<artifactId>maven-enforcer-plugin</artifactId>
176+
<configuration>
177+
<rulesToSkip>requireUpperBoundDeps</rulesToSkip>
178+
<failIfNoRules>false</failIfNoRules>
179+
</configuration>
180+
</plugin>
181+
</plugins>
182+
</pluginManagement>
167183
<plugins>
168184
<plugin>
169185
<groupId>org.codehaus.mojo</groupId>

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

+17
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,23 @@ limitations under the License.
155155
</dependencies>
156156

157157
<build>
158+
<pluginManagement>
159+
<plugins>
160+
<!-- TODO: remove this next release -->
161+
<!-- Temporarily disable requireUpperBoundDeps
162+
rule to downgrade bad grpc release:
163+
https://github.com/grpc/grpc-java/releases/tag/v1.68.0-->
164+
<plugin>
165+
<groupId>org.apache.maven.plugins</groupId>
166+
<artifactId>maven-enforcer-plugin</artifactId>
167+
<configuration>
168+
<rulesToSkip>requireUpperBoundDeps</rulesToSkip>
169+
<failIfNoRules>false</failIfNoRules>
170+
</configuration>
171+
</plugin>
172+
</plugins>
173+
</pluginManagement>
174+
158175
<plugins>
159176
<plugin>
160177
<groupId>org.codehaus.mojo</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656

5757
<!-- core dependency versions -->
58-
<bigtable.version>2.44.1</bigtable.version>
58+
<bigtable.version>2.45.0</bigtable.version>
5959
<google-cloud-bigtable-emulator.version>0.175.0</google-cloud-bigtable-emulator.version>
6060
<bigtable-metrics-api.version>1.29.2</bigtable-metrics-api.version>
6161
<!-- Optional dep for bigtable-metrics-api used for tests -->

0 commit comments

Comments
 (0)