This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch
dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.0
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git
commit 46f36ab64eaf6dbe58da0d04673bbf6fd3915026
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 04:52:46 2023 +0000
Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 3.5.1 to 4.0.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-4.0.0)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 83e614c..4f7e2ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,11 @@ under the License.
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>4.0.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -143,7 +148,11 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-xml</artifactId>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>