|
13 | 13 | </description>
|
14 | 14 |
|
15 | 15 | <parent>
|
16 |
| - <groupId>com.google.cloud</groupId> |
17 |
| - <artifactId>google-cloud-shared-config</artifactId> |
18 |
| - <version>1.7.7</version> |
19 |
| - <relativePath /> |
| 16 | + <groupId>com.google.api</groupId> |
| 17 | + <artifactId>gapic-generator-java-pom-parent</artifactId> |
| 18 | + <version>2.38.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} --> |
| 19 | + <relativePath>../../gapic-generator-java-pom-parent</relativePath> |
20 | 20 | </parent>
|
21 | 21 |
|
22 | 22 | <properties>
|
23 | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
24 | 24 | <site.installationModule>${project.artifactId}</site.installationModule>
|
25 | 25 |
|
26 |
| - <threeten.version>1.6.8</threeten.version> |
27 | 26 | <threeten-extra.version>1.8.0</threeten-extra.version>
|
28 |
| - <javax.annotations.version>1.3.2</javax.annotations.version> |
29 | 27 | <animal-sniffer.version>1.23</animal-sniffer.version>
|
30 | 28 | <opencensus.version>0.31.1</opencensus.version>
|
31 | 29 | <findbugs.version>3.0.2</findbugs.version>
|
|
37 | 35 | <!-- ensure checker-qual version matches what Guava uses -->
|
38 | 36 | <checker-qual.version>3.42.0</checker-qual.version>
|
39 | 37 | <perfmark-api.version>0.27.0</perfmark-api.version>
|
40 |
| - <google.cloud.opentelemetry.version>0.28.0</google.cloud.opentelemetry.version> |
41 | 38 | <j2objc-annotations.version>3.0.0</j2objc-annotations.version>
|
42 |
| - <opentelemetry.version>1.36.0</opentelemetry.version> |
| 39 | + <google.cloud.opentelemetry.version>0.28.0</google.cloud.opentelemetry.version> |
43 | 40 | <opentelemetry-grpc-instrumentation.version>2.1.0-alpha</opentelemetry-grpc-instrumentation.version>
|
44 | 41 | <flogger.version>0.8</flogger.version>
|
45 | 42 | <arrow.version>15.0.2</arrow.version>
|
|
75 | 72 | <dependency>
|
76 | 73 | <groupId>org.threeten</groupId>
|
77 | 74 | <artifactId>threetenbp</artifactId>
|
78 |
| - <version>${threeten.version}</version> |
| 75 | + <version>${threetenbp.version}</version> |
79 | 76 | </dependency>
|
80 | 77 | <dependency>
|
81 | 78 | <groupId>org.threeten</groupId>
|
|
85 | 82 | <dependency>
|
86 | 83 | <groupId>javax.annotation</groupId>
|
87 | 84 | <artifactId>javax.annotation-api</artifactId>
|
88 |
| - <version>${javax.annotations.version}</version> |
| 85 | + <version>${javax.annotation-api.version}</version> |
89 | 86 | <scope>compile</scope>
|
90 | 87 | </dependency>
|
91 | 88 | <dependency>
|
|
0 commit comments