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 30a0fc6 Upgrade groovy 3.0.10
30a0fc6 is described below
commit 30a0fc6ad647af9d9db5ba58cc5c7c5ba1d0a7e2
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 18 09:48:46 2022 +0100
Upgrade groovy 3.0.10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f375f87..6c2c415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,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.9</groovy-version>
+ <groovy-version>3.0.10</groovy-version>
<camel.javadoc.offline>false</camel.javadoc.offline>
</properties>