We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d583298 commit 60e6a17Copy full SHA for 60e6a17
.changeset/nimbus-jose-jwt-security.md
@@ -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
@@ -196,5 +196,5 @@ dependencies {
196
implementation 'com.facebook.react:react-android:+'
197
implementation "com.squareup.okhttp3:okhttp:4.9.2"
198
implementation "com.squareup.okhttp3:okhttp-urlconnection:4.9.2"
199
- implementation 'com.nimbusds:nimbus-jose-jwt:9.48'
+ implementation 'com.nimbusds:nimbus-jose-jwt:10.8'
200
}
0 commit comments