Skip to content

Commit

Permalink
Merge branch 'tjm-UID2-4460-add-grpc-dependency' into cbc-UID2-4379-r…
Browse files Browse the repository at this point in the history
…ename-s3-encryption-cloud-encryption
  • Loading branch information
cody-constine-ttd committed Nov 18, 2024
2 parents 19814fb + 3075244 commit cb778fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.26.0</version>
<version>26.50.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -191,7 +191,11 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.6</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit cb778fd

Please sign in to comment.