Skip to content

Commit 3bb2e9d

Browse files
Fix jackson-databind security alert (#304)
* Fix jackson-databind security alert, 2.9.9 -> 2.9.9.1
1 parent 62d1470 commit 3bb2e9d

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.9</version>
176+
<version>2.9.9.1</version>
177177
</dependency>
178178

179179
<dependency>

0 commit comments

Comments
 (0)