Skip to content

Commit 5d5ec8a

Browse files
authored
Bump google-cloud-storage to version 2.58.1 (#1026)
* Bump google-cloud-storage to version 2.58.1 * Delete protbuf-java exclusion because of runtime test faiulres
1 parent e7c0fa8 commit 5d5ec8a

File tree

1 file changed

+7
-5
lines changed
  • gxcloudstorage-googlecloudstorage

1 file changed

+7
-5
lines changed

gxcloudstorage-googlecloudstorage/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-storage</artifactId>
31-
<version>1.118.1</version>
31+
<version>2.58.1</version>
3232
<exclusions>
3333
<exclusion>
3434
<groupId>com.google.code.findbugs</groupId>
@@ -67,15 +67,17 @@
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-iam-v1</artifactId>
6969
</exclusion>
70-
<exclusion>
71-
<groupId>com.google.protobuf</groupId>
72-
<artifactId>protobuf-java</artifactId>
73-
</exclusion>
7470
<exclusion>
7571
<groupId>com.google.protobuf</groupId>
7672
<artifactId>protobuf-java-util</artifactId>
7773
</exclusion>
7874
</exclusions>
7975
</dependency>
76+
<!-- overwrite grpc-netty-shaded from google-cloud-storage because of CVEs-->
77+
<dependency>
78+
<groupId>io.grpc</groupId>
79+
<artifactId>grpc-netty-shaded</artifactId>
80+
<version>1.75.0</version>
81+
</dependency>
8082
</dependencies>
8183
</project>

0 commit comments

Comments
 (0)