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 be2c17a252f81ac409a67381c47e985a6de434e8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Apr 23 13:00:55 2020 -0400

    TINKERPOP-2355 Bump jackson to 2.9.10.4 CTR
---
 CHANGELOG.asciidoc     | 2 +-
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index bb8b274..352a660 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,7 +30,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed bug in `Order` where comparisons of `enum` types wouldn't compare with 
`String` values.
 * Added `maxWaitForClose` configuration option to the Java driver.
 * Deprecated `maxWaitForSessionClose` in the Java driver.
-* Bumped to Jackson 2.9.10.3.
+* Bumped to Jackson 2.9.10.4.
 * Remove invalid service descriptors from gremlin-shaded.
 * Fixed bug in Python and .NET traversal `clone()` where deep copies of 
bytecode were not occurring.
 
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index d64c753..ec2d2a6 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.3</version>
+            <version>2.9.10.4</version>
             <optional>true</optional>
         </dependency>
     </dependencies>

Reply via email to