Browse Source

Merge branch '2.7.x'

pull/31033/head
Andy Wilkinson 4 years ago
parent
commit
c1db8733ab
  1. 12
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1052,16 +1052,8 @@ bom { @@ -1052,16 +1052,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"
]
}
}

Loading…
Cancel
Save