From 6b110c0040f75d116794d44836f7dfa205711d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:05:53 +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.2 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.1) --- 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 8d46ff6..c42c3a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("com.h2database:h2:2.3.232") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1") implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5") developmentOnly("org.springframework.boot:spring-boot-devtools") // developmentOnly("org.springframework.boot:spring-boot-docker-compose")