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 2c58c3b14fd611f32e898886bc7cdfb1da11247f Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Apr 8 00:08:55 2020 +0300 Upgraded Groovy version to 2.5.10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9d56e0..976046c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <gmaven.plugin.version>2.1.1</gmaven.plugin.version> <groovy.major.version>2</groovy.major.version> <groovy.minor.version>5</groovy.minor.version> - <groovy.release.version>9</groovy.release.version> + <groovy.release.version>10</groovy.release.version> <groovy.compliance.level>2.0</groovy.compliance.level> <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>