This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new b3a4d661e32 [fix][build] Upgrade json-smart to 2.5.2 (#23966)
b3a4d661e32 is described below
commit b3a4d661e3293271cd46c2ca95846234c2260b02
Author: Zixuan Liu <[email protected]>
AuthorDate: Wed Feb 12 23:06:21 2025 +0800
[fix][build] Upgrade json-smart to 2.5.2 (#23966)
Signed-off-by: Zixuan Liu <[email protected]>
(cherry picked from commit 3cc22063c0077afacaf850ae1069fa51a82d327a)
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b90356bbf15..634abae3fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@ flexible messaging model and an intuitive client
API.</description>
<clickhouse-jdbc.version>0.4.6</clickhouse-jdbc.version>
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
<openmldb-jdbc.version>0.4.4-hotfix1</openmldb-jdbc.version>
- <json-smart.version>2.4.10</json-smart.version>
+ <json-smart.version>2.5.2</json-smart.version>
<opensearch.version>2.16.0</opensearch.version>
<elasticsearch-java.version>8.12.1</elasticsearch-java.version>
<debezium.version>1.9.7.Final</debezium.version>
@@ -326,6 +326,11 @@ flexible messaging model and an intuitive client
API.</description>
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>${json-smart.version}</version>
+ </dependency>
<dependency>
<groupId>org.jline</groupId>