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/04/23 17:16:08 UTC

[tinkerpop] branch master updated (6f2aaba -> 3b0ad4c)

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

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 6f2aaba  Merge branch '3.4-dev'
     new be2c17a  TINKERPOP-2355 Bump jackson to 2.9.10.4 CTR
     new dcafd0c  Merge branch '3.3-dev' into 3.4-dev
     new 3b0ad4c  Merge branch '3.4-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 02/03: Merge branch '3.3-dev' into 3.4-dev

Posted by sp...@apache.org.
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 dcafd0c21cc90bfca8656199f4f344e1c02ff289
Merge: efa36a0 be2c17a
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Apr 23 13:03:18 2020 -0400

    Merge branch '3.3-dev' into 3.4-dev

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



[tinkerpop] 03/03: Merge branch '3.4-dev'

Posted by sp...@apache.org.
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 3b0ad4c83f63e4bf44f59f992caa4fdf0c64bd60
Merge: 6f2aaba dcafd0c
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Apr 23 13:15:47 2020 -0400

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 01/03: TINKERPOP-2355 Bump jackson to 2.9.10.4 CTR

Posted by sp...@apache.org.
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>