Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump ktorVersion from 3.0.0 to 3.0.1 (#244)
Bumps `ktorVersion` from 3.0.0 to 3.0.1. Updates `io.ktor:ktor-client-okhttp` from 3.0.0 to 3.0.1 <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.1</h2> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</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.1</h1> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/205479f5562a78b04354bdcb309df827ad4f6830"><code>205479f</code></a> Release 3.0.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4432">#4432</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e5e8ae759aa2140dcfcb51dc0dbf6cb1bee53fbd"><code>e5e8ae7</code></a> KTOR-6158 JS. Remove redundant <code>require</code> calls (<a href="https://redirect.github.com/ktorio/ktor/issues/4422">#4422</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/8c271cbd5c39b6fbd8bad11abcc03ab374877aa4"><code>8c271cb</code></a> KTOR-7596 Make multipart Content-Type check case-insensitive (<a href="https://redirect.github.com/ktorio/ktor/issues/4413">#4413</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/5a7bf7fa9e84e0c9831902bb06eece3ec90cc58d"><code>5a7bf7f</code></a> KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (<a href="https://redirect.github.com/ktorio/ktor/issues/4429">#4429</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0ae547ff9e1f9de1c495044426f9ded8764c1338"><code>0ae547f</code></a> KTOR-7326 Remove debug implementation of Pipeline.toString (<a href="https://redirect.github.com/ktorio/ktor/issues/4419">#4419</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4f45166df52198b670361d362ca956bc9902dba7"><code>4f45166</code></a> Update ktor monorepo to v3.0.1-eap-1122 (<a href="https://redirect.github.com/ktorio/ktor/issues/4415">#4415</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/451f664544ee2abbdb78ebe0db50c4049f3e5b76"><code>451f664</code></a> KTOR-7625: Url.segments parsing fix</li> <li><a href="https://github.com/ktorio/ktor/commit/95426ce9b9d16611f883345fb9d40a246299dde6"><code>95426ce</code></a> chore: remove redundant backticks (<a href="https://redirect.github.com/ktorio/ktor/issues/4425">#4425</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/3d71a28fd3045bb5c40829f8abc07460272295ed"><code>3d71a28</code></a> Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4416">#4416</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/caceb621e571b27e44047c11ad9958e476abafb7"><code>caceb62</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4417">#4417</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.0...3.0.1">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock` from 3.0.0 to 3.0.1 <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.1</h2> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</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.1</h1> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/205479f5562a78b04354bdcb309df827ad4f6830"><code>205479f</code></a> Release 3.0.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4432">#4432</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e5e8ae759aa2140dcfcb51dc0dbf6cb1bee53fbd"><code>e5e8ae7</code></a> KTOR-6158 JS. Remove redundant <code>require</code> calls (<a href="https://redirect.github.com/ktorio/ktor/issues/4422">#4422</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/8c271cbd5c39b6fbd8bad11abcc03ab374877aa4"><code>8c271cb</code></a> KTOR-7596 Make multipart Content-Type check case-insensitive (<a href="https://redirect.github.com/ktorio/ktor/issues/4413">#4413</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/5a7bf7fa9e84e0c9831902bb06eece3ec90cc58d"><code>5a7bf7f</code></a> KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (<a href="https://redirect.github.com/ktorio/ktor/issues/4429">#4429</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0ae547ff9e1f9de1c495044426f9ded8764c1338"><code>0ae547f</code></a> KTOR-7326 Remove debug implementation of Pipeline.toString (<a href="https://redirect.github.com/ktorio/ktor/issues/4419">#4419</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4f45166df52198b670361d362ca956bc9902dba7"><code>4f45166</code></a> Update ktor monorepo to v3.0.1-eap-1122 (<a href="https://redirect.github.com/ktorio/ktor/issues/4415">#4415</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/451f664544ee2abbdb78ebe0db50c4049f3e5b76"><code>451f664</code></a> KTOR-7625: Url.segments parsing fix</li> <li><a href="https://github.com/ktorio/ktor/commit/95426ce9b9d16611f883345fb9d40a246299dde6"><code>95426ce</code></a> chore: remove redundant backticks (<a href="https://redirect.github.com/ktorio/ktor/issues/4425">#4425</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/3d71a28fd3045bb5c40829f8abc07460272295ed"><code>3d71a28</code></a> Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4416">#4416</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/caceb621e571b27e44047c11ad9958e476abafb7"><code>caceb62</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4417">#4417</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.0...3.0.1">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock-jvm` from 3.0.0 to 3.0.1 <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.1</h2> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</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.1</h1> <blockquote> <p>Published 29 October 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>Remove space from the default client user agent (<a href="https://youtrack.jetbrains.com/issue/KTOR-7655">KTOR-7655</a>)</li> <li><code>Url.segments</code> throws on URLs with root path (<a href="https://youtrack.jetbrains.com/issue/KTOR-7625">KTOR-7625</a>)</li> <li>Digest Auth does not implement nc parameter correctly according to RFC 7616 (<a href="https://youtrack.jetbrains.com/issue/KTOR-4318">KTOR-4318</a>)</li> <li>about:blank URL should be parsed correctly as about:blank (<a href="https://youtrack.jetbrains.com/issue/KTOR-7410">KTOR-7410</a>)</li> <li>ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-7571">KTOR-7571</a>)</li> <li>CIO: Requests face connection timeouts when executed on the Android main dispatcher (<a href="https://youtrack.jetbrains.com/issue/KTOR-6803">KTOR-6803</a>)</li> <li>receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (<a href="https://youtrack.jetbrains.com/issue/KTOR-7596">KTOR-7596</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (<a href="https://youtrack.jetbrains.com/issue/KTOR-7623">KTOR-7623</a>)</li> <li>INFO log message with all server interceptors on server startup (<a href="https://youtrack.jetbrains.com/issue/KTOR-7326">KTOR-7326</a>)</li> <li>Digest auth: <code>username</code> and <code>cnonce</code> parameters aren't surrounded with quotes (<a href="https://youtrack.jetbrains.com/issue/KTOR-7561">KTOR-7561</a>)</li> <li>ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (<a href="https://youtrack.jetbrains.com/issue/KTOR-7536">KTOR-7536</a>)</li> <li>Support missing native targets in ktor-serialization-kotlinx-xml (<a href="https://youtrack.jetbrains.com/issue/KTOR-7583">KTOR-7583</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/205479f5562a78b04354bdcb309df827ad4f6830"><code>205479f</code></a> Release 3.0.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4432">#4432</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e5e8ae759aa2140dcfcb51dc0dbf6cb1bee53fbd"><code>e5e8ae7</code></a> KTOR-6158 JS. Remove redundant <code>require</code> calls (<a href="https://redirect.github.com/ktorio/ktor/issues/4422">#4422</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/8c271cbd5c39b6fbd8bad11abcc03ab374877aa4"><code>8c271cb</code></a> KTOR-7596 Make multipart Content-Type check case-insensitive (<a href="https://redirect.github.com/ktorio/ktor/issues/4413">#4413</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/5a7bf7fa9e84e0c9831902bb06eece3ec90cc58d"><code>5a7bf7f</code></a> KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (<a href="https://redirect.github.com/ktorio/ktor/issues/4429">#4429</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0ae547ff9e1f9de1c495044426f9ded8764c1338"><code>0ae547f</code></a> KTOR-7326 Remove debug implementation of Pipeline.toString (<a href="https://redirect.github.com/ktorio/ktor/issues/4419">#4419</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4f45166df52198b670361d362ca956bc9902dba7"><code>4f45166</code></a> Update ktor monorepo to v3.0.1-eap-1122 (<a href="https://redirect.github.com/ktorio/ktor/issues/4415">#4415</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/451f664544ee2abbdb78ebe0db50c4049f3e5b76"><code>451f664</code></a> KTOR-7625: Url.segments parsing fix</li> <li><a href="https://github.com/ktorio/ktor/commit/95426ce9b9d16611f883345fb9d40a246299dde6"><code>95426ce</code></a> chore: remove redundant backticks (<a href="https://redirect.github.com/ktorio/ktor/issues/4425">#4425</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/3d71a28fd3045bb5c40829f8abc07460272295ed"><code>3d71a28</code></a> Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (<a href="https://redirect.github.com/ktorio/ktor/issues/4416">#4416</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/caceb621e571b27e44047c11ad9958e476abafb7"><code>caceb62</code></a> Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (<a href="https://redirect.github.com/ktorio/ktor/issues/4417">#4417</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/3.0.0...3.0.1">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