Skip to content

Commit 58db4bc

Browse files
committed
Bump jackson-databind from 2.13.2 to 2.13.2.1
fixes CVE-2020-36518
1 parent 14ef12d commit 58db4bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The OpenAPI definition contains fixes and improvements from my [spotify-web-api]
1212
Therefore, 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]

spotify-web-api-java/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
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>

0 commit comments

Comments
 (0)