You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by va...@apache.org on 2022/09/22 00:33:50 UTC

[tinkerpop] branch 3.6-dev updated (8af4e1eb3f -> 51f802a83f)

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

valentyn pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 8af4e1eb3f Merge branch '3.5-dev' into 3.6-dev
     add 692a38355d TINKERPOP-2796: Bump snakeyaml to 1.32 due to security vulnerability
     add 7f78691026 Merge TINKERPOP-2796: Bump snakeyaml to 1.32 due to security vulnerability
     new 51f802a83f merge 3.5-dev to 3.6-dev

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


[tinkerpop] 01/01: merge 3.5-dev to 3.6-dev

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

valentyn pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 51f802a83f5092047296c4012040ba0a74d187d9
Merge: 8af4e1eb3f 7f78691026
Author: Valentyn Kahamlyk <va...@bitquilltech.com>
AuthorDate: Wed Sep 21 17:32:40 2022 -0700

    merge 3.5-dev to 3.6-dev

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

diff --cc pom.xml
index 5610f73f13,97f285726e..758c8ee19c
--- a/pom.xml
+++ b/pom.xml
@@@ -176,8 -173,8 +176,8 @@@ limitations under the License
          <mockito.version>3.3.3</mockito.version>
          <netty.version>4.1.77.Final</netty.version>
          <slf4j.version>1.7.25</slf4j.version>
-         <snakeyaml.version>1.27</snakeyaml.version>
+         <snakeyaml.version>1.32</snakeyaml.version>
 -        <spark.version>3.0.0</spark.version>
 +        <spark.version>3.2.1</spark.version>
          <powermock.version>2.0.9</powermock.version>
  
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>