This is an automated email from the ASF dual-hosted git repository.
paulk 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 be4ec1ce70 Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3
be4ec1ce70 is described below
commit be4ec1ce70280e4809d67ba0db38f632ee449f2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 01:22:55 2026 +0000
Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-4.0.2...plexus-utils-4.0.3)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-version: 4.0.3
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 b8d4e12434..9bdde208f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ dependencies {
tools "commons-io:commons-io:2.21.0"
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"
+ tools "org.codehaus.plexus:plexus-utils:4.0.3"
// end
tools "org.ow2.asm:asm:${versions.asm}"
tools "com.thoughtworks.qdox:qdox:${versions.qdox}"