dependabot[bot] opened a new pull request, #1304: URL: https://github.com/apache/streampipes/pull/1304
Bumps [okhttp](https://github.com/square/okhttp) from 3.12.2 to 4.10.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <h2>Version 5.0.0-alpha.11</h2> <p><em>2022-12-24</em></p> <ul> <li>New: Enable fast fallback by default. It's our implementation of Happy Eyeballs, [RFC 8305][rfc_8305]. Disable with <code>OkHttpClient.Builder.fastFallback(false)</code>.</li> <li>Fix: Don't log response bodies for server-sent events.</li> <li>Fix: Skip early hints (status code 103) responses.</li> <li>Fix: Don't log sensitive headers in <code>Request.toString()</code>.</li> <li>Fix: Don't crash when the dispatcher's <code>ExecutorService</code> is shutdown with many calls still enqueued.</li> <li>Upgrade: [GraalVM 22][graalvm_22].</li> <li>Upgrade: [Kotlin 1.7.10][kotlin_1_7_10].</li> </ul> <h2>Version 5.0.0-alpha.10</h2> <p><em>2022-06-26</em></p> <ul> <li>Fix: Configure the multiplatform artifact (<code>com.squareup.okhttp3:okhttp:3.x.x</code>) to depend on the JVM artifact (<code>com.squareup.okhttp3:okhttp-jvm:3.x.x</code>) for Maven builds. This should work-around an issue where Maven doesn't interpret Gradle metadata.</li> <li>Fix: Make another attempt at supporting Kotlin 1.5.31 at runtime. We were crashing on <code>DurationUnit</code> which was a typealias in 1.5.x.</li> <li>Upgrade: [Okio 3.2.0][okio_3_2_0].</li> </ul> <h2>Version 5.0.0-alpha.9</h2> <p><em>2022-06-16</em></p> <ul> <li>New: Enforce label length limits in URLs. <code>HttpUrl</code> now rejects URLs whose domains aren't valid. This includes overly-long domain names (longer than 253 characters), overly-long labels (more than 63 characters between dots), and empty labels.</li> <li>New: Don't include the <code>Content-Length</code> header in multipart bodies. Servers must delimit OkHttp's request bodies using the boundary only. (This change makes OkHttp more consistent with browsers and other HTTP clients.)</li> <li>New: Drop the <code>tunnelProxy</code> argument in <code>MockWebServer.useHttps()</code>. This change only impacts the OkHttp 5.x API which uses the <code>mockwebserver3</code> package.</li> <li>Fix: Don't call <code>toDuration()</code> which isn't available in kotlin-stdlib 1.4.</li> </ul> <h2>Version 5.0.0-alpha.8</h2> <p><em>2022-06-08</em></p> <ul> <li>Fix: Change how <code>H2_PRIOR_KNOWLEDGE</code> works with HTTP proxies. Previously OkHttp assumed the</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okhttp/commit/6b07f6227416506a44bb97012551929cd6a1dd79"><code>6b07f62</code></a> Prepare for release 4.10.0.</li> <li><a href="https://github.com/square/okhttp/commit/c657392a6e807d9b77df73827d4c7e1d8beeb1b0"><code>c657392</code></a> Fix Conscrypt NPE workaround (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/7219">#7219</a>) (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/7230">#7230</a>)</li> <li><a href="https://github.com/square/okhttp/commit/5aa716af8ee31a7bd2dca37361f00bafc8f7700e"><code>5aa716a</code></a> 4.10: Version bump of kotlin, okio. (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/7225">#7225</a>)</li> <li><a href="https://github.com/square/okhttp/commit/acf873543f197283995232446a35fd8a83fad77e"><code>acf8735</code></a> Backport of <a href="https://github-redirect.dependabot.com/square/okhttp/pull/6495">square/okhttp#6495</a> (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6940">#6940</a>)</li> <li><a href="https://github.com/square/okhttp/commit/86acfbd65a4d1030b3827afb57b8c45c35465879"><code>86acfbd</code></a> Prepare next development version.</li> <li><a href="https://github.com/square/okhttp/commit/0a27e9ff30c6129f4fdeb1f99c07c9b009bcc537"><code>0a27e9f</code></a> Prepare for release 4.9.3.</li> <li><a href="https://github.com/square/okhttp/commit/97a8f6cac287b11352e6688e9a7e9180b145a9ad"><code>97a8f6c</code></a> Confirm we can read a response that completed before RST_STREAM (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6293">#6293</a>) (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6914">#6914</a>)</li> <li><a href="https://github.com/square/okhttp/commit/b1a39f48e55ecd197e306e1b25f1133836caa4e2"><code>b1a39f4</code></a> Prepare next development version.</li> <li><a href="https://github.com/square/okhttp/commit/3edf17ca8a5048912d19e84d0fc2a7941a97c07d"><code>3edf17c</code></a> Prepare for release 4.9.2.</li> <li><a href="https://github.com/square/okhttp/commit/262b3cde9f6354a31d4d4862bef5a81590687ad7"><code>262b3cd</code></a> Handle strict module handling on JDK17 (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6707">#6707</a>) (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6742">#6742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okhttp/compare/parent-3.12.2...parent-4.10.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
