This is an automated email from the ASF dual-hosted git repository.
sunlan 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 8f682965f8 Bump org.apache.maven:maven-core from 3.9.9 to 3.9.10
(#2249)
8f682965f8 is described below
commit 8f682965f8ba2949740ad819e533ddb312c22dd2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 7 07:56:30 2025 +0800
Bump org.apache.maven:maven-core from 3.9.9 to 3.9.10 (#2249)
Bumps org.apache.maven:maven-core from 3.9.9 to 3.9.10.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 4915d00a75..9f2ffabeab 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.19.0"
- tools "org.apache.maven:maven-core:3.9.9"
+ tools "org.apache.maven:maven-core:3.9.10"
tools "org.apache.maven.shared:maven-shared-utils:3.4.2"
tools "org.codehaus.plexus:plexus-utils:4.0.2"
// end