Skip to content

Commit 1402006

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-google-cloud-storage' into beta
1 parent 7a813ca commit 1402006

File tree

1 file changed

+7
-1
lines changed
  • gxcloudstorage-googlecloudstorage

1 file changed

+7
-1
lines changed

gxcloudstorage-googlecloudstorage/pom.xml

Lines changed: 7 additions & 1 deletion
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>
@@ -77,5 +77,11 @@
7777
</exclusion>
7878
</exclusions>
7979
</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>
8086
</dependencies>
8187
</project>

0 commit comments

Comments
 (0)