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 2020/08/26 16:25:47 UTC

[tinkerpop] branch master updated: Bumped to Jackson 2.9.10.6 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


The following commit(s) were added to refs/heads/master by this push:
     new aa723273 Bumped to Jackson 2.9.10.6 CTR
     new bc816fe  Merge branch '3.4-dev'
aa723273 is described below

commit aa723273044e1501be13bffb2d3377ac70c950f7
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Aug 26 12:23:53 2020 -0400

    Bumped to Jackson 2.9.10.6 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 4610205..29f42f4 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.5</version>
+            <version>2.9.10.6</version>
             <optional>true</optional>
         </dependency>
     </dependencies>