File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments