Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Owner
|
@dependabot rebase |
Bumps `ktor` from 3.4.0 to 3.4.1. Updates `io.ktor:ktor-client-core` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-client-okhttp` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-client-darwin` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) Updates `io.ktor:ktor-client-logging` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-darwin dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-logging dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e5019b4 to
2fffc8a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
ktorfrom 3.4.0 to 3.4.1.Updates
io.ktor:ktor-client-corefrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-client-okhttpfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-client-okhttp's releases.
Changelog
Sourced from io.ktor:ktor-client-okhttp's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-client-darwinfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-client-darwin's releases.
Changelog
Sourced from io.ktor:ktor-client-darwin's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-client-content-negotiationfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
c6c1a5cRelease 3.4.1 (#5410)8c6ef88KTOR-9353: Override toString for TailcardSelector and LocalPortRouteSelector ...a6aed07Follow-up KTOR-9333 Preserve inflater context (#5403)a6bd1d3KTOR-9344 Disable switching to engine dispatcher by default (#5408)f557ef7Add constraints for vulnerable dependencies (#5405)a5b2eb6KTOR-9352 Handle EC key type when JWK algorithm is null (#5387)a971317KTOR-9362 Catch ClosedWriteChannelException in the timeout coroutine to avoid...a23c454Add fix-bug Claude Code skill for automated bug fixing workflow (#5386)419f1fcGMTDate: zero-allocation timestamp conversion on JVM (#5380)a07f463Add workflow to close issues after 30 days of inactivity waiting for a reply ...Updates
io.ktor:ktor-serialization-kotlinx-jsonfrom 3.4.0 to 3.4.1Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.