diff --git a/starters/okhttp5-spring-boot-starter/build.gradle b/starters/okhttp5-spring-boot-starter/build.gradle index a58fafe..aa89cac 100644 --- a/starters/okhttp5-spring-boot-starter/build.gradle +++ b/starters/okhttp5-spring-boot-starter/build.gradle @@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter" dependencies { api platform(project(":okhttp-spring-boot-dependencies")) - api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.12') + api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.14') api 'org.springframework.boot:spring-boot-starter' api project(':okhttp-spring-boot-autoconfigure')