Skip to content

Commit

Permalink
Merge pull request #13 from sengopal/master
Browse files Browse the repository at this point in the history
Fixes for the vulnerable jackson library version reported by Github
  • Loading branch information
sonamrks committed Jan 22, 2019
2 parents 568751f + aedad2d commit a22e0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
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 a22e0c0

Please sign in to comment.