This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a commit to branch NIFIREG-376
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit ecd56d028d165704c4d02cf1ca293b05bd24522f
Author: Nathan Gough <thena...@gmail.com>
AuthorDate: Mon Mar 30 17:18:54 2020 -0400

    NIFIREG-376 - Upgrading jackson-databind to 2.9.10.3.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 82d2384..11e9ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <jax.rs.api.version>2.1</jax.rs.api.version>
         <jersey.version>2.27</jersey.version>
         <jackson.version>2.9.9</jackson.version>
-        <jackson.databind.version>2.9.10.2</jackson.databind.version>
+        <jackson.databind.version>2.9.10.3</jackson.databind.version>
         <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
         <spring.security.version>5.1.8.RELEASE</spring.security.version>
         <flyway.version>5.2.4</flyway.version>

Reply via email to