This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch TINKERPOP-2118 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 7269d3b33a2e68062227150d24005e045857efa8 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Dec 19 14:31:45 2018 -0500 TINKERPOP-2118 Bump to groovy 2.4.16 --- CHANGELOG.asciidoc | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d8dc8bf..66e5626 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -41,6 +41,7 @@ This release also includes changes from <<release-3-2-11, 3.2.11>>. * Added `AnonymousTraversalSource` which provides a more unified means of constructing a `TraversalSource`. * Added `DriverRemoteConnection.using(Client)` to provide users better control over the number of connections being created. * Changed behavior of GraphSON deserializer in gremlin-python such that `g:Set` returns a Python `Set`. +* Bumped to Groovy 2.4.16. * Changed behavior of `iterate()` in Python, Javascript and .NET to send `none()` thus avoiding unnecessary results being returned. * Provided for a configurable class map cache in the `GremlinGroovyScriptEngine` and exposed that in Gremlin Server. * `GraphProvider` instances can be annotated with `OptOut` configurations that will be applied in addition to the `OptOut` instances on a `Graph`. diff --git a/pom.xml b/pom.xml index f790b2d..7def4f5 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ limitations under the License. <commons.configuration.version>1.10</commons.configuration.version> <commons.lang.version>2.6</commons.lang.version> <commons.lang3.version>3.3.1</commons.lang3.version> - <groovy.version>2.4.15</groovy.version> + <groovy.version>2.4.16</groovy.version> <hadoop.version>2.7.2</hadoop.version> <java.tuples.version>1.2</java.tuples.version> <javadoc-plugin.version>2.10.4</javadoc-plugin.version>
