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 4242543c build(deps): bump groovy-version from 4.0.23 to 4.0.24
4242543c is described below
commit 4242543cc2fc1c83a6379b1439e297ed59d98380
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 23 20:26:20 2025 +0000
build(deps): bump groovy-version from 4.0.23 to 4.0.24
Bumps `groovy-version` from 4.0.23 to 4.0.24.
Updates `org.apache.groovy:groovy` from 4.0.23 to 4.0.24
- [Commits](https://github.com/apache/groovy/commits)
Updates `org.apache.groovy:groovy-yaml` from 4.0.23 to 4.0.24
- [Commits](https://github.com/apache/groovy/commits)
Updates `org.apache.groovy:groovy-json` from 4.0.23 to 4.0.24
- [Commits](https://github.com/apache/groovy/commits)
Updates `org.apache.groovy:groovy-xml` from 4.0.23 to 4.0.24
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-xml
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 68408dc4..dccf2ed4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21</quarkus-native-builder-image>
<!-- camel-k-runtime specific -->
- <groovy-version>4.0.23</groovy-version>
+ <groovy-version>4.0.24</groovy-version>
<immutables-version>2.10.1</immutables-version>
<commons-collections4-version>4.4</commons-collections4-version>
<assertj-version>3.26.3</assertj-version>