File tree Expand file tree Collapse file tree
restdocs-api-spec-openapi-generator
restdocs-api-spec-openapi3-generator
restdocs-api-spec-postman-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 api(project(" :restdocs-api-spec-model" ))
2323 api(project(" :restdocs-api-spec-jsonschema" ))
2424 api(" io.swagger:swagger-core:1.6.16" )
25- implementation(" org.springframework.boot:spring-boot-jackson2" )
25+ implementation(" org.springframework.boot:spring-boot-jackson2:4.0.5 " )
2626 implementation(" tools.jackson.core:jackson-databind:3.0.2" )
2727 implementation(" tools.jackson.module:jackson-module-kotlin:3.0.2" )
2828 implementation(" tools.jackson.dataformat:jackson-dataformat-yaml:3.0.2" )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 implementation(" tools.jackson.core:jackson-databind:3.0.2" )
2727 implementation(" tools.jackson.module:jackson-module-kotlin:3.0.2" )
2828 implementation(" tools.jackson.dataformat:jackson-dataformat-yaml:3.0.2" )
29- implementation(" org.springframework.boot:spring-boot-jackson2" )
29+ implementation(" org.springframework.boot:spring-boot-jackson2:4.0.5 " )
3030 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
3131
3232 testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.34" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(" tools.jackson.core:jackson-databind:3.0.2" )
2424 implementation(" tools.jackson.module:jackson-module-kotlin:3.0.2" )
2525 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
26- implementation(" org.springframework.boot:spring-boot-jackson2" )
26+ implementation(" org.springframework.boot:spring-boot-jackson2:4.0.5 " )
2727
2828 testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
2929 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments