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 7a813ca commit 1402006Copy full SHA for 1402006
gxcloudstorage-googlecloudstorage/pom.xml
@@ -28,7 +28,7 @@
28
<dependency>
29
<groupId>com.google.cloud</groupId>
30
<artifactId>google-cloud-storage</artifactId>
31
- <version>1.118.1</version>
+ <version>2.58.1</version>
32
<exclusions>
33
<exclusion>
34
<groupId>com.google.code.findbugs</groupId>
@@ -77,5 +77,11 @@
77
</exclusion>
78
</exclusions>
79
</dependency>
80
+ <!-- overwrite grpc-netty-shaded from google-cloud-storage because of CVEs-->
81
+ <dependency>
82
+ <groupId>io.grpc</groupId>
83
+ <artifactId>grpc-netty-shaded</artifactId>
84
+ <version>1.75.0</version>
85
+ </dependency>
86
</dependencies>
87
</project>
0 commit comments