This is an automated email from the ASF dual-hosted git repository.
acosentino 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 fc7263ff build(deps): bump groovy-version from 3.0.12 to 3.0.13
fc7263ff is described below
commit fc7263ff23a5020e92d9b653da61513c87518f1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 26 07:13:43 2022 +0000
build(deps): bump groovy-version from 3.0.12 to 3.0.13
Bumps `groovy-version` from 3.0.12 to 3.0.13.
Updates `groovy` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Updates `groovy-xml` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Updates `groovy-json` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Updates `groovy-yaml` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Updates `groovy-test` from 3.0.12 to 3.0.13
- [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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c3636948..e4ef8b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java11</quarkus-native-builder-image>
<!-- camel-k -->
- <groovy-version>3.0.12</groovy-version>
+ <groovy-version>3.0.13</groovy-version>
<immutables-version>2.9.1</immutables-version>
<!-- plugins -->