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 Original file line number Diff line number Diff line change @@ -164,6 +164,22 @@ limitations under the License.
164
164
</dependencies >
165
165
166
166
<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 >
167
183
<plugins >
168
184
<plugin >
169
185
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -155,6 +155,23 @@ limitations under the License.
155
155
</dependencies >
156
156
157
157
<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
+
158
175
<plugins >
159
176
<plugin >
160
177
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ limitations under the License.
55
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
56
57
57
<!-- core dependency versions -->
58
- <bigtable .version>2.44.1 </bigtable .version>
58
+ <bigtable .version>2.45.0 </bigtable .version>
59
59
<google-cloud-bigtable-emulator .version>0.175.0</google-cloud-bigtable-emulator .version>
60
60
<bigtable-metrics-api .version>1.29.2</bigtable-metrics-api .version>
61
61
<!-- Optional dep for bigtable-metrics-api used for tests -->
You can’t perform that action at this time.
0 commit comments