You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use cf-java-logging-support together with SAP Cloud SDK. Both depend on com.auth0:java-jwt, albeit at different major versions, which is causing problems.
cf-java-logging-support declares version 3 as a dependency, and I don't feel comfortable just switching out the major version of a dependency from under its tows, especially given that JWT is potentially security relevant:
Thank you for raising this issue. Note, that java-jwt is only required for the dynamic log level feature of the library. If you do not use it, you can even exclude this dependency. I will look into the upgrade though.
I did some manual testing and can confirm, that cf-java-logging-support works well with java-jwt version 4.4.0. You can replace the dependency in your project safely.
I am going to provide a library update. I already checked, that even version 4.4.0 will support Java 8.
I'm trying to use
cf-java-logging-support
together with SAP Cloud SDK. Both depend oncom.auth0:java-jwt
, albeit at different major versions, which is causing problems.cf-java-logging-support/pom.xml
Line 145 in 72739a0
Please consider updating the dependency in this project, to make sure both SAP libraries work well together.
Thank you very much!
Lukas
The text was updated successfully, but these errors were encountered: