`com.nimbusds:nimbus-jose-jwt:9.37.3` library in Spring Boot 3.5.x should be updated to at least 10.0.2 to resolve [CVE-2025-53864](https://access.redhat.com/security/cve/CVE-2025-53864) The library is pulled in transitively via: ``` org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.5.3 -> org.springframework.security:spring-security-oauth2-jose:6.5.1 -> com.nimbusds:nimbus-jose-jwt:9.37.3 ``` It looks like the Spring Security team is fixing this only for Spring Security 7.0.0. For details, see [gh-17542](https://github.com/spring-projects/spring-security/issues/17542) which updates the dependency for Spring Security 7.0.0‑M1 only. [gh-17525](https://github.com/spring-projects/spring-security/issues/17525) is also realted to [gh-17542](https://github.com/spring-projects/spring-security/issues/17542)