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.17.0
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 09507bd commit fac5566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barcode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.google.zxing:core:3.5.2")
implementation("com.google.zxing:javase:3.5.2")
Expand Down
2 changes: 1 addition & 1 deletion some-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.google.zxing:core:3.5.2")
implementation("com.google.zxing:javase:3.5.2")
Expand Down

0 comments on commit fac5566

Please sign in to comment.