Skip to content

Commit 077ccad

Browse files
author
Devaspati Krishnatri
committed
HIVE-28978:Upgrade json-smart to 2.5.2
1 parent ac46872 commit 077ccad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<junit.version>4.13.2</junit.version>
169169
<junit.jupiter.version>5.11.2</junit.jupiter.version>
170170
<junit.vintage.version>5.11.2</junit.vintage.version>
171+
<json-smart.version>2.5.2</json-smart.version>
171172
<kafka.version>2.5.0</kafka.version>
172173
<kryo.version>5.5.0</kryo.version>
173174
<reflectasm.version>1.11.9</reflectasm.version>
@@ -1320,7 +1321,7 @@
13201321
<dependency>
13211322
<groupId>net.minidev</groupId>
13221323
<artifactId>json-smart</artifactId>
1323-
<version>2.5.2</version>
1324+
<version>${json-smart.version}</version>
13241325
<scope>runtime</scope>
13251326
</dependency>
13261327
<dependency>

0 commit comments

Comments
 (0)