You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/06/26 19:47:17 UTC

[nifi-minifi] branch master updated: MINIFI-530 Upgrade jackson-databind dependency.

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

mattyb149 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 20c44c4  MINIFI-530 Upgrade jackson-databind dependency.
20c44c4 is described below

commit 20c44c4ec6457aadf81be4396647eb80ba49bb66
Author: mtien <mt...@gmail.com>
AuthorDate: Tue Jun 23 14:12:06 2020 -0700

    MINIFI-530 Upgrade jackson-databind dependency.
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #190
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 544409f..c08398a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1084,7 +1084,7 @@ limitations under the License.
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>2.9.9.3</version>
+                <version>2.9.10.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.spark</groupId>