Skip to content

Commit 5867b52

Browse files
authored
fix: upgrade nimbus jose android dependency (#1210)
1 parent ecab958 commit 5867b52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/public-mugs-smile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
upgraded nimbus jose to latest v9

packages/repack/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@ dependencies {
196196
implementation 'com.facebook.react:react-android:+'
197197
implementation "com.squareup.okhttp3:okhttp:4.9.2"
198198
implementation "com.squareup.okhttp3:okhttp-urlconnection:4.9.2"
199-
implementation 'com.nimbusds:nimbus-jose-jwt:9.31'
199+
implementation 'com.nimbusds:nimbus-jose-jwt:9.48'
200200
}

0 commit comments

Comments
 (0)