|
63 | 63 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
64 | 64 | <github.global.server>github</github.global.server> |
65 | 65 | <site.installationModule>google-cloud-logging-parent</site.installationModule> |
66 | | - <google.core.version>1.91.3</google.core.version> |
| 66 | + <google.core.version>1.92.0</google.core.version> |
67 | 67 | <google.api-common.version>1.8.1</google.api-common.version> |
68 | 68 | <google.common-protos.version>1.17.0</google.common-protos.version> |
69 | | - <gax.version>1.50.1</gax.version> |
70 | | - <grpc.version>1.25.0</grpc.version> |
| 69 | + <gax.version>1.52.0</gax.version> |
| 70 | + <grpc.version>1.26.0</grpc.version> |
71 | 71 | <protobuf.version>3.11.1</protobuf.version> |
72 | 72 | <junit.version>4.12</junit.version> |
73 | 73 | <guava.version>28.1-android</guava.version> |
74 | 74 | <threeten.version>1.4.0</threeten.version> |
75 | 75 | <javax.annotations.version>1.3.2</javax.annotations.version> |
76 | 76 | <animal-sniffer.version>1.18</animal-sniffer.version> |
77 | | - <google.auth.version>0.18.0</google.auth.version> |
| 77 | + <google.auth.version>0.19.0</google.auth.version> |
78 | 78 | <http-client-bom.version>1.34.0</http-client-bom.version> |
79 | 79 | </properties> |
80 | 80 |
|
|
138 | 138 | <type>pom</type> |
139 | 139 | <scope>import</scope> |
140 | 140 | </dependency> |
141 | | - |
142 | 141 | <dependency> |
143 | 142 | <groupId>com.google.protobuf</groupId> |
144 | | - <artifactId>protobuf-java</artifactId> |
| 143 | + <artifactId>protobuf-bom</artifactId> |
145 | 144 | <version>${protobuf.version}</version> |
| 145 | + <type>pom</type> |
| 146 | + <scope>import</scope> |
146 | 147 | </dependency> |
| 148 | + |
147 | 149 | <dependency> |
148 | 150 | <groupId>com.google.api</groupId> |
149 | 151 | <artifactId>api-common</artifactId> |
|
0 commit comments