This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 4a77e86da jackson-databind 2.12.7.1 (#2766)
4a77e86da is described below
commit 4a77e86dad31d6230fe46375b153525c2c186645
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 1 23:20:37 2024 +0100
jackson-databind 2.12.7.1 (#2766)
---
helix-admin-webapp/pom.xml | 2 +-
helix-core/pom.xml | 4 ++--
helix-rest/pom.xml | 4 ++--
helix-view-aggregator/pom.xml | 2 +-
metadata-store-directory-common/pom.xml | 2 +-
zookeeper-api/pom.xml | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index c862d287f..4529b0807 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.12.6</version>
+ <version>2.12.7</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 87869626f..d3934f579 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -86,12 +86,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.6.1</version>
+ <version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.12.6</version>
+ <version>2.12.7</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/helix-rest/pom.xml b/helix-rest/pom.xml
index 202f93b8f..0fe0963a3 100644
--- a/helix-rest/pom.xml
+++ b/helix-rest/pom.xml
@@ -126,12 +126,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.6.1</version>
+ <version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.12.6</version>
+ <version>2.12.7</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
diff --git a/helix-view-aggregator/pom.xml b/helix-view-aggregator/pom.xml
index 9b9a5daba..bd7ff0e5b 100644
--- a/helix-view-aggregator/pom.xml
+++ b/helix-view-aggregator/pom.xml
@@ -84,7 +84,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.12.6</version>
+ <version>2.12.7</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
diff --git a/metadata-store-directory-common/pom.xml
b/metadata-store-directory-common/pom.xml
index 50ce7cceb..f173397cc 100644
--- a/metadata-store-directory-common/pom.xml
+++ b/metadata-store-directory-common/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.6.1</version>
+ <version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml
index dd5fd065c..d44160fdb 100644
--- a/zookeeper-api/pom.xml
+++ b/zookeeper-api/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.6.1</version>
+ <version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>