HADOOP-17844. Upgrade JSON smart to 2.4.7 (#3299)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
77383a4d55
commit
b90389ae98
|
@ -283,7 +283,7 @@ javax.inject:javax.inject:1
|
||||||
log4j:log4j:1.2.17
|
log4j:log4j:1.2.17
|
||||||
net.java.dev.jna:jna:5.2.0
|
net.java.dev.jna:jna:5.2.0
|
||||||
net.minidev:accessors-smart:1.2
|
net.minidev:accessors-smart:1.2
|
||||||
net.minidev:json-smart:2.4.2
|
net.minidev:json-smart:2.4.7
|
||||||
org.apache.avro:avro:1.7.7
|
org.apache.avro:avro:1.7.7
|
||||||
org.apache.commons:commons-collections4:4.2
|
org.apache.commons:commons-collections4:4.2
|
||||||
org.apache.commons:commons-compress:1.21
|
org.apache.commons:commons-compress:1.21
|
||||||
|
|
|
@ -209,7 +209,7 @@
|
||||||
<openssl-wildfly.version>1.0.7.Final</openssl-wildfly.version>
|
<openssl-wildfly.version>1.0.7.Final</openssl-wildfly.version>
|
||||||
<jsonschema2pojo.version>1.0.2</jsonschema2pojo.version>
|
<jsonschema2pojo.version>1.0.2</jsonschema2pojo.version>
|
||||||
<woodstox.version>5.3.0</woodstox.version>
|
<woodstox.version>5.3.0</woodstox.version>
|
||||||
<json-smart.version>2.4.2</json-smart.version>
|
<json-smart.version>2.4.7</json-smart.version>
|
||||||
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
|
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue