This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new ca72133bb2 Bump org.codehaus.groovy:groovy-all in
/healthcheck/generalchecks (#339)
ca72133bb2 is described below
commit ca72133bb2b91fb4c8a605f5b7fb67ce6da8cffe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 07:27:47 2024 +0100
Bump org.codehaus.groovy:groovy-all in /healthcheck/generalchecks (#339)
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy)
from 2.4.13 to 2.4.21.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy-all
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
healthcheck/generalchecks/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/healthcheck/generalchecks/pom.xml
b/healthcheck/generalchecks/pom.xml
index 0ad7d79b33..88f7e6568f 100644
--- a/healthcheck/generalchecks/pom.xml
+++ b/healthcheck/generalchecks/pom.xml
@@ -224,7 +224,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>2.4.13</version>
+ <version>2.4.21</version>
<scope>test</scope>
</dependency>
<dependency>