diff --git a/build.gradle b/build.gradle index c1d790d0..f068ad7a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven-publish' apply plugin: 'signing' dependencies { - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.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.82'