Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JJWT Dependency #788

Open
nova-airship opened this issue Apr 2, 2024 · 6 comments
Open

Update JJWT Dependency #788

nova-airship opened this issue Apr 2, 2024 · 6 comments
Assignees

Comments

@nova-airship
Copy link

Issue Summary

I am currently running into dependency incompatibility issues between this library and the Okta one. Both libraries utilize the jjwt-api/jjwt-impl libraries which are currently on 0.12.5 and includes some breaking changes in 0.12.#+. The latest version of the Okta library utilizes 0.12.3 while this library is still using 0.11.2 and are incompatible with each other.

I attempted to update the Okta one to the latest in order to address vulnerabilities that came with some of the other dependencies it has but ran into issues with differences between the jjwt versions. Unfortunately, this has me in a position where I cannot actually do that until this library also updates to 0.12.#+.

My request is for the jjwt libraries that are being used be updated to at least 0.12.0.

Technical details:

  • twilio-java version: 10.1.3
  • java version: 21
@allantodd
Copy link
Contributor

I have the same issue. The cause is explained on this ticket I raised on jjwt

jwtk/jjwt#926

@tiwarishubham635
Copy link
Contributor

Hi! I will take this up. Thanks!

@tiwarishubham635 tiwarishubham635 self-assigned this Apr 30, 2024
@tiwarishubham635
Copy link
Contributor

One of the reasons why we did not bump the version as of now was because we were waiting for the 1.0 release as mentioned here. But if it is a blocker for multiple customers then we can bump the version now as well.

@alexmacarthur
Copy link

I'm also having issues with this! Would love it to be merged soon.

@jerome25000
Copy link

Blocking also for me, as our server uses jjwt version 0.12.5 unfortunately not compliant with 0.11.xx
and Maven/java not able to have same lib with 2 different versions at the same time (very bad!)

@anshu-git
Copy link

@tiwarishubham635 this is a blocker for us as well!! can we have a jjwt 0.12.x compatible version of twilio-java please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants