Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
95 stars 119 forks source link

Vonage 7.11.0 makes io.jsonwebtoken unusable #493

Closed Lunatix01 closed 8 months ago

Lunatix01 commented 8 months ago

Hey there, as the title says for some reason it makes Jwts unusable when i create an instance of it it returns null. I use 7.10.0 without a problem, but when i try to update it to 7.11.0 the issue arises.

To Reproduce Steps to reproduce the behavior:

  1. private final JwtParser parser = Jwts.parserBuilder().build(); a single function like this reproduces the error

Expected behavior i expect to return an object of jwtParser

Screenshots image

Vonage SDK Version

Java SDK Version

Proxy Server Used

SMadani commented 7 months ago

This is because the com.vonage:jwt library has been upgraded to v1.1.0, which uses jjwt-api:0.12.3.