Skip to content

Commit

Permalink
jose update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Mar 23, 2024
1 parent 26c07bd commit 5e7d45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdk 24
targetSdk 34
versionName "2.4.1-rc.1"
versionName "2.4.1-rc1"
versionCode 135
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -222,7 +222,7 @@ repositories {
dependencies {
implementation 'androidx.core:core-ktx:1.12.0'

implementation "com.nimbusds:nimbus-jose-jwt:9.37"
implementation "com.nimbusds:nimbus-jose-jwt:9.37.3"
//noinspection GradleDependency
implementation "androidx.security:security-crypto:1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// Must: be added:
implementation "com.nimbusds:nimbus-jose-jwt:9.37"
implementation "com.nimbusds:nimbus-jose-jwt:9.37.3"
implementation project(':VCL')

// implementation "io.velocitycareerlabs:vcl:x.y.z"
Expand Down

0 comments on commit 5e7d45e

Please sign in to comment.