You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/14 00:00:16 UTC

[tinkerpop] 01/03: Bump to Jackson databind 2.9.10.1 CTR

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 <sp...@gmail.com>
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>