Skip to content

Commit 9decf86

Browse files
Merge pull request #147 from apple/dependabot/gradle/com.auth0-java-jwt-4.5.0
Bump com.auth0:java-jwt from 4.4.0 to 4.5.0
2 parents 7434849 + 56125ee commit 9decf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_11
88
dependencies {
99
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
1010
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
11-
implementation 'com.auth0:java-jwt:4.4.0'
11+
implementation 'com.auth0:java-jwt:4.5.0'
1212
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

0 commit comments

Comments
 (0)