openapi-parser
additionalProperties does not allow boolean values (#235)
breaking
the schemaproperty additionalProperties can be true or false which was not handled in the 3.1 and 3.2 api.
To fix this the api signature changed from
public @Nullable Schema getAdditionalProperties ()
to
public @Nullable Object getAdditionalProperties ()
it now is the same as in the 3.0 api.
io-jackson3
updated dependencies
- updated tools.jackson:jackson-* to 3.1.0
io-jackson
updated dependencies
- updated com.fasterxml.jackson:jackson-* to 2.21.2