This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 8df8094 Upgrade groovy 8df8094 is described below commit 8df8094ce899fca3299801c54f3468c0e8552d8f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 6 13:13:38 2020 +0100 Upgrade groovy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4b4bc7..3f0ea4f 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <assertj.version>3.15.0</assertj.version> <log4j2.version>2.13.0</log4j2.version> <slf4j.version>1.7.30</slf4j.version> - <groovy.version>2.5.8</groovy.version> + <groovy.version>2.5.9</groovy.version> <kotlin.version>1.3.61</kotlin.version> <snakeyaml.version>1.25</snakeyaml.version> <spock.version>1.3-groovy-2.5</spock.version>