Skip to content

Commit ad49ddd

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

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
@@ -240,7 +240,7 @@ com.google.guava:guava:20.0
240240
com.google.guava:guava:27.0-jre
241241
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
242242
com.microsoft.azure:azure-storage:7.0.0
243-
com.nimbusds:nimbus-jose-jwt:9.8.1
243+
com.nimbusds:nimbus-jose-jwt:9.31
244244
com.squareup.okhttp3:okhttp:4.10.0
245245
com.squareup.okio:okio:3.2.0
246246
com.zaxxer:HikariCP:4.0.3

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<openssl-wildfly.version>1.1.3.Final</openssl-wildfly.version>
211211
<jsonschema2pojo.version>1.0.2</jsonschema2pojo.version>
212212
<woodstox.version>5.4.0</woodstox.version>
213-
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
213+
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
214214
<nodejs.version>v12.22.1</nodejs.version>
215215
<yarnpkg.version>v1.22.5</yarnpkg.version>
216216
<apache-ant.version>1.10.13</apache-ant.version>

0 commit comments

Comments
 (0)