We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46872 commit 077ccadCopy full SHA for 077ccad
pom.xml
@@ -168,6 +168,7 @@
168
<junit.version>4.13.2</junit.version>
169
<junit.jupiter.version>5.11.2</junit.jupiter.version>
170
<junit.vintage.version>5.11.2</junit.vintage.version>
171
+ <json-smart.version>2.5.2</json-smart.version>
172
<kafka.version>2.5.0</kafka.version>
173
<kryo.version>5.5.0</kryo.version>
174
<reflectasm.version>1.11.9</reflectasm.version>
@@ -1320,7 +1321,7 @@
1320
1321
<dependency>
1322
<groupId>net.minidev</groupId>
1323
<artifactId>json-smart</artifactId>
- <version>2.5.2</version>
1324
+ <version>${json-smart.version}</version>
1325
<scope>runtime</scope>
1326
</dependency>
1327
0 commit comments