diff --git a/CHANGELOG.md b/CHANGELOG.md index 7389f50e5d53a756e04bd8e231641307e59ff25f..26cb12edf8eb85e0fc179512e1654db8ef750a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 3.3.2 +* Updated the following dependencies + * org.apache.tinkerpop:gremlin-core 3.4.4 -> 3.4.6 + * org.apache.tinkerpop:tinkergraph-gremlin 3.4.4 -> 3.4.6 + + ## 3.3.1 * Updated the following dependencies diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9bfe7ccae9a10fb50a548246873f21edc290e9f1..48cb5e81d5997ccb8eea02cc156eccf5a6285c19 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,6 +11,7 @@ * Evan Thompson * Joshua Shinavier <josh@fortytwo.net> * Veselin Yordanov <vesko935@gmail.com> +* Oleksandr Porunov <alexandr.porunov@gmail.com> ## Special Thanks diff --git a/pom.xml b/pom.xml index fe2ab9a84aeafd19961c342d5c83995ad40d88d8..3a73ac96137268450929620bf637cdc2c0466227 100644 --- a/pom.xml +++ b/pom.xml @@ -146,12 +146,12 @@ <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId> - <version>3.4.4</version> + <version>3.4.6</version> </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkergraph-gremlin</artifactId> - <version>3.4.4</version> + <version>3.4.6</version> <scope>test</scope> </dependency> <dependency>