Skip to content

Commit 7c0eb9f

Browse files
chore(deps): bump ktor_version from 3.3.3 to 3.5.1 in /backend
Bumps `ktor_version` from 3.3.3 to 3.5.1. Updates `io.ktor:ktor-client-core` from 3.3.3 to 3.5.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.3...3.5.1) Updates `io.ktor:ktor-client-apache` from 3.3.3 to 3.5.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.3...3.5.1) Updates `io.ktor:ktor-serialization-jackson` from 3.3.3 to 3.5.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.3...3.5.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.3.3 to 3.5.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.3...3.5.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-apache dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79c6496 commit 7c0eb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
}
3030

3131
ext {
32-
ktor_version = "3.3.3"
32+
ktor_version = "3.5.1"
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)