We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41c5a6 commit 9a7b7efCopy full SHA for 9a7b7ef
build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
val junitVersion = "5.10.1"
12
13
implementation("commons-io:commons-io:2.15.1")
14
- implementation("com.auth0:java-jwt:4.3.0")
+ implementation("com.auth0:java-jwt:4.4.0")
15
implementation("com.google.code.gson:gson:2.10.1")
16
implementation("org.json:json:20231013")
17
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
0 commit comments