This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 29459f2 build(deps): bump groovy-version from 3.0.8 to 3.0.9 29459f2 is described below commit 29459f2d518cb580590c068bcc63936be2b4795c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Sep 8 19:01:22 2021 +0000 build(deps): bump groovy-version from 3.0.8 to 3.0.9 Bumps `groovy-version` from 3.0.8 to 3.0.9. Updates `groovy` from 3.0.8 to 3.0.9 - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-xml` from 3.0.8 to 3.0.9 - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-json` from 3.0.8 to 3.0.9 - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-yaml` from 3.0.8 to 3.0.9 - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-test` from 3.0.8 to 3.0.9 - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.codehaus.groovy:groovy-xml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.codehaus.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.codehaus.groovy:groovy-yaml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.codehaus.groovy:groovy-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e12db32..12b8a69 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ <quarkus-version>2.2.0.Final</quarkus-version> <!-- camel-k --> - <groovy-version>3.0.8</groovy-version> + <groovy-version>3.0.9</groovy-version> <spock-version>2.0-groovy-3.0</spock-version> <immutables-version>2.8.9-ea-1</immutables-version> <semver4j-version>3.1.0</semver4j-version>