Skip to content

Commit 158fdbf

Browse files
committed
Bump transitive jackson-core to version 2.18.6
1 parent 2cb18f1 commit 158fdbf

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
@@ -56,6 +56,12 @@
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>

gxcosmosdb/pom.xml

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

0 commit comments

Comments
 (0)