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 f09e2c46706 Update to groovy 3.0.14 f09e2c46706 is described below commit f09e2c46706ec3079377d50ba4e13d367b665831 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Dec 28 10:04:56 2022 +0100 Update to groovy 3.0.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 024f5599c09..317f5f1b57d 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.12</groovy-version> + <groovy-version>3.0.14</groovy-version> <camel.javadoc.offline>false</camel.javadoc.offline> </properties>