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

Bump jackson-annotations from 2.11.3 to 2.12.0
This commit is contained in:
Skidder 2020-11-30 14:49:57 +01:00 committed by GitHub
commit d32f3701fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,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.11.3</version> <version>2.12.0</version>
</dependency> </dependency>
</dependencies> </dependencies>