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 50f267d5b2 Bump org.apache.maven:maven-core from 3.9.13 to 3.9.14
(#2396)
50f267d5b2 is described below
commit 50f267d5b2c8f7c58d7198856bb1081626da4fdc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 20:11:54 2026 +0800
Bump org.apache.maven:maven-core from 3.9.13 to 3.9.14 (#2396)
Bumps org.apache.maven:maven-core from 3.9.13 to 3.9.14.
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.14
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-logic/build.gradle | 2 +-
build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index f1d0ffd0bb..ffc4a68c32 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -37,7 +37,7 @@ dependencies {
implementation "com.fasterxml.jackson:jackson-bom:2.21.1" // later version
for cyclonedx
implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx
implementation "org.apache.commons:commons-lang3:3.20.0" // later version
for cyclonedx
- implementation 'org.apache.maven:maven-core:3.9.13'
+ implementation 'org.apache.maven:maven-core:3.9.14'
}
tasks.withType(Jar).configureEach {
diff --git a/build.gradle b/build.gradle
index 847019a718..b0541b518b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -134,7 +134,7 @@ dependencies {
// updated bridger dependencies to remove vulnerabilities:
tools "com.jcraft:jsch:0.1.55"
tools "commons-io:commons-io:2.21.0"
- tools "org.apache.maven:maven-core:3.9.13"
+ tools "org.apache.maven:maven-core:3.9.14"
tools "org.apache.maven.shared:maven-shared-utils:3.4.2"
tools "org.codehaus.plexus:plexus-utils:4.0.2"
// end