From 8010efb700fffdeac1913ebb61cc989730697ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:35:27 +0000 Subject: [PATCH] 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.0 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.0...jackson-module-kotlin-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... 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 fa3768862..f6c59a266 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -96,7 +96,7 @@ dependencies { } implementation("org.xerial.snappy:snappy-java:1.1.10.5") implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") implementation("org.zeromq:jeromq:0.6.0") implementation("com.esotericsoftware:kryo:5.6.0")