Merge pull request #31 from stijnb1234/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.1

Bump jackson-databind from 2.9.6 to 2.9.10.1
This commit is contained in:
Stijn Bannink 2020-02-24 18:17:22 +01:00 committed by GitHub
commit b1482773fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.9.6</version> <version>2.9.10.1</version>
</dependency> </dependency>