Skip to content

Commit

Permalink
Update nimbus-jose-jwt lib for CVE-2023-52428
Browse files Browse the repository at this point in the history
  • Loading branch information
ahormazabal committed Apr 16, 2024
1 parent ea6e082 commit 74ef43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dependencies {
pluginLibs("com.squareup.retrofit2:adapter-rxjava:2.9.0") {
because "retrofit version by azure affected by CVE-2018-1000844"
}
pluginLibs ('com.nimbusds:nimbus-jose-jwt:9.31') {
because "CVE-2023-1370, CVE-2021-31684"
pluginLibs ('com.nimbusds:nimbus-jose-jwt:9.37.3') {
because "CVE-2023-1370, CVE-2021-31684, CVE-2023-52428"
}
}

Expand Down

0 comments on commit 74ef43d

Please sign in to comment.