This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push: new 0794df55384 Update to groovy 3.0.16 0794df55384 is described below commit 0794df55384b2e84cf3162fea91505e6a483fb12 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 14 11:18:31 2023 +0100 Update to groovy 3.0.16 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71962270470..90db3c585b2 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,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.14</groovy-version> + <groovy-version>3.0.16</groovy-version> <camel.javadoc.offline>false</camel.javadoc.offline> </properties>