|
5 | 5 | <version>2.64.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} --> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>Google Cloud Storage</name> |
8 | | - <url>https://github.com/googleapis/java-storage</url> |
| 8 | + <url>https://github.com/googleapis/google-cloud-java</url> |
9 | 9 | <description> |
10 | 10 | Java idiomatic client for Google Cloud Storage. |
11 | 11 | </description> |
|
143 | 143 | <groupId>com.google.api.grpc</groupId> |
144 | 144 | <artifactId>gapic-google-cloud-storage-v2</artifactId> |
145 | 145 | </dependency> |
146 | | - <!-- Open Telemetry dependencies --> |
147 | 146 | <dependency> |
148 | 147 | <groupId>io.opentelemetry</groupId> |
149 | 148 | <artifactId>opentelemetry-sdk</artifactId> |
|
205 | 204 | <artifactId>checker-qual</artifactId> |
206 | 205 | </dependency> |
207 | 206 |
|
208 | | - <!-- Access to exception for retry handling --> |
209 | 207 | <dependency> |
210 | 208 | <groupId>com.fasterxml.jackson.core</groupId> |
211 | 209 | <artifactId>jackson-core</artifactId> |
|
215 | 213 | <artifactId>jsr305</artifactId> |
216 | 214 | </dependency> |
217 | 215 |
|
218 | | - <!-- Test dependencies --> |
219 | 216 | <dependency> |
220 | 217 | <groupId>junit</groupId> |
221 | 218 | <artifactId>junit</artifactId> |
|
245 | 242 | <scope>test</scope> |
246 | 243 | </dependency> |
247 | 244 |
|
248 | | - <!-- |
249 | | - We're not using this directly, however there appears to be some resolution |
250 | | - issues when we don't list this dependency. Specifically, the check to ensure the flattened |
251 | | - contains all dependencies fails because it has this subtree included. |
252 | | - --> |
253 | 245 | <dependency> |
254 | 246 | <groupId>io.grpc</groupId> |
255 | 247 | <artifactId>grpc-xds</artifactId> |
|
263 | 255 | <dependency> |
264 | 256 | <groupId>com.google.api.grpc</groupId> |
265 | 257 | <artifactId>proto-google-cloud-kms-v1</artifactId> |
266 | | - <version>0.180.0</version> |
| 258 | + <version>0.181.0</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} --> |
267 | 259 | <scope>test</scope> |
268 | 260 | </dependency> |
269 | 261 |
|
270 | 262 | <dependency> |
271 | 263 | <groupId>com.google.cloud</groupId> |
272 | 264 | <artifactId>google-cloud-kms</artifactId> |
273 | | - <version>2.89.0</version> |
| 265 | + <version>2.90.0</version><!-- {x-version-update:google-cloud-kms:current} --> |
274 | 266 | <scope>test</scope> |
275 | 267 | </dependency> |
276 | 268 | <dependency> |
|
461 | 453 | <reportNameSuffix>sponge_log</reportNameSuffix> |
462 | 454 | </configuration> |
463 | 455 | <dependencies> |
464 | | - <!-- add junit-platform to support jqwik tests for mvn test --> |
465 | 456 | <dependency> |
466 | 457 | <groupId>org.apache.maven.surefire</groupId> |
467 | 458 | <artifactId>surefire-junit-platform</artifactId> |
|
0 commit comments