This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 1662000 Upgrade groovy to 3.0.8 1662000 is described below commit 1662000d9fc6b8e85ddbb711a3362e70b879b4fd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Apr 21 06:20:54 2021 +0200 Upgrade groovy to 3.0.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0187c8d..7277c8d 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ <errorprone-version>2.5</errorprone-version> <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.11.1</gmavenplus-plugin-version> - <groovy-version>3.0.7</groovy-version> + <groovy-version>3.0.8</groovy-version> <camel.javadoc.offline>false</camel.javadoc.offline> </properties>