File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ version = "1.3.0"
1111dependencies {
1212 implementation " io.swagger:swagger-annotations:1.6.6"
1313 implementation " com.google.code.findbugs:jsr305:3.0.2"
14- implementation " com.fasterxml.jackson.core:jackson-core:2.13.4 "
15- implementation " com.fasterxml.jackson.core:jackson-annotations:2.13.4 "
16- implementation " com.fasterxml.jackson.core:jackson-databind:2.13.4.1 "
17- implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4 "
14+ implementation " com.fasterxml.jackson.core:jackson-core:2.16.0 "
15+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.16.0 "
16+ implementation " com.fasterxml.jackson.core:jackson-databind:2.16.0 "
17+ implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 "
1818 implementation " org.openapitools:jackson-databind-nullable:0.2.3"
1919 implementation " io.mikael:urlbuilder:2.0.9"
2020
You can’t perform that action at this time.
0 commit comments