Skip to content

Commit ab620f6

Browse files
Bump ktorVersion from 2.3.9 to 2.3.10 (#112)
Bumps `ktorVersion` from 2.3.9 to 2.3.10. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.10) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.10) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cea07d commit ab620f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
internal val coroutinesVersion = "1.8.0"
22-
internal val ktorVersion = "2.3.9"
22+
internal val ktorVersion = "2.3.10"
2323
internal val saveVersion = "0.3.3"
2424
internal val junitVersion = "5.10.2"
2525
internal val assertjVersion = "3.25.3"

0 commit comments

Comments
 (0)