Merge pull request #389 from BigBotNetwork/dependabot/maven/greg-dev/com.fasterxml.jackson.core-jackson-annotations-2.10.3

Bump jackson-annotations from 2.10.2 to 2.10.3
This commit is contained in:
Skidder 2020-03-03 15:55:10 +01:00 committed by GitHub
commit 92c437888b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId> <artifactId>jackson-annotations</artifactId>
<version>2.10.2</version> <version>2.10.3</version>
</dependency> </dependency>
</dependencies> </dependencies>