We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7434849 commit 56125eeCopy full SHA for 56125ee
build.gradle
@@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_11
8
dependencies {
9
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
10
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
11
- implementation 'com.auth0:java-jwt:4.4.0'
+ implementation 'com.auth0:java-jwt:4.5.0'
12
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
13
14
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
0 commit comments