Skip to content

Commit

Permalink
fix(deps): Bump ktorVersion from 3.0.2 to 3.0.3 (#250)
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 3.0.2 to 3.0.3.
Updates `io.ktor:ktor-client-okhttp` from 3.0.2 to 3.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-okhttp's releases</a>.</em></p>
<blockquote>
<h2>3.0.3</h2>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/main/CHANGELOG.md">io.ktor:ktor-client-okhttp's changelog</a>.</em></p>
<blockquote>
<h1>3.0.3</h1>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ktorio/ktor/commit/e18c901e4583a84c07140c32a1df173f55e5f12c"><code>e18c901</code></a> Release 3.0.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4558">#4558</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/dbcbff9659c92b6416d04cb2a9c92d10bcd2d149"><code>dbcbff9</code></a> Cherry-pick common ClientLoader implementation from 3.1.0-eap (<a href="https://redirect.github.com/ktorio/ktor/issues/4550">#4550</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d35aeb9d427aaffa3cfd47c2a3d439f302afedeb"><code>d35aeb9</code></a> Update netty monorepo to v4.1.116.Final (<a href="https://redirect.github.com/ktorio/ktor/issues/4557">#4557</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/958d84f50172d435cb399e5bc4d851f0e117c56c"><code>958d84f</code></a> Update ktor monorepo to v3.1.0-eap-1190 (<a href="https://redirect.github.com/ktorio/ktor/issues/4552">#4552</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/37a9a0f6753cf9b9630e02c5c350f764e1da1b20"><code>37a9a0f</code></a> Update contributing guide (<a href="https://redirect.github.com/ktorio/ktor/issues/4542">#4542</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/8329b7ebc4c95e294d7ef6f2a603f6c16b2eb3fc"><code>8329b7e</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (<a href="https://redirect.github.com/ktorio/ktor/issues/4554">#4554</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/f5363d5b450af27191c7ba5c3abc3c04b2e95b4c"><code>f5363d5</code></a> KTOR-7941 Fix performance on readUtfLineTo (<a href="https://redirect.github.com/ktorio/ktor/issues/4537">#4537</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d1ee88c660024c1d6ee9fdda65b5b56d418e015b"><code>d1ee88c</code></a> Disable compression tests for js engine</li>
<li><a href="https://github.com/ktorio/ktor/commit/a1ceac3d2373a18f43cb78e7c2cde81b1550b486"><code>a1ceac3</code></a> Fix formatting</li>
<li><a href="https://github.com/ktorio/ktor/commit/30ca176945103d28326722d11bc9ddfc63dc005c"><code>30ca176</code></a> KTOR-7934 Fix content length check for Options and Head for wasm, js, and nat...</li>
<li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.2...3.0.3">compare view</a></li>
</ul>
</details>
<br />

Updates `io.ktor:ktor-client-mock` from 3.0.2 to 3.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock's releases</a>.</em></p>
<blockquote>
<h2>3.0.3</h2>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/main/CHANGELOG.md">io.ktor:ktor-client-mock's changelog</a>.</em></p>
<blockquote>
<h1>3.0.3</h1>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ktorio/ktor/commit/e18c901e4583a84c07140c32a1df173f55e5f12c"><code>e18c901</code></a> Release 3.0.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4558">#4558</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/dbcbff9659c92b6416d04cb2a9c92d10bcd2d149"><code>dbcbff9</code></a> Cherry-pick common ClientLoader implementation from 3.1.0-eap (<a href="https://redirect.github.com/ktorio/ktor/issues/4550">#4550</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d35aeb9d427aaffa3cfd47c2a3d439f302afedeb"><code>d35aeb9</code></a> Update netty monorepo to v4.1.116.Final (<a href="https://redirect.github.com/ktorio/ktor/issues/4557">#4557</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/958d84f50172d435cb399e5bc4d851f0e117c56c"><code>958d84f</code></a> Update ktor monorepo to v3.1.0-eap-1190 (<a href="https://redirect.github.com/ktorio/ktor/issues/4552">#4552</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/37a9a0f6753cf9b9630e02c5c350f764e1da1b20"><code>37a9a0f</code></a> Update contributing guide (<a href="https://redirect.github.com/ktorio/ktor/issues/4542">#4542</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/8329b7ebc4c95e294d7ef6f2a603f6c16b2eb3fc"><code>8329b7e</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (<a href="https://redirect.github.com/ktorio/ktor/issues/4554">#4554</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/f5363d5b450af27191c7ba5c3abc3c04b2e95b4c"><code>f5363d5</code></a> KTOR-7941 Fix performance on readUtfLineTo (<a href="https://redirect.github.com/ktorio/ktor/issues/4537">#4537</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d1ee88c660024c1d6ee9fdda65b5b56d418e015b"><code>d1ee88c</code></a> Disable compression tests for js engine</li>
<li><a href="https://github.com/ktorio/ktor/commit/a1ceac3d2373a18f43cb78e7c2cde81b1550b486"><code>a1ceac3</code></a> Fix formatting</li>
<li><a href="https://github.com/ktorio/ktor/commit/30ca176945103d28326722d11bc9ddfc63dc005c"><code>30ca176</code></a> KTOR-7934 Fix content length check for Options and Head for wasm, js, and nat...</li>
<li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.2...3.0.3">compare view</a></li>
</ul>
</details>
<br />

Updates `io.ktor:ktor-client-mock-jvm` from 3.0.2 to 3.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock-jvm's releases</a>.</em></p>
<blockquote>
<h2>3.0.3</h2>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/main/CHANGELOG.md">io.ktor:ktor-client-mock-jvm's changelog</a>.</em></p>
<blockquote>
<h1>3.0.3</h1>
<blockquote>
<p>Published 18 December 2024</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>&quot;Module not found&quot; errors when executing browserProductionWebpack task since 3.0.2 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7912">KTOR-7912</a>)</li>
<li>Darwin: &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7943">KTOR-7943</a>)</li>
<li>JS/WASM fails with &quot;IllegalStateException: Content-Length mismatch&quot; on requesting gzipped content (<a href="https://youtrack.jetbrains.com/issue/KTOR-7934">KTOR-7934</a>)</li>
<li>FormFieldLimit is overwritten by default arg (<a href="https://youtrack.jetbrains.com/issue/KTOR-7946">KTOR-7946</a>)</li>
<li>A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7941">KTOR-7941</a>)</li>
<li>Installing HttpCache before ContentEncoding prevents response body to be decoded (<a href="https://youtrack.jetbrains.com/issue/KTOR-7830">KTOR-7830</a>)</li>
<li>TestApplication.stop() doesn't stop the application anymore (<a href="https://youtrack.jetbrains.com/issue/KTOR-7682">KTOR-7682</a>)</li>
<li>File is not commited after closing writeChannel() of the file (<a href="https://youtrack.jetbrains.com/issue/KTOR-7845">KTOR-7845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ktorio/ktor/commit/e18c901e4583a84c07140c32a1df173f55e5f12c"><code>e18c901</code></a> Release 3.0.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4558">#4558</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/dbcbff9659c92b6416d04cb2a9c92d10bcd2d149"><code>dbcbff9</code></a> Cherry-pick common ClientLoader implementation from 3.1.0-eap (<a href="https://redirect.github.com/ktorio/ktor/issues/4550">#4550</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d35aeb9d427aaffa3cfd47c2a3d439f302afedeb"><code>d35aeb9</code></a> Update netty monorepo to v4.1.116.Final (<a href="https://redirect.github.com/ktorio/ktor/issues/4557">#4557</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/958d84f50172d435cb399e5bc4d851f0e117c56c"><code>958d84f</code></a> Update ktor monorepo to v3.1.0-eap-1190 (<a href="https://redirect.github.com/ktorio/ktor/issues/4552">#4552</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/37a9a0f6753cf9b9630e02c5c350f764e1da1b20"><code>37a9a0f</code></a> Update contributing guide (<a href="https://redirect.github.com/ktorio/ktor/issues/4542">#4542</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/8329b7ebc4c95e294d7ef6f2a603f6c16b2eb3fc"><code>8329b7e</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (<a href="https://redirect.github.com/ktorio/ktor/issues/4554">#4554</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/f5363d5b450af27191c7ba5c3abc3c04b2e95b4c"><code>f5363d5</code></a> KTOR-7941 Fix performance on readUtfLineTo (<a href="https://redirect.github.com/ktorio/ktor/issues/4537">#4537</a>)</li>
<li><a href="https://github.com/ktorio/ktor/commit/d1ee88c660024c1d6ee9fdda65b5b56d418e015b"><code>d1ee88c</code></a> Disable compression tests for js engine</li>
<li><a href="https://github.com/ktorio/ktor/commit/a1ceac3d2373a18f43cb78e7c2cde81b1550b486"><code>a1ceac3</code></a> Fix formatting</li>
<li><a href="https://github.com/ktorio/ktor/commit/30ca176945103d28326722d11bc9ddfc63dc005c"><code>30ca176</code></a> KTOR-7934 Fix content length check for Options and Head for wasm, js, and nat...</li>
<li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.2...3.0.3">compare view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent ea5ffe1 commit 0bdfc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript{
ext {
kotlinCoroutinesVersion = '1.9.0'
ktorVersion = '3.0.2'
ktorVersion = '3.0.3'
junit5Version = '5.11.4'
okhttpVersion = '4.12.0'
}
Expand Down

0 comments on commit 0bdfc6a

Please sign in to comment.