diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7f76f1a00b9..1394f612abb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,16 +1355,8 @@ bom { } library("OkHttp", "4.9.3") { group("com.squareup.okhttp3") { - modules = [ - "logging-interceptor", - "mockwebserver", - "okcurl", - "okhttp", - "okhttp-brotli", - "okhttp-dnsoverhttps", - "okhttp-sse", - "okhttp-tls", - "okhttp-urlconnection" + imports = [ + "okhttp-bom" ] } }