From badb7c8e172d05d43f7a8142bbe331e4911686c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:07:51 +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.15.3 to 2.16.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.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] --- shopping/build.gradle.kts | 2 +- warehouse/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shopping/build.gradle.kts b/shopping/build.gradle.kts index 3736274..d9dbd01 100644 --- a/shopping/build.gradle.kts +++ b/shopping/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2") implementation("org.apache.kafka:kafka-streams:3.6.0") implementation("io.arrow-kt:arrow-core:1.2.1") diff --git a/warehouse/build.gradle.kts b/warehouse/build.gradle.kts index b829d53..b9ae795 100644 --- a/warehouse/build.gradle.kts +++ b/warehouse/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2") implementation("org.apache.kafka:kafka-streams:3.6.0") implementation("io.arrow-kt:arrow-core:1.2.1")