Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin …
Browse files Browse the repository at this point in the history
…to v2.18.3 (#467)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent b9cc850 commit d9dd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
Expand Down

0 comments on commit d9dd806

Please sign in to comment.