Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e16402c

Browse files
authoredOct 17, 2018
Update jackson-databind to fix vulnerability highlighted by Github
1 parent 40cd52c commit e16402c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.5.3</version>
91+
<version>2.8.11.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>junit</groupId>
@@ -300,4 +300,4 @@
300300
<id>simple</id>
301301
</profile>
302302
</profiles>
303-
</project>
303+
</project>

0 commit comments

Comments
 (0)
This repository has been archived.