Skip to content

Commit f7c56e2

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-jackson-libs' into beta
1 parent c78262e commit f7c56e2

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

gxazureserverless/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<artifactId>cloudevents-json-jackson</artifactId>
4545
<version>4.0.1</version>
4646
</dependency>
47+
<!-- overwrite from io.cloudevents due to transitive CVEs -->
48+
<dependency>
49+
<groupId>com.fasterxml.jackson.core</groupId>
50+
<artifactId>jackson-core</artifactId>
51+
<version>${jackson.version}</version>
52+
</dependency>
4753

4854
<dependency>
4955
<groupId>com.azure</groupId>

wrapperjakarta/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-core</artifactId>
79-
<version>2.15.2</version>
79+
<version>${jackson.version}</version>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>com.fasterxml.jackson.core</groupId>
8484
<artifactId>jackson-annotations</artifactId>
85-
<version>2.15.2</version>
85+
<version>${jackson.version}</version>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.15.2</version>
91+
<version>${jackson.version}</version>
9292
</dependency>
9393

9494
<dependency>

0 commit comments

Comments
 (0)