Browse Source

HADOOP-17844. Upgrade JSON smart to 2.4.7 (#3299)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit b90389ae9840ccfdcab411e286547895a647feed)

 Conflicts:
	LICENSE-binary
Renukaprasad C 3 years ago
parent
commit
5b566c3914
2 changed files with 3 additions and 3 deletions
  1. 2 2
      LICENSE-binary
  2. 1 1
      hadoop-project/pom.xml

+ 2 - 2
LICENSE-binary

@@ -276,8 +276,8 @@ io.swagger:swagger-annotations:1.5.4
 javax.inject:javax.inject:1
 log4j:log4j:1.2.17
 net.java.dev.jna:jna:5.2.0
-net.minidev:accessors-smart:2.4.2
-net.minidev:json-smart:2.4.2
+net.minidev:accessors-smart:2.4.7
+net.minidev:json-smart:2.4.7
 org.apache.avro:avro:1.7.7
 org.apache.commons:commons-collections4:4.2
 org.apache.commons:commons-compress:1.21

+ 1 - 1
hadoop-project/pom.xml

@@ -210,7 +210,7 @@
     <solr.version>7.7.0</solr.version>
     <openssl-wildfly.version>1.0.7.Final</openssl-wildfly.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>
   </properties>