Closed
Description
Kamon currently depends on an old version of okhttp3 (see Build.scala
):
val okHttp = "com.squareup.okhttp3" % "okhttp" % "3.14.7"
This creates issues with other packages such as com.softwaremill.sttp.client3:okhttp-backend
who have upgraded to okhttp3
version 4.9.3
: adding a dependency to kamon-prometheus
effectively downgrades the okhttp
package in my class path, which breaks my application.
It would be really nice to upgrade Kamon to the latest version of okhttp3
, is this something you could consider?
Metadata
Metadata
Assignees
Labels
No labels