laserninja opened a new pull request, #10773: URL: https://github.com/apache/gravitino/pull/10773
### What changes were proposed in this pull request? Upgrade the `nimbus-jose-jwt` dependency from 9.37.3 to 10.9. ### Why are the changes needed? nimbus-jose-jwt 10.x introduces `com.nimbusds.jwt.proc.ExpiredJWTException` (a subclass of `BadJWTException`), which allows catching expired JWT tokens directly instead of relying on message string parsing. This unblocks PR #10673 to use the proper exception class as requested in the [review comment](https://github.com/apache/gravitino/pull/10673#discussion_r3070696702) by @roryqi. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? - `server-common` compiles successfully with the upgraded dependency. - All existing `server-common` unit tests pass (including token validator tests). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
