Skip to content

Commit

Permalink
[fix][build] Upgrade json-smart to 2.5.2 (#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)
  • Loading branch information
nodece authored and lhotari committed Feb 12, 2025
1 parent 127ae84 commit b3a4d66
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>
<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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b3a4d66

Please sign in to comment.