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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 6a5f9f015a6b939d37938de316b2cd116553f62f
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Thu May 16 13:05:12 2019 +0300

    Upgraded Groovy version to 2.5.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 28b554a..28200bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <gmaven.plugin.version>2.1</gmaven.plugin.version>
         <groovy.major.version>2</groovy.major.version>
         <groovy.minor.version>5</groovy.minor.version>
-        <groovy.release.version>6</groovy.release.version>
+        <groovy.release.version>7</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         
<groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 

Reply via email to