Skip to content

Commit 60e6a17

Browse files
authored
fix: bump nimbus-jose-jwt to 10.8 (#1358)
1 parent d583298 commit 60e6a17

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
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+
Bump the Android `nimbus-jose-jwt` dependency from `9.48` to `10.8` for upstream security fixes.

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.48'
199+
implementation 'com.nimbusds:nimbus-jose-jwt:10.8'
200200
}

0 commit comments

Comments
 (0)