-
Notifications
You must be signed in to change notification settings - Fork 126
Make library dependencies have an upper version limit. #293
Comments
Relevant info quoted from @mercer on Azure/azure-sdk-for-java#14898
|
The issue is being hit thru azurestack combatible azure SDK as well |
@SomkaPe I misworded what I meant to say: ADAL4J |
@vcolin7 Thanks for clarification, I am going to update "com.nimbusds:oauth2-oidc-sdk" dependency to 7.4, that version does not use open-ended version ranges |
@vcolin7 1.6.6 version was released with updated "com.nimbusds:oauth2-oidc-sdk" dependency to 7.4. |
The current POM has a lot of dependencies that use the a versioning format such as this
[1.5,)
:This can cause projects that use these libraries fail since the dependencies can get updated with breaking changes such as what happened on this issue in the Azure SDK for Java.
The text was updated successfully, but these errors were encountered: