-
Notifications
You must be signed in to change notification settings - Fork 161
Spring Boot 2.4 dependency conflict #316
Copy link
Copy link
Closed
Labels
EnhancementA request or suggestion to improve some aspect of the libraryA request or suggestion to improve some aspect of the libraryQuestionAny questions about how MSAL Java worksAny questions about how MSAL Java works
Description
Activity
Metadata
Metadata
Assignees
Labels
EnhancementA request or suggestion to improve some aspect of the libraryA request or suggestion to improve some aspect of the libraryQuestionAny questions about how MSAL Java worksAny questions about how MSAL Java works
Type
Projects
- StatusShow more project fieldsDone (in PR or next release)
This library uses
com.nimbusds:oauth2-oidc-sdk:7.4. Spring Boot version 2.4 manages that dependency to version8.23.1. See https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-dependency-versions.html#dependency-versions-coordinates:~:text=oauth2%2Doidc%2DsdkThis means that if you try and use this library in a Spring Boot 2.4 project you get an error at runtime, since Maven will choose the newer version.
Please upgrade this dependency.
Thanks!