This is an automated email from the ASF dual-hosted git repository.

paulk-asert 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 b9cb239481 Bump org.apache.maven:maven-core from 3.9.15 to 3.9.16
b9cb239481 is described below

commit b9cb239481526ff61faa7afd50eaae86c6a9096b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 01:22:25 2026 +0000

    Bump org.apache.maven:maven-core from 3.9.15 to 3.9.16
    
    Bumps org.apache.maven:maven-core from 3.9.15 to 3.9.16.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-core
      dependency-version: 3.9.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 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 78d9ea459e..5ce00f8eea 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -37,7 +37,7 @@ dependencies {
     implementation "com.fasterxml.jackson:jackson-bom:2.21.3" // later version 
for cyclonedx
     implementation "org.slf4j:slf4j-api:2.0.18" // 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.15'
+    implementation 'org.apache.maven:maven-core:3.9.16'
 }
 
 tasks.withType(Jar).configureEach {
diff --git a/build.gradle b/build.gradle
index b54602173e..d4e751406e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ dependencies {
     // updated bridger dependencies to remove vulnerabilities:
     tools "com.jcraft:jsch:0.1.55"
     tools "commons-io:commons-io:2.22.0"
-    tools "org.apache.maven:maven-core:3.9.15"
+    tools "org.apache.maven:maven-core:3.9.16"
     tools "org.apache.maven.shared:maven-shared-utils:3.4.2"
     tools "org.codehaus.plexus:plexus-utils:4.0.3"
     // end

Reply via email to