Skip to content

Commit c1db873

Browse files
committed
Merge branch '2.7.x'
2 parents f574f25 + 356f02d commit c1db873

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,16 +1052,8 @@ bom {
10521052
}
10531053
library("OkHttp", "4.9.3") {
10541054
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"
1055+
imports = [
1056+
"okhttp-bom"
10651057
]
10661058
}
10671059
}

0 commit comments

Comments
 (0)