File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments