diff --git a/starters/okhttp4-spring-boot-starter/build.gradle b/starters/okhttp4-spring-boot-starter/build.gradle index cc2ae20..672a86b 100644 --- a/starters/okhttp4-spring-boot-starter/build.gradle +++ b/starters/okhttp4-spring-boot-starter/build.gradle @@ -9,7 +9,7 @@ dependencies { api 'org.springframework.boot:spring-boot-starter' api project(':okhttp-spring-boot-autoconfigure') api project(':okhttp-spring-client') - api 'com.squareup.okhttp3:okhttp:4.12.0' + api 'com.squareup.okhttp3:okhttp:5.5.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }