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 2019/08/13 19:29:33 UTC

[tinkerpop] branch master updated (bf41a5b -> 0046f96)

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

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


    from bf41a5b  Merge branch 'tp34'
     new ebba19f  TINKERPOP-2275 bump jackson-databind 2.9.9.3 - CTR
     new b35eb2b  Merge branch 'tp33' into tp34
     new 0046f96  Merge branch 'tp34'

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 ++
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0046f96fa4e84986bbfbaea461f382fff81e3640
Merge: bf41a5b b35eb2b
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Tue Aug 13 15:29:13 2019 -0400

    Merge branch 'tp34'

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



[tinkerpop] 01/03: TINKERPOP-2275 bump jackson-databind 2.9.9.3 - CTR

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ebba19f32e53e2d995be18ec87c3452e3f0f5c8d
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Tue Aug 13 15:28:20 2019 -0400

    TINKERPOP-2275 bump jackson-databind 2.9.9.3 - CTR
---
 CHANGELOG.asciidoc     | 2 ++
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index b9c594d..0b2d30c 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-3-9]]
 === TinkerPop 3.3.9 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* TINKERPOP-2260 Update jackson databind 2.9.9.3
+
 
 [[release-3-3-8]]
 === TinkerPop 3.3.8 (Release Date: August 5, 2019)
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index b3429ef..1735ddd 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.9.1</version>
+            <version>2.9.9.3</version>
             <optional>true</optional>
         </dependency>
     </dependencies>


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b35eb2b74a3750acffd892c393625de7e691a1cc
Merge: 66a4cbb ebba19f
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Tue Aug 13 15:28:57 2019 -0400

    Merge branch 'tp33' into tp34

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