Closed sbouchet closed 2 years ago
also: okhttp-4.9.3 -> okhttp-4.10.0 okio-2.8.0 -> okio-3.0.0 kotlin-stdlib-1.4.10 -> kotlin-stdlib-1.6.20 logging-interceptor-4.9.3 -> logging-interceptor-4.10.0
@sbouchet logging-interceptor
isn't among the dependencies of the client afaics. okio
and kotlin-stdlib
are both transient deps that get bumped in the following way when I bump the direct dependencies as in #477:
[INFO] com.openshift:openshift-restclient-java:jar:9.0.5-SNAPSHOT
[INFO] +- com.squareup.okhttp3:okhttp:jar:4.10.0:compile
[INFO] | +- com.squareup.okio:okio-jvm:jar:3.0.0:compile
[INFO] | | +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31:compile
[INFO] | | | \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31:compile
[INFO] | | \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.5.31:compile
[INFO] | \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.20:compile
ok sounds good enough
see https://issues.redhat.com/browse/JBIDE-28634