Skip to content

Commit

Permalink
Update Nimbus-Jose-JWT (#2657)
Browse files Browse the repository at this point in the history
* Update package and replace imports

* Update CodePushUpdateUtils.java

---------

Co-authored-by: Dima <[email protected]>
  • Loading branch information
AnatolyPristensky and DmitriyKirakosyan authored Apr 2, 2024
1 parent 463fab6 commit 9d4e265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation 'com.nimbusds:nimbus-jose-jwt:5.1'
implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3'
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
import android.content.Context;
import android.util.Base64;

import com.nimbusds.jose.JWSVerifier;
import com.nimbusds.jose.crypto.RSASSAVerifier;
import com.nimbusds.jwt.SignedJWT;

import java.security.interfaces.*;

import com.nimbusds.jose.*;
import com.nimbusds.jose.crypto.*;
import com.nimbusds.jwt.*;

import org.json.JSONArray;
import org.json.JSONException;
Expand Down

0 comments on commit 9d4e265

Please sign in to comment.