Skip to content

Commit d9ddf39

Browse files
fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.0
1 parent 5047996 commit d9ddf39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

barcode/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
2222
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
23-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
23+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
2424
implementation("org.jetbrains.kotlin:kotlin-reflect")
2525
implementation("com.google.zxing:core:3.5.3")
2626
implementation("com.google.zxing:javase:3.5.3")

some-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
2222
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
23-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
23+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
2424
implementation("org.jetbrains.kotlin:kotlin-reflect")
2525
implementation("com.google.zxing:core:3.5.3")
2626
implementation("com.google.zxing:javase:3.5.3")

0 commit comments

Comments
 (0)