File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The OpenAPI definition contains fixes and improvements from my [spotify-web-api]
1212Therefore, some model class names have changed and many fixes are included.
1313
1414- The library now also requires Java 17
15- - Update to jackson ` 2.13.2 `
15+ - Update to jackson ` 2.13.2 ` and jackson-databind to ` 2.13.2.1 ` to fix CVE- 2020 -36518
1616- Update to okhttp ` 4.9.3 `
1717
1818## [ 2.4.0]
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.fasterxml.jackson.core</groupId >
3737 <artifactId >jackson-databind</artifactId >
38- <version >${jackson.version} </version >
38+ <!-- fixes CVE-2020-36518. Only for the affected artifact jackson-databind a release was made. Once a new
39+ full jackson release is available replace the hardcoded version and use property jackson.version again -->
40+ <version >2.13.2.1</version >
3941 </dependency >
4042 <dependency >
4143 <groupId >com.fasterxml.jackson.datatype</groupId >
You can’t perform that action at this time.
0 commit comments