Skip to content

Commit

Permalink
[fix][build] Upgrade json-smart to 2.5.2 (apache#23966)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <nodeces@gmail.com>

(cherry picked from commit 3cc2206)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
  • Loading branch information
nodece committed Feb 12, 2025
1 parent 6b829d7 commit 298f439
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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>
Expand Down Expand Up @@ -320,6 +320,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>
Expand Down

0 comments on commit 298f439

Please sign in to comment.