File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
gxcloudstorage-googlecloudstorage Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments