This is an automated email from the ASF dual-hosted git repository. pcongiusti 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 e47becf3 build(deps): bump groovy-version from 3.0.17 to 3.0.18 e47becf3 is described below commit e47becf3b977d0d453a9f44884750121d7add20f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jun 29 19:33:55 2023 +0000 build(deps): bump groovy-version from 3.0.17 to 3.0.18 Bumps `groovy-version` from 3.0.17 to 3.0.18. Updates `groovy` from 3.0.17 to 3.0.18 - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-xml` from 3.0.17 to 3.0.18 - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-json` from 3.0.17 to 3.0.18 - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-yaml` from 3.0.17 to 3.0.18 - [Commits](https://github.com/apache/groovy/commits) Updates `groovy-test` from 3.0.17 to 3.0.18 - [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 c4803c37..da41e5d2 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.2.0.0-Final-java11</quarkus-native-builder-image> <!-- camel-k-runtime specific --> - <groovy-version>3.0.17</groovy-version> + <groovy-version>3.0.18</groovy-version> <immutables-version>2.9.3</immutables-version> <commons-collections4-version>4.4</commons-collections4-version> <assertj-version>3.24.2</assertj-version>