Skip to content

Commit

Permalink
fixing the vulnerable jackson library version
Browse files Browse the repository at this point in the history
  • Loading branch information
sengopal committed Jan 22, 2019
1 parent 568751f commit aedad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
Expand Down

0 comments on commit aedad2d

Please sign in to comment.