Skip to content

Commit 61c7b55

Browse files
authored
HADOOP-18711. upgrade nimbus jwt jar due to issues in its embedded shaded json-smart code. (#5573). Contributed by PJ Fanning. (#6201)
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent ea07bd9 commit 61c7b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ com.google.guava:guava:jar:30.1.1-jre
242242
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
243243
com.google.j2objc:j2objc-annotations:1.3
244244
com.microsoft.azure:azure-storage:7.0.1
245-
com.nimbusds:nimbus-jose-jwt:9.8.1
245+
com.nimbusds:nimbus-jose-jwt:9.31
246246
com.yammer.metrics:metrics-core:2.2.0
247247
com.zaxxer:HikariCP-java7:2.4.12
248248
commons-beanutils:commons-beanutils:1.9.4

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<solr.version>8.8.2</solr.version>
218218
<openssl-wildfly.version>1.1.3.Final</openssl-wildfly.version>
219219
<woodstox.version>5.4.0</woodstox.version>
220-
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
220+
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
221221
<nodejs.version>v12.22.1</nodejs.version>
222222
<yarnpkg.version>v1.22.5</yarnpkg.version>
223223
<apache-ant.version>1.10.13</apache-ant.version>

0 commit comments

Comments
 (0)