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 2021/10/19 18:29:30 UTC

[mina-sshd] 03/14: Upgraded Groovy version to 3.0.9

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 1e5780bc316484071b53c4a4be96db554dc4d1aa
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 19:59:46 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 5218f8b..45190ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,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.8</groovy.version>
+        <groovy.version>3.0.9</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.6</logback.version>