You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
hi, we've encountered this issue due to compliance requirements (see square/okhttp#6724).
we were able to mitigate by simply introducing the latest okhttp version as a direct dependency of our application, tested by accessing the kamon-prometheus endpoint in a browser).
will you guys be willing to accept a (tiny) PR increasing okhttp version?
azolotko
pushed a commit
to azolotko/Kamon
that referenced
this issue
Nov 3, 2022
Kamon currently depends on an old version of okhttp3 (see
Build.scala
):This creates issues with other packages such as
com.softwaremill.sttp.client3:okhttp-backend
who have upgraded tookhttp3
version4.9.3
: adding a dependency tokamon-prometheus
effectively downgrades theokhttp
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?The text was updated successfully, but these errors were encountered: