This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new bafbe2efedc Update to groovy 3.0.16 bafbe2efedc is described below commit bafbe2efedc0fb4d7fc6be4adf2cdb24b251cb0a 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 828ac889a6c..4ff47e068df 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>