|
6 | 6 | <version>1.150.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} --> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>Google Cloud Pub/Sub</name> |
9 | | - <url>https://github.com/googleapis/java-pubsub</url> |
| 9 | + <url>https://github.com/googleapis/google-cloud-java</url> |
10 | 10 | <description>Java idiomatic client for Google Cloud Pub/Sub</description> |
11 | 11 | <parent> |
12 | 12 | <groupId>com.google.cloud</groupId> |
|
33 | 33 | <dependency> |
34 | 34 | <groupId>com.google.api</groupId> |
35 | 35 | <artifactId>api-common</artifactId> |
| 36 | + <version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} --> |
36 | 37 | </dependency> |
37 | 38 | <dependency> |
38 | 39 | <groupId>com.google.protobuf</groupId> |
|
41 | 42 | <dependency> |
42 | 43 | <groupId>com.google.api.grpc</groupId> |
43 | 44 | <artifactId>proto-google-common-protos</artifactId> |
| 45 | + <version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} --> |
44 | 46 | </dependency> |
45 | 47 | <dependency> |
46 | 48 | <groupId>com.google.auth</groupId> |
|
53 | 55 | <dependency> |
54 | 56 | <groupId>com.google.api.grpc</groupId> |
55 | 57 | <artifactId>proto-google-iam-v1</artifactId> |
| 58 | + <version>1.62.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} --> |
56 | 59 | </dependency> |
57 | 60 | <dependency> |
58 | 61 | <groupId>com.google.guava</groupId> |
|
61 | 64 | <dependency> |
62 | 65 | <groupId>com.google.api</groupId> |
63 | 66 | <artifactId>gax</artifactId> |
| 67 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
64 | 68 | </dependency> |
65 | 69 | <dependency> |
66 | 70 | <groupId>com.google.api</groupId> |
67 | 71 | <artifactId>gax-grpc</artifactId> |
| 72 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
68 | 73 | </dependency> |
69 | 74 | <dependency> |
70 | 75 | <groupId>com.google.api</groupId> |
71 | 76 | <artifactId>gax-httpjson</artifactId> |
| 77 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
72 | 78 | </dependency> |
73 | 79 | <dependency> |
74 | 80 | <groupId>org.threeten</groupId> |
|
109 | 115 | <artifactId>opentelemetry-context</artifactId> |
110 | 116 | </dependency> |
111 | 117 |
|
112 | | - <!-- Test dependencies --> |
113 | 118 | <dependency> |
114 | 119 | <groupId>junit</groupId> |
115 | 120 | <artifactId>junit</artifactId> |
|
125 | 130 | <artifactId>easymock</artifactId> |
126 | 131 | <scope>test</scope> |
127 | 132 | </dependency> |
128 | | - <!-- we keep mockito after easymock in this pom so easymock's byte-buddy transitive |
129 | | - dependency is picked up with higher priority --> |
130 | 133 | <dependency> |
131 | 134 | <groupId>org.mockito</groupId> |
132 | 135 | <artifactId>mockito-core</artifactId> |
|
136 | 139 | <groupId>com.google.cloud</groupId> |
137 | 140 | <artifactId>google-cloud-core</artifactId> |
138 | 141 | <scope>test</scope> |
| 142 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} --> |
139 | 143 | </dependency> |
140 | 144 | <dependency> |
141 | 145 | <groupId>com.google.api.grpc</groupId> |
|
146 | 150 | <groupId>com.google.api.grpc</groupId> |
147 | 151 | <artifactId>grpc-google-iam-v1</artifactId> |
148 | 152 | <scope>test</scope> |
| 153 | + <version>1.62.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} --> |
149 | 154 | </dependency> |
150 | 155 | <dependency> |
151 | 156 | <groupId>io.opencensus</groupId> |
|
167 | 172 | <artifactId>assertj-core</artifactId> |
168 | 173 | <scope>test</scope> |
169 | 174 | </dependency> |
170 | | - <!-- Need testing utility classes for generated gRPC clients tests --> |
171 | 175 | <dependency> |
172 | 176 | <groupId>com.google.api</groupId> |
173 | 177 | <artifactId>gax</artifactId> |
174 | 178 | <classifier>testlib</classifier> |
175 | 179 | <scope>test</scope> |
| 180 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
176 | 181 | </dependency> |
177 | 182 | <dependency> |
178 | 183 | <groupId>com.google.api</groupId> |
179 | 184 | <artifactId>gax-grpc</artifactId> |
180 | 185 | <classifier>testlib</classifier> |
181 | 186 | <scope>test</scope> |
| 187 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
182 | 188 | </dependency> |
183 | 189 | <dependency> |
184 | 190 | <groupId>com.google.api</groupId> |
185 | 191 | <artifactId>gax-httpjson</artifactId> |
186 | 192 | <classifier>testlib</classifier> |
187 | 193 | <scope>test</scope> |
| 194 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
188 | 195 | </dependency> |
189 | 196 | </dependencies> |
190 | 197 |
|
|
0 commit comments