Closed
Description
ListNetworksCmdExec tries to deserialize response to class com.github.dockerjava.api.model.Network
which has field private Date created , but API returns this field like "Created": "2016-10-19T06:21:00.416543526Z" (see https://docs.docker.com/engine/api/v1.46/#tag/Network/operation/NetworkList) and Jackson can't parse this String into Date since it has more than 3 digits for milliseconds