Merge pull request #40 from pymma/dependabot/maven/drools-framework-base-tools-parent/com.fasterxml.jackson.core-jackson-databind-2.9.10.4

Bump jackson-databind from 2.8.9 to 2.9.10.4 in /drools-framework-base-tools-parent
This commit is contained in:
Nicolas Héron 2020-06-13 15:54:50 +02:00 committed by GitHub
commit 5f0426b453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.10.4</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>

View file

@ -95,7 +95,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.9</version>
<version>2.9.10.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>