diff --git a/examples/linked-container/build.gradle b/examples/linked-container/build.gradle index 6877a35fec5..eac2c59df4a 100644 --- a/examples/linked-container/build.gradle +++ b/examples/linked-container/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { compileOnly 'org.slf4j:slf4j-api:1.7.30' - implementation 'com.squareup.okhttp3:okhttp:4.8.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'org.json:json:20180813' testImplementation 'org.postgresql:postgresql:42.2.16' testImplementation 'ch.qos.logback:logback-classic:1.2.3'