Skip to content

Commit 9a7b7ef

Browse files
Update dependency com.auth0:java-jwt to v4.4.0
1 parent f41c5a6 commit 9a7b7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
val junitVersion = "5.10.1"
1212

1313
implementation("commons-io:commons-io:2.15.1")
14-
implementation("com.auth0:java-jwt:4.3.0")
14+
implementation("com.auth0:java-jwt:4.4.0")
1515
implementation("com.google.code.gson:gson:2.10.1")
1616
implementation("org.json:json:20231013")
1717
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")

0 commit comments

Comments
 (0)