File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ test {
101
101
102
102
dependencies {
103
103
implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.1.20'
104
- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.18.3 "
105
- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.18.3 "
104
+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.19.0 "
105
+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.19.0 "
106
106
implementation ' com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.0'
107
107
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.0'
108
108
api ' io.swagger.core.v3:swagger-core:2.2.30'
You can’t perform that action at this time.
0 commit comments