Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/904
I just searched whether the library would also be used somewhere else and
found it [in
`spark-gremlin`](https://github.com/apache/tinkerpop/blob/tp32/spark-gremlin/pom.xml#L211):
```
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.4</version>
</dependency>
```
Shouldn't that also be updated or is there a reason why we have to use that
specific version there?
---