diff --git a/build.gradle b/build.gradle index e66a8a2..bb8965b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' - implementation 'com.squareup.okhttp3:okhttp:4.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.google.code.gson:gson:2.8.6' implementation 'org.slf4j:slf4j-api:1.7.30' } @@ -53,4 +53,4 @@ publishing { } } } -} \ No newline at end of file +}