-
Notifications
You must be signed in to change notification settings - Fork 445
Description
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