Skip to content

Commit 380d3da

Browse files
Fix jackson-databind security alert (#310)
* Fix jackson-databind security alert, 2.9.9.1 -> 2.9.9.2
1 parent da4f4cd commit 380d3da

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

179179
<dependency>

0 commit comments

Comments
 (0)