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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72ab0e65c5 [core] Upgrade json-smart and resolve CVE-2024-57699 (#5415)
72ab0e65c5 is described below

commit 72ab0e65c5783a779cc57c13031a4a6a52340295
Author: yangjf2019 <[email protected]>
AuthorDate: Tue Apr 8 13:00:00 2025 +0800

    [core] Upgrade json-smart and resolve CVE-2024-57699 (#5415)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eaa09b2eb1..734ef6f4cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ under the License.
         <okhttp.version>4.12.0</okhttp.version>
         <jaxb.api.version>2.3.1</jaxb.api.version>
         <findbugs.version>1.3.9</findbugs.version>
-        <json-smart.version>2.4.9</json-smart.version>
+        <json-smart.version>2.5.2</json-smart.version>
         <avro.version>1.11.3</avro.version>
         <kafka.version>3.2.3</kafka.version>
         <scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>

Reply via email to