Skip to content

Commit 451fd91

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
}
3030

3131
ext {
32-
ktor_version = "2.3.8"
32+
ktor_version = "2.3.9"
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)