This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new a5c4ed2 Update groovy (#6425) a5c4ed2 is described below commit a5c4ed27f36b88dbce061f636fb6cc2b4270084b Author: Elon Azoulay <elon.azou...@gmail.com> AuthorDate: Fri Jan 8 12:19:47 2021 -0800 Update groovy (#6425) Fixes deadlock: https://issues.apache.org/jira/browse/GROOVY-8067 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b390d9b..7711a57 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>2.4.8</version> + <version>2.4.21</version> </dependency> <dependency> <groupId>xml-apis</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org