Skip to content

Commit

Permalink
Bump okhttp to 4.12.0 (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Mar 1, 2024
1 parent d362be3 commit 43bc5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ lazy val `kamon-okhttp` = (project in file("instrumentation/kamon-okhttp"))
.settings(
libraryDependencies ++= Seq(
kanelaAgent % "provided",
"com.squareup.okhttp3" % "okhttp" % "4.10.0" % "provided",
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "provided",

scalatest % "test",
logbackClassic % "test",
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object BaseProject extends AutoPlugin {
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.12"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.10"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.10.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
val okHttpMockServer = "com.squareup.okhttp3" % "mockwebserver" % "4.10.0"
val jsqlparser = "com.github.jsqlparser" % "jsqlparser" % "4.1"
val oshiCore = "com.github.oshi" % "oshi-core" % "5.7.5"
Expand Down

0 comments on commit 43bc5fa

Please sign in to comment.