This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-source-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
The following commit(s) were added to refs/heads/maven-source-plugin-3.x by
this push:
new 5fdfc7e Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
5fdfc7e is described below
commit 5fdfc7e298f5986fd269aff7a654dd97282dc61b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 31 06:20:52 2025 +0000
Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.5.1...plexus-utils-3.6.0)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ec0d095..8c03e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.5.1</version>
+ <version>3.6.0</version>
</dependency>
<dependency>