|
5 | 5 | <version>2.64.2-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> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>com.google.cloud</groupId> |
68 | 68 | <artifactId>google-cloud-core</artifactId> |
| 69 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} --> |
69 | 70 | </dependency> |
70 | 71 | <dependency> |
71 | 72 | <groupId>com.google.cloud</groupId> |
72 | 73 | <artifactId>google-cloud-core-http</artifactId> |
| 74 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core-http:current} --> |
73 | 75 | </dependency> |
74 | 76 | <dependency> |
75 | 77 | <groupId>com.google.cloud</groupId> |
76 | 78 | <artifactId>google-cloud-core-grpc</artifactId> |
| 79 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core-grpc:current} --> |
77 | 80 | </dependency> |
78 | 81 | <dependency> |
79 | 82 | <groupId>com.google.api</groupId> |
80 | 83 | <artifactId>gax</artifactId> |
| 84 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
81 | 85 | </dependency> |
82 | 86 | <dependency> |
83 | 87 | <groupId>com.google.api</groupId> |
84 | 88 | <artifactId>gax-grpc</artifactId> |
| 89 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
85 | 90 | </dependency> |
86 | 91 | <dependency> |
87 | 92 | <groupId>com.google.auth</groupId> |
|
94 | 99 | <dependency> |
95 | 100 | <groupId>com.google.api</groupId> |
96 | 101 | <artifactId>api-common</artifactId> |
| 102 | + <version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} --> |
97 | 103 | </dependency> |
98 | 104 | <dependency> |
99 | 105 | <groupId>io.opencensus</groupId> |
|
106 | 112 | <dependency> |
107 | 113 | <groupId>com.google.api.grpc</groupId> |
108 | 114 | <artifactId>proto-google-iam-v1</artifactId> |
| 115 | + <version>1.62.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} --> |
109 | 116 | </dependency> |
110 | 117 | <dependency> |
111 | 118 | <groupId>com.google.protobuf</groupId> |
|
126 | 133 | <dependency> |
127 | 134 | <groupId>com.google.api.grpc</groupId> |
128 | 135 | <artifactId>proto-google-common-protos</artifactId> |
| 136 | + <version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} --> |
129 | 137 | </dependency> |
130 | 138 | <dependency> |
131 | 139 | <groupId>org.threeten</groupId> |
|
143 | 151 | <groupId>com.google.api.grpc</groupId> |
144 | 152 | <artifactId>gapic-google-cloud-storage-v2</artifactId> |
145 | 153 | </dependency> |
146 | | - <!-- Open Telemetry dependencies --> |
147 | 154 | <dependency> |
148 | 155 | <groupId>io.opentelemetry</groupId> |
149 | 156 | <artifactId>opentelemetry-sdk</artifactId> |
|
205 | 212 | <artifactId>checker-qual</artifactId> |
206 | 213 | </dependency> |
207 | 214 |
|
208 | | - <!-- Access to exception for retry handling --> |
209 | 215 | <dependency> |
210 | 216 | <groupId>com.fasterxml.jackson.core</groupId> |
211 | 217 | <artifactId>jackson-core</artifactId> |
|
215 | 221 | <artifactId>jsr305</artifactId> |
216 | 222 | </dependency> |
217 | 223 |
|
218 | | - <!-- Test dependencies --> |
219 | 224 | <dependency> |
220 | 225 | <groupId>junit</groupId> |
221 | 226 | <artifactId>junit</artifactId> |
|
245 | 250 | <scope>test</scope> |
246 | 251 | </dependency> |
247 | 252 |
|
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 | 253 | <dependency> |
254 | 254 | <groupId>io.grpc</groupId> |
255 | 255 | <artifactId>grpc-xds</artifactId> |
|
263 | 263 | <dependency> |
264 | 264 | <groupId>com.google.api.grpc</groupId> |
265 | 265 | <artifactId>proto-google-cloud-kms-v1</artifactId> |
266 | | - <version>0.182.0</version> |
| 266 | + <version>0.183.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} --> |
267 | 267 | <scope>test</scope> |
268 | 268 | </dependency> |
269 | 269 |
|
270 | 270 | <dependency> |
271 | 271 | <groupId>com.google.cloud</groupId> |
272 | 272 | <artifactId>google-cloud-kms</artifactId> |
273 | | - <version>2.91.0</version> |
| 273 | + <version>2.92.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} --> |
274 | 274 | <scope>test</scope> |
275 | 275 | </dependency> |
276 | 276 | <dependency> |
|
284 | 284 | <artifactId>google-cloud-core</artifactId> |
285 | 285 | <type>test-jar</type> |
286 | 286 | <scope>test</scope> |
| 287 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} --> |
287 | 288 | </dependency> |
288 | 289 | <dependency> |
289 | 290 | <groupId>com.google.truth</groupId> |
|
461 | 462 | <reportNameSuffix>sponge_log</reportNameSuffix> |
462 | 463 | </configuration> |
463 | 464 | <dependencies> |
464 | | - <!-- add junit-platform to support jqwik tests for mvn test --> |
465 | 465 | <dependency> |
466 | 466 | <groupId>org.apache.maven.surefire</groupId> |
467 | 467 | <artifactId>surefire-junit-platform</artifactId> |
|
0 commit comments