Skip to content

Commit

Permalink
Merge pull request #133 from velocitycareerlabs/renovate/com.nimbusds…
Browse files Browse the repository at this point in the history
…-nimbus-jose-jwt-9.x

Update dependency com.nimbusds:nimbus-jose-jwt to v9.41.2
  • Loading branch information
michaelavoyan authored Oct 2, 2024
2 parents d3e984d + 4041494 commit deb529b
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 deb529b

Please sign in to comment.