Please include the following information in your post:
- Which SDK this is regarding: auth0-java-mvc-common
- SDK Version: e.g. 1.5.0
- Platform Version: e.g. Java 8 via Maven
- Code Snippets/Error Messages/Supporting Details/Screenshots:
Is this a feature request or bug report? If so, please create an issue directly in the corresponding GitHub repo. The Community SDK category is for general discussion and support.
PS: This is a bug report but there isn’t any bug report label to select on Issues · auth0/auth0-java-mvc-common · GitHub after clicking on new issues so I am reporting it on this forum.
The bug happens on the latest auth0-java-mvc-common 1.50 which is release 15 hours ago, it is complaining about two dependencies which cannot be resolved:
com.auth0:auth0:1.27.0
com.auth0:java-jwt:3.13.0
I believe there are some versioning issues here as the latest versions for the dependencies on maven are different from the one used in 1.50?
https://mvnrepository.com/artifact/com.auth0/auth0/1.26.0
https://mvnrepository.com/artifact/com.auth0/java-jwt/3.12.1
Appreciate if there are any insights or solutions to it.