This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new 48cf7394c1 [ZEPPELIN-6133] Bump Groovy from 2.4.7 to 2.4.21 48cf7394c1 is described below commit 48cf7394c13d641c62002a4cd72c37a195e66cca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 18 22:54:29 2024 +0800 [ZEPPELIN-6133] Bump Groovy from 2.4.7 to 2.4.21 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.7 to 2.4.21. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/groovy/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `<at>dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `<at>dependabot rebase` will rebase this PR - `<at>dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `<at>dependabot merge` will merge this PR after your CI passes on it - `<at>dependabot squash and merge` will squash and merge this PR after your CI passes on it - `<at>dependabot cancel merge` will cancel a previously requested merge and block automerging - `<at>dependabot reopen` will reopen this PR if it is closed - `<at>dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `<at>dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `<at>dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `<at>dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `<at>dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/zeppelin/network/alerts). </details> Closes #4877 from dependabot[bot]/dependabot/maven/groovy/org.codehaus.groovy-groovy-all-2.4.21. Signed-off-by: Cheng Pan <cheng...@apache.org> (cherry picked from commit 3af24504f32773487a8b6a71fabcc6e9b68cde3d) Signed-off-by: Cheng Pan <cheng...@apache.org> --- groovy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groovy/pom.xml b/groovy/pom.xml index cf364526ee..241722479e 100644 --- a/groovy/pom.xml +++ b/groovy/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>2.4.7</version> + <version>2.4.21</version> </dependency> </dependencies>