This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 0ff4367 NIFI-8166 - Upgraded jackson-databind to 2.9.10.8
0ff4367 is described below
commit 0ff43677819f4c556215dd5218577c8b31c0350f
Author: Nathan Gough <[email protected]>
AuthorDate: Thu Jan 21 19:19:55 2021 -0500
NIFI-8166 - Upgraded jackson-databind to 2.9.10.8
Signed-off-by: Pierre Villard <[email protected]>
This closes #4777.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 30883c3..926f1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<ranger.version>2.1.0</ranger.version>
<jetty.version>9.4.35.v20201120</jetty.version>
<jackson.version>2.9.10</jackson.version>
- <jackson-databind.version>2.9.10.5</jackson-databind.version>
+ <jackson-databind.version>2.9.10.8</jackson-databind.version>
<nifi.registry.version>0.8.0</nifi.registry.version>
<nifi.groovy.version>2.5.4</nifi.groovy.version>
<surefire.version>2.22.2</surefire.version>