8000 Upgrade okhttp3 to 4.x for `kamon-prometheus` · Issue #1183 · kamon-io/Kamon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Upgrade okhttp3 to 4.x for kamon-prometheus #1183
Closed
@t-bast

Description

@t-bast

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0