From 68069235782094e6464cb240f922620096968a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:19:46 +0000 Subject: [PATCH] Chore(deps): Bump com.fasterxml.jackson.module:jackson-module-kotlin Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin 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 1cc1151..3566be4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ val ktorVersion = "2.3.12" dependencies { implementation("com.alibaba:fastjson:2.0.51") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") implementation("io.ktor:ktor-server-core:$ktorVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion") implementation("io.ktor:ktor-server-cors:$ktorVersion")