File tree Expand file tree Collapse file tree
gxcloudstorage-googlecloudstorage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 </exclusion >
5757 </exclusions >
5858 </dependency >
59+ <!-- overwrite jackson-core from google-cloud-storage because of CVEs-->
60+ <dependency >
61+ <groupId >com.fasterxml.jackson.core</groupId >
62+ <artifactId >jackson-core</artifactId >
63+ <version >${jackson.version} </version >
64+ </dependency >
5965 <!-- overwrite grpc-netty-shaded from google-cloud-storage because of CVEs-->
6066 <dependency >
6167 <groupId >io.grpc</groupId >
Original file line number Diff line number Diff line change 3333 <artifactId >azure-core-http-netty</artifactId >
3434 <version >1.16.2</version >
3535 </dependency >
36+ <!-- overwrite from azure-cosmos due to transitive CVEs -->
37+ <dependency >
38+ <groupId >com.fasterxml.jackson.core</groupId >
39+ <artifactId >jackson-core</artifactId >
40+ <version >${jackson.version} </version >
41+ </dependency >
3642 <!-- overwrite from azure-core-http-netty due to transitive CVEs -->
3743 <dependency >
3844 <groupId >io.netty</groupId >
You can’t perform that action at this time.
0 commit comments