Skip to content

Commit 7f80622

Browse files
azolotkoAlex Zolotko
andauthored
Update okhttp3 to 4.10.0 (#1226)
Resolves #1183 Co-authored-by: Alex Zolotko <a.zolotko@reaqta.com>
1 parent 363d038 commit 7f80622

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ lazy val `kamon-okhttp` = (project in file("instrumentation/kamon-okhttp"))
531531
.settings(
532532
libraryDependencies ++= Seq(
533533
kanelaAgent % "provided",
534-
"com.squareup.okhttp3" % "okhttp" % "3.14.9" % "provided",
534+
"com.squareup.okhttp3" % "okhttp" % "4.10.0" % "provided",
535535

536536
scalatest % "test",
537537
logbackClassic % "test",

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ object BaseProject extends AutoPlugin {
3232
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
3333
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
3434
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"
3737
val jsqlparser = "com.github.jsqlparser" % "jsqlparser" % "4.1"
3838
val oshiCore = "com.github.oshi" % "oshi-core" % "5.7.5"
3939

0 commit comments

Comments
 (0)