HADOOP-17633. Bump json-smart to 2.4.2 and nimbus-jose-jwt to 9.8 due to CVEs (#2895). Contributed by Viraj Jasani.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org> Conflicts: LICENSE-binary
This commit is contained in:
parent
08cc11cd28
commit
9208218704
|
@ -185,6 +185,8 @@
|
|||
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
|
||||
<junit.version>4.13.1</junit.version>
|
||||
<woodstox.version>5.3.0</woodstox.version>
|
||||
<json-smart.version>2.4.2</json-smart.version>
|
||||
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -1350,7 +1352,7 @@
|
|||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>nimbus-jose-jwt</artifactId>
|
||||
<version>7.9</version>
|
||||
<version>${nimbus-jose-jwt.version}</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -1373,7 +1375,7 @@
|
|||
-->
|
||||
<groupId>net.minidev</groupId>
|
||||
<artifactId>json-smart</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>${json-smart.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.skyscreamer</groupId>
|
||||
|
|
Loading…
Reference in New Issue