From 3af3d250169a105fe96184ba61dc0d3b26a4de03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:29:43 +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.+ to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/commits/jackson-module-kotlin-2.18.0) --- 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 86da749..fb1c412 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ repositories { dependencies { implementation(kotlin("stdlib-jdk8")) - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+") implementation("com.squareup.retrofit2:retrofit:2.11.0") implementation("com.squareup.retrofit2:converter-jackson:2.11.0") implementation("net.java.dev.jna:jna:5.15.0")