From cf4bf7c837d7a2f0d6f4b581c9dd7b3bc11e5a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:22:22 +0000 Subject: [PATCH] Bump io.ktor:ktor-serialization-kotlinx-json-jvm in /backend Bumps [io.ktor:ktor-serialization-kotlinx-json-jvm](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.8. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index c1d96633ad..56f982ad7a 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { api("io.ktor:ktor-client-core-jvm:2.3.6") api("io.ktor:ktor-client-java-jvm:2.3.3") api("io.ktor:ktor-client-content-negotiation-jvm:2.3.3") - api("io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.3") + api("io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.8") api("org.hibernate.validator:hibernate-validator:8.0.1.Final") api("jakarta.validation:jakarta.validation-api:3.0.2") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")