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 2019/06/03 17:53:53 UTC

[tinkerpop] 01/03: Bump to Groovy 2.4.17

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 e3289b0add1b9606e50f05ff6010f5dc8f72af69
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 3 13:52:08 2019 -0400

    Bump to Groovy 2.4.17
    
    Also bumped the gmaven-plus plugin CTR
---
 CHANGELOG.asciidoc | 2 ++
 pom.xml            | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index a663f6e..9cc28dc 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-8]]
 === TinkerPop 3.3.8 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* Bump to Groovy 2.4.17.
+
 [[release-3-3-7]]
 === TinkerPop 3.3.7 (Release Date: May 28, 2019)
 
diff --git a/pom.xml b/pom.xml
index 153a4a3..d5fad2e 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.8.1</commons.lang3.version>
-        <groovy.version>2.4.16</groovy.version>
+        <groovy.version>2.4.17</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>
@@ -570,7 +570,7 @@ limitations under the License.
                 <plugin>
                     <groupId>org.codehaus.gmavenplus</groupId>
                     <artifactId>gmavenplus-plugin</artifactId>
-                    <version>1.7.0</version>
+                    <version>1.7.1</version>
                     <configuration>
                         <targetBytecode>1.8</targetBytecode>
                         <invokeDynamic>true</invokeDynamic>