You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2018/10/25 12:18:46 UTC

[tinkerpop] 01/01: TINKERPOP-2068 bump jackson-databind to 2.9.7

This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch TINKERPOP-2068
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit fa41d19f74cf5773a0c916de9b974aa094978a10
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Thu Oct 25 08:16:28 2018 -0400

    TINKERPOP-2068 bump jackson-databind to 2.9.7
---
 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 10c9076..de40744 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -50,7 +50,7 @@ limitations under the License.
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <!-- Update the shade plugin config whenever you change this version; update what exactly? -->
-            <version>2.9.6</version>
+            <version>2.9.7</version>
             <optional>true</optional>
         </dependency>
     </dependencies>