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

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


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

commit 2557d9d9be1dcc59a98edf68f359eca3afe036f8
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 191364a5cf9..97ff3226164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
     <openmldb-jdbc.version>0.4.4-hotfix1</openmldb-jdbc.version>
     <hdfs-offload-version3>3.3.5</hdfs-offload-version3>
-    <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>
     <trino.version>368</trino.version>
@@ -317,6 +317,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