This is an automated email from the ASF dual-hosted git repository.
wuzhiguo 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 453b37cdbd AMBARI-25405 Remove dependency on
com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#3469)
453b37cdbd is described below
commit 453b37cdbd57d342e7ad3e5c3189c9a63fd616f6
Author: lucasbak <[email protected]>
AuthorDate: Mon Nov 7 20:35:54 2022 +0100
AMBARI-25405 Remove dependency on
com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#3469)
---
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 382f2a3228..128171a20b 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.9.9</fasterxml.jackson.version>
-
<fasterxml.jackson.databind.version>2.9.9.3</fasterxml.jackson.databind.version>
+ <fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
+
<fasterxml.jackson.databind.version>2.10.0</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: [email protected]
For additional commands, e-mail: [email protected]