aledsage commented on issue #1052: Bump groovy-eclipse-batch from 2.4.3-01 to 2.5.6-01 URL: https://github.com/apache/brooklyn-server/pull/1052#issuecomment-560447831 @kemitix I'd guess we'd also need to upgrade the groovy version to match. For example, changing pom.xml to: ``` <groovy.version>2.5.8</groovy.version> <!-- Version 2.5.8 supported by https://github.com/groovy/groovy-eclipse/wiki/3.5.0-Release-Notes --> ``` from: ``` <groovy.version>2.4.15</groovy.version> <!-- Version 2.4.7 supported by https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.1-Release-Notes; not sure what more recent will be --> ``` There are also newer versions of groovy-eclipse-batch available, since you opened this PR.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
