diff --git a/build.gradle b/build.gradle index e087692..d1b8fe5 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { compileOnly 'com.amazonaws:aws-java-sdk-kinesis:1.12.100' implementation 'com.google.code.gson:gson:2.8.9' implementation 'org.apache.httpcomponents:httpclient:4.5.13' - implementation 'com.squareup.okhttp3:okhttp:4.9.2' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.jetbrains:annotations:22.0.0'