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 12e16768 AMBARI-25203 Updated jackson-databind to 2.9.8 and
boucycastle libs to 1.61 (#82)
12e16768 is described below
commit 12e16768d554e9f52046365f58d055c83b159436
Author: glorious06 <[email protected]>
AuthorDate: Fri Oct 21 10:59:38 2022 +0200
AMBARI-25203 Updated jackson-databind to 2.9.8 and boucycastle libs to 1.61
(#82)
---
ambari-logsearch-server/pom.xml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ambari-logsearch-server/pom.xml b/ambari-logsearch-server/pom.xml
index 27bae167..f17b9d05 100755
--- a/ambari-logsearch-server/pom.xml
+++ b/ambari-logsearch-server/pom.xml
@@ -597,12 +597,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.55</version>
+ <version>1.61</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.55</version>
+ <version>1.61</version>
</dependency>
<dependency>
<groupId>org.apache.ambari</groupId>
diff --git a/pom.xml b/pom.xml
index 80b32174..6a506cca 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.5</fasterxml-jackson.version>
+ <fasterxml-jackson.version>2.9.8</fasterxml-jackson.version>
<log4j2.version>2.11.1</log4j2.version>
<swagger-ui.version>3.19.0</swagger-ui.version>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]