You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/12/11 08:51:33 UTC

[mina-sshd] 08/15: Upgraded Groovy version to 3.0.7

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 c73cb6eea997307360c082392cbb3a88e626e846
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 10 13:34:04 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index d8dad0b..45381c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <ant.build.javac.target>${javac.target}</ant.build.javac.target>
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
-        <groovy.version>3.0.6</groovy.version>
+        <groovy.version>3.0.7</groovy.version>
         <bouncycastle.version>1.67</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>