Skip to content

Commit

Permalink
Revert "update nimbus" (#2050)
Browse files Browse the repository at this point in the history
This reverts #2042 

Why?
This change is breaking CP and blocking the release.
CP cannot update the library right now, because they need to do an IP
scan before updating a lib. That would usually take a couple weeks to
get the results back.
And because the severity part of this vulnerability is unclear, we will
move this change to April release, giving more time to CP folks do their
investigation.
  • Loading branch information
p3dr0rv authored Feb 29, 2024
1 parent fa793f0 commit 29549c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ vNext
----------
- [MINOR] Rename "is QR + PIN available" API to "get preferred auth method". (#2012)
- [MINOR] Add support for CIAM custom domain (#2029)
- [PATCH] Update nimbus-jose-jwt 9.37.3 (#2042)

Version 5.1.0
----------
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
mockitoCoreVersion = "3.6.28"
mockitoAndroidVersion = "3.6.28"
multidexVersion = "2.0.1"
nimbusVersion = "9.37.3"
nimbusVersion = "9.9"
powerMockVersion = "2.0.9"
runnerVersion = "1.2.0"
rulesVersion = "1.2.0"
Expand Down

0 comments on commit 29549c3

Please sign in to comment.