This is an automated email from the ASF dual-hosted git repository. thenatog pushed a commit to branch NIFIREG-286 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 67ea9fe885da7aee2520a0406c36147487134694 Author: thenatog <[email protected]> AuthorDate: Wed Jul 24 12:43:41 2019 -0400 NIFIREG-286 - Upgraded jackson-databind dependency version. --- nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- nifi-registry-core/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index 72c30ae..2ce7fe4 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -319,7 +319,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> + <version>${jackson.databind.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/nifi-registry-core/pom.xml b/nifi-registry-core/pom.xml index 830b0b2..2247278 100644 --- a/nifi-registry-core/pom.xml +++ b/nifi-registry-core/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> + <version>${jackson.databind.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/pom.xml b/pom.xml index 0628184..9ce09ea 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,7 @@ <jax.rs.api.version>2.1</jax.rs.api.version> <jersey.version>2.27</jersey.version> <jackson.version>2.9.8</jackson.version> + <jackson.databind.version>2.9.9.1</jackson.databind.version> <spring.boot.version>2.1.3.RELEASE</spring.boot.version> <spring.security.version>5.1.3.RELEASE</spring.security.version> <flyway.version>5.2.1</flyway.version>
