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.18.0
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 13c0d35 commit 75cad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("org.springdoc:springdoc-openapi-kotlin:1.8.0")

// Serialization
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")

// Postgres Database
implementation("org.postgresql:postgresql:42.7.4")
Expand Down

0 comments on commit 75cad20

Please sign in to comment.