Skip to content

Commit f013cac

Browse files
Bump ktorVersion from 2.3.10 to 2.3.11 (#115)
Bumps `ktorVersion` from 2.3.10 to 2.3.11. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.10 to 2.3.11 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.10...2.3.11) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.10 to 2.3.11 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.10...2.3.11) --- 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 8f69e19 commit f013cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1"
22-
internal val ktorVersion = "2.3.10"
22+
internal val ktorVersion = "2.3.11"
2323
internal val saveVersion = "0.3.3"
2424
internal val junitVersion = "5.10.2"
2525
internal val assertjVersion = "3.26.3"

0 commit comments

Comments
 (0)