Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-kotlin
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.2 to 2.18.2.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent a4788bb commit 420d931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopping/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
Expand Down
2 changes: 1 addition & 1 deletion warehouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
Expand Down

0 comments on commit 420d931

Please sign in to comment.