openshift / openshift-restclient-java

Other
78 stars 112 forks source link

Upgrade snakeyaml to 1.31 #476

Closed sbouchet closed 2 years ago

sbouchet commented 2 years ago

see https://issues.redhat.com/browse/JBIDE-28634

sbouchet commented 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

adietish commented 2 years ago

@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
sbouchet commented 2 years ago

ok sounds good enough

adietish commented 2 years ago

@sbouchet released 9.0.5.Final: https://repository.jboss.org/nexus/service/local/repositories/releases/content/com/openshift/openshift-restclient-java/9.0.5.Final/openshift-restclient-java-9.0.5.Final.jar