This is an automated email from the ASF dual-hosted git repository.

zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cc22063c00 [fix][build] Upgrade json-smart to 2.5.2 (#23966)
3cc22063c00 is described below

commit 3cc22063c0077afacaf850ae1069fa51a82d327a
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]>
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4cefe86a59..4a78139dbac 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>

Reply via email to