This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit cf7db44
authored
build(deps): Bump ktorVersion from 2.3.3 to 2.3.4 in /api-editor (#1417)
Bumps `ktorVersion` from 2.3.3 to 2.3.4.
Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.3 to 2.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-serialization-kotlinx-json's
releases</a>.</em></p>
<blockquote>
<h2>2.3.4</h2>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md">io.ktor:ktor-serialization-kotlinx-json's
changelog</a>.</em></p>
<blockquote>
<h1>2.3.4</h1>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ktorio/ktor/commit/32b9395d282c7a3f9c2ba17f7f1859e5fb321f4a"><code>32b9395</code></a>
KTOR-6251 Release 2.3.4 (<a
href="https://redirect.github.com/ktorio/ktor/issues/3741">#3741</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ce50296f80d9af1189c91a1e746ea24b765f80a0"><code>ce50296</code></a>
KTOR-5868 Fix the delimiter for a Cookie name-value pairs (<a
href="https://redirect.github.com/ktorio/ktor/issues/3739">#3739</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d17b3d987e7583a3d3d6cf289a431ac9ecb8f68f"><code>d17b3d9</code></a>
KTOR-6064 Fix documentation and message of
NoTransformationFoundException (<a
href="https://redirect.github.com/ktorio/ktor/issues/3">#3</a>...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d720899bc701529f0be7ef8a34c4de7ae2e08dcd"><code>d720899</code></a>
KTOR-3391 Fix Digest Auth: algorithm isn't specified in the
Authorization hea...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ddc3ff367a73fe891bccdc18ccf0e8feb6d32ee2"><code>ddc3ff3</code></a>
KTOR-6190 Handle NPE in JavaClientEngine body() call (<a
href="https://redirect.github.com/ktorio/ktor/issues/3728">#3728</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e637c4a68ad09ca60b2c0a7644fc3460ff0e0cac"><code>e637c4a</code></a>
KTOR-6147 Darwin: App hangs when streaming request without connection
(<a
href="https://redirect.github.com/ktorio/ktor/issues/3720">#3720</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/3c7e8c0a20a408319d00da501f411087e1bf25c4"><code>3c7e8c0</code></a>
KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://redirect.github.com/ktorio/ktor/issues/3721">#3721</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e56b8bdaccc2eb54ac6cc4661dd3f3dcd5985c9b"><code>e56b8bd</code></a>
KTOR-6183 The "charset=UTF-8" part is automatically added to
the `application...</li>
<li>See full diff in <a
href="https://github.com/ktorio/ktor/compare/2.3.3...2.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `io.ktor:ktor-server` from 2.3.3 to 2.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-server's
releases</a>.</em></p>
<blockquote>
<h2>2.3.4</h2>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md">io.ktor:ktor-server's
changelog</a>.</em></p>
<blockquote>
<h1>2.3.4</h1>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ktorio/ktor/commit/32b9395d282c7a3f9c2ba17f7f1859e5fb321f4a"><code>32b9395</code></a>
KTOR-6251 Release 2.3.4 (<a
href="https://redirect.github.com/ktorio/ktor/issues/3741">#3741</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ce50296f80d9af1189c91a1e746ea24b765f80a0"><code>ce50296</code></a>
KTOR-5868 Fix the delimiter for a Cookie name-value pairs (<a
href="https://redirect.github.com/ktorio/ktor/issues/3739">#3739</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d17b3d987e7583a3d3d6cf289a431ac9ecb8f68f"><code>d17b3d9</code></a>
KTOR-6064 Fix documentation and message of
NoTransformationFoundException (<a
href="https://redirect.github.com/ktorio/ktor/issues/3">#3</a>...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d720899bc701529f0be7ef8a34c4de7ae2e08dcd"><code>d720899</code></a>
KTOR-3391 Fix Digest Auth: algorithm isn't specified in the
Authorization hea...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ddc3ff367a73fe891bccdc18ccf0e8feb6d32ee2"><code>ddc3ff3</code></a>
KTOR-6190 Handle NPE in JavaClientEngine body() call (<a
href="https://redirect.github.com/ktorio/ktor/issues/3728">#3728</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e637c4a68ad09ca60b2c0a7644fc3460ff0e0cac"><code>e637c4a</code></a>
KTOR-6147 Darwin: App hangs when streaming request without connection
(<a
href="https://redirect.github.com/ktorio/ktor/issues/3720">#3720</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/3c7e8c0a20a408319d00da501f411087e1bf25c4"><code>3c7e8c0</code></a>
KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://redirect.github.com/ktorio/ktor/issues/3721">#3721</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e56b8bdaccc2eb54ac6cc4661dd3f3dcd5985c9b"><code>e56b8bd</code></a>
KTOR-6183 The "charset=UTF-8" part is automatically added to
the `application...</li>
<li>See full diff in <a
href="https://github.com/ktorio/ktor/compare/2.3.3...2.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `io.ktor:ktor-server-netty` from 2.3.3 to 2.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-server-netty's
releases</a>.</em></p>
<blockquote>
<h2>2.3.4</h2>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md">io.ktor:ktor-server-netty's
changelog</a>.</em></p>
<blockquote>
<h1>2.3.4</h1>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ktorio/ktor/commit/32b9395d282c7a3f9c2ba17f7f1859e5fb321f4a"><code>32b9395</code></a>
KTOR-6251 Release 2.3.4 (<a
href="https://redirect.github.com/ktorio/ktor/issues/3741">#3741</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ce50296f80d9af1189c91a1e746ea24b765f80a0"><code>ce50296</code></a>
KTOR-5868 Fix the delimiter for a Cookie name-value pairs (<a
href="https://redirect.github.com/ktorio/ktor/issues/3739">#3739</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d17b3d987e7583a3d3d6cf289a431ac9ecb8f68f"><code>d17b3d9</code></a>
KTOR-6064 Fix documentation and message of
NoTransformationFoundException (<a
href="https://redirect.github.com/ktorio/ktor/issues/3">#3</a>...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d720899bc701529f0be7ef8a34c4de7ae2e08dcd"><code>d720899</code></a>
KTOR-3391 Fix Digest Auth: algorithm isn't specified in the
Authorization hea...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ddc3ff367a73fe891bccdc18ccf0e8feb6d32ee2"><code>ddc3ff3</code></a>
KTOR-6190 Handle NPE in JavaClientEngine body() call (<a
href="https://redirect.github.com/ktorio/ktor/issues/3728">#3728</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e637c4a68ad09ca60b2c0a7644fc3460ff0e0cac"><code>e637c4a</code></a>
KTOR-6147 Darwin: App hangs when streaming request without connection
(<a
href="https://redirect.github.com/ktorio/ktor/issues/3720">#3720</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/3c7e8c0a20a408319d00da501f411087e1bf25c4"><code>3c7e8c0</code></a>
KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://redirect.github.com/ktorio/ktor/issues/3721">#3721</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e56b8bdaccc2eb54ac6cc4661dd3f3dcd5985c9b"><code>e56b8bd</code></a>
KTOR-6183 The "charset=UTF-8" part is automatically added to
the `application...</li>
<li>See full diff in <a
href="https://github.com/ktorio/ktor/compare/2.3.3...2.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `io.ktor:ktor-server-test-host` from 2.3.3 to 2.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-server-test-host's
releases</a>.</em></p>
<blockquote>
<h2>2.3.4</h2>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md">io.ktor:ktor-server-test-host's
changelog</a>.</em></p>
<blockquote>
<h1>2.3.4</h1>
<blockquote>
<p>Published 31 August 2023</p>
</blockquote>
<h3>Bugfixes</h3>
<ul>
<li>The "charset=UTF-8" part is automatically added to the
<code>application/json</code> Content-Type (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6183">KTOR-6183</a>)</li>
<li>MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6178">KTOR-6178</a>)</li>
<li>Darwin: App hangs when sending a huge MultiPart request without
access to network (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6147">KTOR-6147</a>)</li>
<li>NPE in JavaClientEngine body() call (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6190">KTOR-6190</a>)</li>
<li>Digest Auth: algorithm isn't specified in the Authorization header
(<a
href="https://youtrack.jetbrains.com/issue/KTOR-3391">KTOR-3391</a>)</li>
<li>Confusing NoTransformationFoundException (<a
href="https://youtrack.jetbrains.com/issue/KTOR-6064">KTOR-6064</a>)</li>
<li>Cookie name-value pairs should be separated by a semicolon instead
of a comma (<a
href="https://youtrack.jetbrains.com/issue/KTOR-5868">KTOR-5868</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ktorio/ktor/commit/32b9395d282c7a3f9c2ba17f7f1859e5fb321f4a"><code>32b9395</code></a>
KTOR-6251 Release 2.3.4 (<a
href="https://redirect.github.com/ktorio/ktor/issues/3741">#3741</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ce50296f80d9af1189c91a1e746ea24b765f80a0"><code>ce50296</code></a>
KTOR-5868 Fix the delimiter for a Cookie name-value pairs (<a
href="https://redirect.github.com/ktorio/ktor/issues/3739">#3739</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d17b3d987e7583a3d3d6cf289a431ac9ecb8f68f"><code>d17b3d9</code></a>
KTOR-6064 Fix documentation and message of
NoTransformationFoundException (<a
href="https://redirect.github.com/ktorio/ktor/issues/3">#3</a>...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/d720899bc701529f0be7ef8a34c4de7ae2e08dcd"><code>d720899</code></a>
KTOR-3391 Fix Digest Auth: algorithm isn't specified in the
Authorization hea...</li>
<li><a
href="https://github.com/ktorio/ktor/commit/ddc3ff367a73fe891bccdc18ccf0e8feb6d32ee2"><code>ddc3ff3</code></a>
KTOR-6190 Handle NPE in JavaClientEngine body() call (<a
href="https://redirect.github.com/ktorio/ktor/issues/3728">#3728</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e637c4a68ad09ca60b2c0a7644fc3460ff0e0cac"><code>e637c4a</code></a>
KTOR-6147 Darwin: App hangs when streaming request without connection
(<a
href="https://redirect.github.com/ktorio/ktor/issues/3720">#3720</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/3c7e8c0a20a408319d00da501f411087e1bf25c4"><code>3c7e8c0</code></a>
KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (<a
href="https://redirect.github.com/ktorio/ktor/issues/3721">#3721</a>)</li>
<li><a
href="https://github.com/ktorio/ktor/commit/e56b8bdaccc2eb54ac6cc4661dd3f3dcd5985c9b"><code>e56b8bd</code></a>
KTOR-6183 The "charset=UTF-8" part is automatically added to
the `application...</li>
<li>See full diff in <a
href="https://github.com/ktorio/ktor/compare/2.3.3...2.3.4">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6d2d5a5 commit cf7db44Copy full SHA for cf7db44
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- api-editor/backend
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedapi-editor/backend/build.gradle.kts
Copy file name to clipboardExpand all lines: api-editor/backend/build.gradle.kts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments