We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b8fd4 commit 3075244Copy full SHA for 3075244
pom.xml
@@ -68,7 +68,7 @@
68
<dependency>
69
<groupId>com.google.cloud</groupId>
70
<artifactId>libraries-bom</artifactId>
71
- <version>26.26.0</version>
+ <version>26.50.0</version>
72
<type>pom</type>
73
<scope>import</scope>
74
</dependency>
@@ -191,7 +191,11 @@
191
192
193
<artifactId>google-cloud-logging</artifactId>
194
- <version>3.20.6</version>
+ </dependency>
195
+ <dependency>
196
+ <groupId>com.google.protobuf</groupId>
197
+ <artifactId>protobuf-java</artifactId>
198
+ <version>3.25.5</version>
199
200
201
<groupId>com.azure</groupId>
0 commit comments