We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2e8bd commit ae5d293Copy full SHA for ae5d293
starters/okhttp5-spring-boot-starter/build.gradle
@@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter"
5
6
dependencies {
7
api platform(project(":okhttp-spring-boot-dependencies"))
8
- api platform('com.squareup.okhttp3:okhttp-bom:5.1.0')
+ api platform('com.squareup.okhttp3:okhttp-bom:5.2.1')
9
10
api 'org.springframework.boot:spring-boot-starter'
11
api project(':okhttp-spring-boot-autoconfigure')
0 commit comments