Skip to content

Commit 3430c00

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin-web-spring-boot-3-auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.2.4")
2727
implementation("org.springframework.boot:spring-boot-starter-security:3.2.4")
2828
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
29-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
29+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3030
implementation("org.jetbrains.kotlin:kotlin-reflect")
3131
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")
3232
runtimeOnly("org.postgresql:postgresql:42.7.3")

kotlin-web-spring-boot-3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.2.4")
3636
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
3737
implementation("org.springframework.boot:spring-boot-starter-validation:3.2.4")
38-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
38+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3939
implementation("org.jetbrains.kotlin:kotlin-reflect")
4040
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE")
4141
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")

kotlin-webmvc-spring-boot-3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.2.4")
3535
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
3636
implementation("org.springframework.boot:spring-boot-starter-validation:3.2.4")
37-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
37+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3838
implementation("org.jetbrains.kotlin:kotlin-reflect")
3939
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE")
4040
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")

0 commit comments

Comments
 (0)