File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotlin-web-spring-boot-3-auth
kotlin-webmvc-spring-boot-3 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments