Skip to content

Commit f0722ff

Browse files
Upgrade jackson-databind from 2.9.10 to 2.9.10.1 (#378)
Update to avoid security vulnerability [CVE-2019-16942](https://nvd.nist.gov/vuln/detail/CVE-2019-16942)
1 parent 38347ef commit f0722ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>com.fasterxml.jackson.core</groupId>
175175
<artifactId>jackson-databind</artifactId>
176-
<version>2.9.10</version>
176+
<version>2.9.10.1</version>
177177
</dependency>
178178

179179
<dependency>

0 commit comments

Comments
 (0)