IBM / cloudant-java-sdk

Cloudant SDK for Java
Apache License 2.0
22 stars 17 forks source link

build(deps): temporary dependency on okio 3.4.0 #456

Closed ricellis closed 1 year ago

ricellis commented 1 year ago

PR summary

Temprorarily add a direct dependency on okio 3.4.0.

PR Checklist

Please make sure that your PR fulfills the following requirements:

PR Type

What is the current behavior?

okio is a transitive dependency at 3.2.0 from okhttp 4.11.0

What is the new behavior?

Upgrade okio to version 3.4.0 because of CVE-2023-3635.

Does this PR introduce a breaking change?

Other information