You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/07 19:36:09 UTC

[ambari-logsearch] branch master updated: AMBARI-25405 Remove dependency on com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#86)

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

wuzhiguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git


The following commit(s) were added to refs/heads/master by this push:
     new 268be5b8 AMBARI-25405 Remove dependency on com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#86)
268be5b8 is described below

commit 268be5b80e07f7cf955901b93492a0f7c3d2cb66
Author: lucasbak <lu...@gmail.com>
AuthorDate: Mon Nov 7 20:36:03 2022 +0100

    AMBARI-25405 Remove dependency on com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#86)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a506cca..de32f1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <compiler.version>3.8.0</compiler.version>
     <ambari-metrics.version>2.7.0.0.0</ambari-metrics.version>
     <logsearch.docker.tag>latest</logsearch.docker.tag>
-    <fasterxml-jackson.version>2.9.8</fasterxml-jackson.version>
+    <fasterxml-jackson.version>2.10.0</fasterxml-jackson.version>
     <log4j2.version>2.11.1</log4j2.version>
     <swagger-ui.version>3.19.0</swagger-ui.version>
   </properties>


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