Skip to content

Commit c72b385

Browse files
authored
Bump transitive jackson-core to version 2.18.6 (#1087)
1 parent f340ed9 commit c72b385

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

gxcloudstorage-googlecloudstorage/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,11 @@
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>

gxcosmosdb/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
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>

0 commit comments

Comments
 (0)