From e1e5e0c6d7788022f43d220388492e6c926bbe5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:27:00 +0000 Subject: [PATCH] Bump ktorVersion from 2.3.11 to 2.3.12 Bumps `ktorVersion` from 2.3.11 to 2.3.12. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a966354..03ad634 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { } internal val coroutinesVersion = "1.8.1" -internal val ktorVersion = "2.3.11" +internal val ktorVersion = "2.3.12" internal val saveVersion = "0.3.3" internal val junitVersion = "5.10.2" internal val assertjVersion = "3.26.3"