Skip to content

Commit be9da13

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

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 = "2.3.12"
32+
ktor_version = "3.0.0"
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)