Skip to content

Commit cb778fd

Browse files
Merge branch 'tjm-UID2-4460-add-grpc-dependency' into cbc-UID2-4379-rename-s3-encryption-cloud-encryption
2 parents 19814fb + 3075244 commit cb778fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>libraries-bom</artifactId>
71-
<version>26.26.0</version>
71+
<version>26.50.0</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
@@ -191,7 +191,11 @@
191191
<dependency>
192192
<groupId>com.google.cloud</groupId>
193193
<artifactId>google-cloud-logging</artifactId>
194-
<version>3.20.6</version>
194+
</dependency>
195+
<dependency>
196+
<groupId>com.google.protobuf</groupId>
197+
<artifactId>protobuf-java</artifactId>
198+
<version>3.25.5</version>
195199
</dependency>
196200
<dependency>
197201
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)