diff --git a/build.gradle b/build.gradle index 4833104..80d05a3 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp" implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" - testImplementation 'com.auth0:java-jwt:4.5.0' + testImplementation 'com.auth0:java-jwt:4.5.1' testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'org.mockito:mockito-core:4.11.0'