diff --git a/build.gradle b/build.gradle index 0725a1c7..93d03d0e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 dependencies { - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.0.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' implementation 'com.auth0:java-jwt:4.5.0' implementation 'org.bouncycastle:bcprov-jdk18on:1.81'