File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ lazy val `kamon-okhttp` = (project in file("instrumentation/kamon-okhttp"))
531
531
.settings(
532
532
libraryDependencies ++= Seq (
533
533
kanelaAgent % " provided" ,
534
- " com.squareup.okhttp3" % " okhttp" % " 3.14.9 " % " provided" ,
534
+ " com.squareup.okhttp3" % " okhttp" % " 4.10.0 " % " provided" ,
535
535
536
536
scalatest % " test" ,
537
537
logbackClassic % " test" ,
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ object BaseProject extends AutoPlugin {
32
32
val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.2.3"
33
33
val scalatest = " org.scalatest" %% " scalatest" % " 3.2.9"
34
34
val hdrHistogram = " org.hdrhistogram" % " HdrHistogram" % " 2.1.10"
35
- val okHttp = " com.squareup.okhttp3" % " okhttp" % " 3.14.7 "
36
- val okHttpMockServer = " com.squareup.okhttp3" % " mockwebserver" % " 3 .10.0"
35
+ val okHttp = " com.squareup.okhttp3" % " okhttp" % " 4.10.0 "
36
+ val okHttpMockServer = " com.squareup.okhttp3" % " mockwebserver" % " 4 .10.0"
37
37
val jsqlparser = " com.github.jsqlparser" % " jsqlparser" % " 4.1"
38
38
val oshiCore = " com.github.oshi" % " oshi-core" % " 5.7.5"
39
39
You can’t perform that action at this time.
0 commit comments