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")