Skip to content

Commit

Permalink
VL-8490 - v2.6.10 nimbus v9.45
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Dec 1, 2024
1 parent a2a2f25 commit 17df2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdk 24
targetSdk 34
versionName "2.6.9"
versionCode 153
versionName "2.6.10"
versionCode 154
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down Expand Up @@ -219,7 +219,7 @@ repositories {
dependencies {
implementation 'androidx.core:core-ktx:1.13.1'

implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
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.2'
implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
implementation "androidx.security:security-crypto:1.1.0-alpha06"
//-------------------------

Expand Down

0 comments on commit 17df2e1

Please sign in to comment.