Skip to content

Commit

Permalink
Update dependency com.nimbusds:nimbus-jose-jwt to v9.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 70ac5ea commit 876fd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ repositories {
dependencies {
implementation 'androidx.core:core-ktx:1.13.1'

implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
implementation "androidx.security:security-crypto:1.1.0-alpha06"

// Reflection
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {


//--------- Must: be added:
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
implementation "androidx.security:security-crypto:1.1.0-alpha06"
//-------------------------

Expand Down

0 comments on commit 876fd82

Please sign in to comment.