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]
12
12
Therefore, some model class names have changed and many fixes are included.
13
13
14
14
- 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
16
16
- Update to okhttp ` 4.9.3 `
17
17
18
18
## [ 2.4.0]
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.fasterxml.jackson.core</groupId >
37
37
<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 >
39
41
</dependency >
40
42
<dependency >
41
43
<groupId >com.fasterxml.jackson.datatype</groupId >
You can’t perform that action at this time.
0 commit comments