You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by br...@apache.org on 2022/12/11 11:34:41 UTC

[ambari] branch trunk updated: AMBARI-25785 : upgrade jackson-databind to resolve CVEs (#3605)

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

brahma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b24cd6962d AMBARI-25785 : upgrade jackson-databind to resolve CVEs (#3605)
b24cd6962d is described below

commit b24cd6962d6ebd976a5b371483fce852efae9a03
Author: Ananya Singh <pu...@gmail.com>
AuthorDate: Sun Dec 11 17:04:34 2022 +0530

    AMBARI-25785 : upgrade jackson-databind to resolve CVEs (#3605)
    
    Signed-off-by: Brahma Reddy Battula <br...@apache.org>
---
 ambari-project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 174d00543c..18e0214d86 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -41,8 +41,8 @@
     <guice.version>4.1.0</guice.version>
     <spring.version>5.3.22</spring.version>
     <spring.security.version>5.7.2</spring.security.version>
-    <fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
-    <fasterxml.jackson.databind.version>2.10.0</fasterxml.jackson.databind.version>
+    <fasterxml.jackson.version>2.12.7</fasterxml.jackson.version>
+    <fasterxml.jackson.databind.version>2.12.7.1</fasterxml.jackson.databind.version>
     <postgres.version>42.2.2</postgres.version>
     <testContainers.version>1.10.2</testContainers.version>
     <forkCount>4</forkCount>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org