This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9896c9b [FLINK-18514][build] Bump groovy to 2.5.12
9896c9b is described below
commit 9896c9b0d2d76fc445669083abb7dceb7432e8fc
Author: Niels Basjes <[email protected]>
AuthorDate: Tue Jul 7 14:56:53 2020 +0200
[FLINK-18514][build] Bump groovy to 2.5.12
---
flink-end-to-end-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-end-to-end-tests/pom.xml b/flink-end-to-end-tests/pom.xml
index 035024e..36f98d3 100644
--- a/flink-end-to-end-tests/pom.xml
+++ b/flink-end-to-end-tests/pom.xml
@@ -179,7 +179,7 @@ under the License.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>2.5.8</version>
+ <version>2.5.12</version>
<scope>runtime</scope>
<type>pom</type>
</dependency>