We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f574f25 + 356f02d commit c1db873Copy full SHA for c1db873
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1052,16 +1052,8 @@ bom {
1052
}
1053
library("OkHttp", "4.9.3") {
1054
group("com.squareup.okhttp3") {
1055
- modules = [
1056
- "logging-interceptor",
1057
- "mockwebserver",
1058
- "okcurl",
1059
- "okhttp",
1060
- "okhttp-brotli",
1061
- "okhttp-dnsoverhttps",
1062
- "okhttp-sse",
1063
- "okhttp-tls",
1064
- "okhttp-urlconnection"
+ imports = [
+ "okhttp-bom"
1065
]
1066
1067
0 commit comments