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 848225f Upgrade to groovy 3.0.9
848225f is described below
commit 848225f74b5679dade63594b9bb4763792ecd5cf
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 10 08:05:25 2021 +0200
Upgrade to groovy 3.0.9
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b3fa762..2856ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,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.8</groovy-version>
+ <groovy-version>3.0.9</groovy-version>
<camel.javadoc.offline>false</camel.javadoc.offline>
</properties>