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-infra.git
The following commit(s) were added to refs/heads/master by this push:
new a09bc7a AMBARI-25405 Remove dependency on
com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#43)
a09bc7a is described below
commit a09bc7ab8b6e2589ca1582c15a46c382ebcbd05d
Author: lucasbak <[email protected]>
AuthorDate: Mon Nov 7 20:36:11 2022 +0100
AMBARI-25405 Remove dependency on
com.fasterxml.jackson.core:jackson-databind:2.9.6-2.9.9.1 in Ambari (#43)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 99c1fad..59eccb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.8</version>
+ <version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]