This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 6c8c17176c2 [fix][build] Upgrade json-smart to 2.5.2 (#23966)
6c8c17176c2 is described below
commit 6c8c17176c24f1b99429fded1a2c2fbdd061bf70
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 c3e5d4cfe77..8558cf52c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,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>1.2.4</opensearch.version>
<elasticsearch-java.version>8.12.1</elasticsearch-java.version>
<debezium.version>1.9.7.Final</debezium.version>
@@ -321,6 +321,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>