Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 bb9e08149 -> 1b6ad3c2d


TINKERPOP-1654 Bumped to Jackson 2.8.7


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2aa550e3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2aa550e3
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2aa550e3

Branch: refs/heads/tp32
Commit: 2aa550e32bec2b63a6f0c8f292ad1d04b605f9a1
Parents: 06bf620
Author: Stephen Mallette <[email protected]>
Authored: Thu Mar 23 08:58:37 2017 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Thu Mar 23 09:05:41 2017 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc     | 1 +
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2aa550e3/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 90b9f00..3ac081b 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.1.7 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Bumped to Jackson 2.8.7.
 * Fixed `EventStrategy` so that newly added properties trigger events with the 
name of the key that was added.
 * Drop use of jitpack for the jbcrypt artifact - using the official one in 
Maven Central.
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2aa550e3/gremlin-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index f4b87d8..4f2ba98 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 -->
-            <version>2.7.2</version>
+            <version>2.8.7</version>
             <optional>true</optional>
         </dependency>
     </dependencies>

Reply via email to