This is an automated email from the ASF dual-hosted git repository.
goooler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new ccb1263b74 Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11
ccb1263b74 is described below
commit ccb1263b7457ad654d2a890d4f23f369f275f321
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 19 05:14:26 2025 +0000
Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11
Bumps org.apache.maven:maven-core from 3.9.10 to 3.9.11.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2e26c44217..20393f729b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ dependencies {
// updated bridger dependencies to remove vulnerabilities:
tools "com.jcraft:jsch:0.1.55"
tools "commons-io:commons-io:2.20.0"
- tools "org.apache.maven:maven-core:3.9.10"
+ tools "org.apache.maven:maven-core:3.9.11"
tools "org.apache.maven.shared:maven-shared-utils:3.4.2"
tools "org.codehaus.plexus:plexus-utils:4.0.2"
// end