This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 2d0fd6448d5462110d28ea19acad34f33e8ab2cd Author: stephen <[email protected]> AuthorDate: Wed Nov 13 18:58:37 2019 -0500 Bump to Jackson databind 2.9.10.1 CTR --- gremlin-shaded/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index ba1e7f7..17b64a8 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -49,7 +49,7 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.10</version> + <version>2.9.10.1</version> <optional>true</optional> </dependency> </dependencies>
