File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ test {
101101
102102dependencies {
103103 implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.4.0'
104- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.22.0 "
105- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.22.0 "
106- implementation ' com.fasterxml.jackson.module:jackson-module-jsonSchema:2.22.0 '
107- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.22.0 '
104+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.22.1 "
105+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.22.1 "
106+ implementation ' com.fasterxml.jackson.module:jackson-module-jsonSchema:2.22.1 '
107+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.22.1 '
108108 api ' io.swagger.core.v3:swagger-core:2.2.52'
109109 api ' io.swagger.parser.v3:swagger-parser:2.1.45'
110110 implementation ' org.jetbrains.kotlin:kotlin-reflect:2.4.0'
You can’t perform that action at this time.
0 commit comments