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
I updated Kamon to 2.6.0 and getting this warning:
[warn] * com.squareup.okhttp3:okhttp:4.10.0 is selected over 3.12.1
[warn] +- io.kamon:kamon-prometheus_2.13:2.6.0 (depends on 4.10.0)
[warn] +- io.zipkin.reporter2:zipkin-sender-okhttp3:2.7.15 (depends on 3.12.1)
The problem here is that kamon-prometheus doesn't agree with kamon-zipkin on what version of OkHttp to use. Looking at kamon-zipkin, it looks like it depends on zipkin-sender-okhttp3 version 2.7.15, but the latest version is 2.8.3. I may be able to force newer zipkin-reporter and zipkin-sender-okhttp3 versions, but not sure.
Can the warning be ignored?
The text was updated successfully, but these errors were encountered:
I'm 99% sure that those OkHttp versions are compatible so probably it can be ignored. But I'll look into updating those dependencies anyways to avoid warnings.
I have versioning schemes declared in our build because the CLASSPATH has many libraries that could conflict, so our eviction warnings turn to errors as part of CI, with every exception needing special attention.
I updated Kamon to
2.6.0
and getting this warning:The problem here is that
kamon-prometheus
doesn't agree withkamon-zipkin
on what version of OkHttp to use. Looking atkamon-zipkin
, it looks like it depends onzipkin-sender-okhttp3
version2.7.15
, but the latest version is2.8.3
. I may be able to force newerzipkin-reporter
andzipkin-sender-okhttp3
versions, but not sure.Can the warning be ignored?
The text was updated successfully, but these errors were encountered: