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 7979 <artifactId >grpc-netty-shaded</artifactId >
8080 <version >1.75.0</version >
8181 </dependency >
82+ <!-- overwrite jackson-core from google-cloud-storage because of CVEs-->
83+ <dependency >
84+ <groupId >com.fasterxml.jackson.core</groupId >
85+ <artifactId >jackson-core</artifactId >
86+ <version >${jackson.version} </version >
87+ </dependency >
8288 </dependencies >
8389</project >
Original file line number Diff line number Diff line change 2727 <groupId >com.azure</groupId >
2828 <artifactId >azure-cosmos</artifactId >
2929 </dependency >
30+ <!-- overwrite from azure-cosmos due to transitive CVEs -->
31+ <dependency >
32+ <groupId >com.fasterxml.jackson.core</groupId >
33+ <artifactId >jackson-core</artifactId >
34+ <version >${jackson.version} </version >
35+ </dependency >
3036
3137 <!-- overwrite from azure-cosmos due to transitive CVEs -->
3238 <dependency >
You can’t perform that action at this time.
0 commit comments