Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.module:jackson-mod…
Browse files Browse the repository at this point in the history
…ule-kotlin to v2.16.1
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent 37355f6 commit 21a4494
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 @@ -40,7 +40,7 @@ subprojects {
// kotlin
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")

// spring boot
implementation("org.springframework.boot:spring-boot-starter:3.2.1")
Expand Down

0 comments on commit 21a4494

Please sign in to comment.