Skip to content

Commit 72fcf44

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.2"
32+
ktor_version = "3.2.3"
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)