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.16.1
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent 0f7ea41 commit a6d70b4
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.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
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.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
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 a6d70b4

Please sign in to comment.